Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | MAINT: reformat comment in C | Stephan Hoyer | 2018-12-01 | 1 | -2/+4 | |
| * | | | DOC: add docs_from_dispatcher to docstring | Stephan Hoyer | 2018-12-01 | 2 | -3/+7 | |
| * | | | MAINT: remove wrapper functions from numpy.core.multiarray | Stephan Hoyer | 2018-12-01 | 3 | -199/+155 | |
* | | | | Merge pull request #12471 from shoyer/linspace-overrides | Stephan Hoyer | 2018-12-01 | 1 | -5/+24 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | ENH: override support for np.linspace and friends | Stephan Hoyer | 2018-12-01 | 1 | -5/+24 | |
| |/ / | ||||||
* | | | Merge pull request #12447 from ahaldane/unrevert_multifield_view | Charles Harris | 2018-12-01 | 8 | -179/+113 | |
|\ \ \ | ||||||
| * | | | ENH: add back the multifield copy->view change | Allan Haldane | 2018-11-26 | 8 | -179/+113 | |
* | | | | Merge pull request #12443 from rth/set-litteral | Eric Wieser | 2018-12-01 | 12 | -19/+19 | |
|\ \ \ \ | ||||||
| * | | | | Address review comments | Roman Yurchak | 2018-11-24 | 1 | -4/+4 | |
| * | | | | Use set litterals | Roman Yurchak | 2018-11-24 | 12 | -21/+21 | |
* | | | | | MAINT: Use list and dict comprehension when possible (#12445) | Roman Yurchak | 2018-12-01 | 17 | -136/+52 | |
* | | | | | Merge pull request #12466 from tylerjereddy/openblas_win_azure | Charles Harris | 2018-12-01 | 1 | -2/+48 | |
|\ \ \ \ \ | ||||||
| * | | | | | TST: use openblas for Windows CI | Tyler Reddy | 2018-11-30 | 1 | -2/+48 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #12464 from mhvk/ma-structured-empty-list | Matti Picus | 2018-12-01 | 2 | -3/+8 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | BUG: IndexError for empty list on structured MaskedArray. | Marten van Kerkwijk | 2018-11-30 | 2 | -3/+8 | |
|/ / / / | ||||||
* | | | | Merge pull request #12446 from ahaldane/recfunctions_fixups | Charles Harris | 2018-11-29 | 2 | -13/+41 | |
|\ \ \ \ | ||||||
| * | | | | MAINT: Fixups to new functions in np.lib.recfunctions | Allan Haldane | 2018-11-26 | 2 | -13/+41 | |
* | | | | | Merge pull request #12458 from tylerjereddy/fix_azure_badge | Ralf Gommers | 2018-11-27 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | MAINT: fix Azure README badge [ci skip] | Tyler Reddy | 2018-11-27 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #12455 from tylerjereddy/use_azure_condition | Charles Harris | 2018-11-27 | 1 | -5/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | TST: use condition for Azure 2.7 check | Tyler Reddy | 2018-11-27 | 1 | -5/+5 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #11197 from wummo/correct_covariance_scaling | Marten van Kerkwijk | 2018-11-27 | 3 | -21/+77 | |
|\ \ \ \ \ | ||||||
| * | | | | | Removed non-standard scaling of the covariance matrix and added option to dis... | Andreas Nussbaumer | 2018-11-21 | 3 | -21/+77 | |
* | | | | | | Merge pull request #11739 from mattip/set-write-flag | Eric Wieser | 2018-11-26 | 3 | -15/+46 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | BUG: disallow setting flag to writeable if isinstance(a.base, (str, bytes)) | mattip | 2018-11-26 | 3 | -15/+46 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #12408 from ahaldane/multifield_ma | Charles Harris | 2018-11-25 | 2 | -6/+19 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | BUG: multifield-view of MaskedArray gets bad fill_value | Allan Haldane | 2018-11-19 | 2 | -6/+19 | |
* | | | | | Merge pull request #12437 from mattip/refactor-datetime-metadata | Eric Wieser | 2018-11-25 | 1 | -61/+55 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | MAINT: refactor datetime.c_metadata creation | mattip | 2018-11-25 | 1 | -61/+55 | |
* | | | | | Merge pull request #12419 from timfel/fix-fill-funcs | Charles Harris | 2018-11-24 | 2 | -9/+18 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | ENH: Fix PyArray_FillFunc definitions to return an int as per typedef | Tim Felgentreff | 2018-11-19 | 2 | -9/+18 | |
* | | | | | Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redo | Charles Harris | 2018-11-23 | 4 | -2/+399 | |
|\ \ \ \ \ | ||||||
| * | | | | | MAINT: Add new recfunctions to numpy function API | Allan Haldane | 2018-11-23 | 1 | -0/+23 | |
| * | | | | | ENH: Fixups to multi-field assignment helpers | Allan Haldane | 2018-11-22 | 3 | -42/+77 | |
| * | | | | | ENH: add multi-field assignment helpers in np.lib.recfunctions | Allan Haldane | 2018-10-31 | 3 | -2/+341 | |
* | | | | | | Merge pull request #12439 from mattip/visible-to-invisible | Charles Harris | 2018-11-23 | 3 | -3/+22 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: test, fix NPY_VISIBILITY_HIDDEN on gcc, which becomes NPY_NO_EXPORT | mattip | 2018-11-22 | 3 | -3/+22 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #12440 from shoyer/dot-override-error | Charles Harris | 2018-11-23 | 2 | -3/+23 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: don't override casting errors with matmul or inner | Stephan Hoyer | 2018-11-23 | 2 | -11/+19 | |
| * | | | | | | BUG: don't override original errors when casting inside np.dot() fails | Stephan Hoyer | 2018-11-23 | 2 | -1/+13 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #8923 from guoci/histo_ise | Charles Harris | 2018-11-22 | 3 | -23/+104 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | resolve issues from review | guoci | 2018-11-20 | 2 | -4/+7 | |
| * | | | | | DOC: mention LOOCV in description of "stone" rule. | Stephan Hoyer | 2018-11-20 | 1 | -2/+2 | |
| * | | | | | ENH: Add 'ise' estimator to np.histogram | guoci | 2018-11-20 | 3 | -23/+101 | |
* | | | | | | Merge pull request #12431 from eric-wieser/ndpointer-return | Charles Harris | 2018-11-21 | 4 | -25/+130 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | BUG/ENH: Fix use of ndpointer in return values | Eric Wieser | 2018-11-21 | 4 | -25/+130 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #12429 from charris/update-mailmap | Charles Harris | 2018-11-20 | 1 | -2/+24 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | MAINT: Update mailmap for 1.16.0 release. | Charles Harris | 2018-11-20 | 1 | -2/+24 | |
* | | | | | Merge pull request #12424 from eric-wieser/rework-11536 | Charles Harris | 2018-11-20 | 2 | -14/+28 | |
|\ \ \ \ \ | ||||||
| * | | | | | BUG: Fix inconsistent cache keying in ndpointer | Eric Wieser | 2018-11-19 | 2 | -14/+28 |