Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC, TST: test setdiff1d assume_unique | Tyler Reddy | 2018-10-16 | 2 | -2/+11 |
| | | | | | | | | * add unit test for setdiff1d covering code path where assume_unique is True * remove setdiff1d docstring guarantee that returned value is sorted -- it is not | ||||
* | Merge pull request #12181 from raggleton/fix-sum-depr | Stephan Hoyer | 2018-10-16 | 1 | -1/+1 |
|\ | | | | | MAINT: fix depreciation message typo for np.sum | ||||
| * | MAINT: fix depreciation message typo for np.sum | Robin Aggleton | 2018-10-16 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #12173 from shoyer/nep-18-update-notes | Matti Picus | 2018-10-16 | 1 | -0/+6 |
|\ | | | | | NEP: add notes about updates to NEP-18 | ||||
| * | MAINT: minor adjustment to nep-18 | Stephan Hoyer | 2018-10-15 | 1 | -2/+3 |
| | | |||||
| * | NEP: add notes about updates to NEP-18 | Stephan Hoyer | 2018-10-14 | 1 | -1/+6 |
| | | | | | | | | As discussion in GH12140 | ||||
* | | Merge pull request #12155 from eric-wieser/setref | Matti Picus | 2018-10-16 | 2 | -20/+18 |
|\ \ | | | | | | | MAINT: Move NPY_SETREF to somewhere more reusable | ||||
| * | | MAINT: Move NPY_SETREF alongside the other backports | Eric Wieser | 2018-10-14 | 2 | -20/+18 |
| | | | |||||
* | | | Merge pull request #12151 from tylerjereddy/test_byte_bounds_contiguity | Matti Picus | 2018-10-16 | 1 | -4/+28 |
|\ \ \ | | | | | | | | | TST: byte_bounds contiguity handling | ||||
| * | | | TST: test byte_bounds contiguity handling | Tyler Reddy | 2018-10-15 | 1 | -4/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add unit tests to probe previously-uncovered code paths in byte_bounds() that handle both positive and negative strides in non-contiguous arrays (or, at least, arrays with unusual ordering) | ||||
* | | | | Merge pull request #12166 from mattip/nep-16 | Eric Wieser | 2018-10-15 | 1 | -0/+251 |
|\ \ \ \ | |/ / / |/| | | | NEP: Add zero-rank arrays historical info NEP | ||||
| * | | | NEP: change changeset to commit for git | mattip | 2018-10-15 | 1 | -3/+3 |
| | | | | |||||
| * | | | NEP: fixes from review | mattip | 2018-10-15 | 1 | -4/+17 |
| | | | | |||||
| * | | | NEP: Add zero-rank arrays historical info NEP | mattip | 2018-10-14 | 1 | -0/+238 |
| | | | | |||||
* | | | | MAINT: Update ndarrayobject.h `__cplusplus` block. (#12145) | lerbuke | 2018-10-15 | 1 | -7/+1 |
| | | | | |||||
* | | | | Merge pull request #12165 from shoyer/nep-22-accept | Matti Picus | 2018-10-15 | 2 | -3/+10 |
|\ \ \ \ | | | | | | | | | | | Mark NEP 22 as accepted, and add "Informational" NEPs to NEP 1 | ||||
| * | | | | NEP: mention "Informational" NEPs in NEP 0 | Stephan Hoyer | 2018-10-13 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | The text is lightly adapted from PEP 1. | ||||
| * | | | | NEP: mark NEP-22 as accepted | Stephan Hoyer | 2018-10-13 | 1 | -1/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #12174 from shoyer/nep-16-abstract-array | Stephan Hoyer | 2018-10-14 | 3 | -0/+386 |
|\ \ \ \ | | | | | | | | | | | NEP 16 abstract arrays: rebased and marked as "Withdrawn" | ||||
| * | | | | MAINT: fix build for NEP 16 | Stephan Hoyer | 2018-10-14 | 2 | -4/+15 |
| | | | | | |||||
| * | | | | NEP: mark NEP-16 as withdrawn in favor of a protocol | Stephan Hoyer | 2018-10-14 | 1 | -2/+7 |
| | | | | | |||||
| * | | | | Add link to first mailing list post | Nathaniel J. Smith | 2018-10-14 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | New NEP for identifying and coercing duck arrays | Nathaniel J. Smith | 2018-10-14 | 2 | -0/+370 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #12176 from tylerjereddy/ravel_weights_test_err | Eric Wieser | 2018-10-14 | 1 | -0/+7 |
|\ \ \ \ | |/ / / |/| | | | TST: add test for weighted histogram mismatch | ||||
| * | | | TST: add test for weighted histogram mismatch | Tyler Reddy | 2018-10-14 | 1 | -0/+7 |
|/ / / | | | | | | | | | | | | | | | | * add a unit test for an uncovered code path where a histogram array does not match the shape of the provided array of weights | ||||
* | | | Merge pull request #12148 from shoyer/nep18-release-notes | Matti Picus | 2018-10-14 | 1 | -0/+10 |
|\ \ \ | |/ / |/| | | DOC: document NEP-18 overrides in release notes | ||||
| * | | DOC: document NEP-18 overrides in release notes | Stephan Hoyer | 2018-10-11 | 1 | -0/+10 |
| | | | |||||
* | | | ENH: __array_function__ support for np.fft and np.linalg (#12117) | Stephan Hoyer | 2018-10-12 | 3 | -1/+117 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ENH: __array_function__ support for np.fft and np.linalg xref GH12028 * CLN: remove unnecessary dispatcher functions from np.linalg * CLN: remove more unneeded dispatchers * CLN: remove repeated dispatchers from np.linalg | ||||
* | | | Merge pull request #11613 from moshelooks/patch-2 | Matti Picus | 2018-10-12 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | BUG: have geometric() raise ValueError on p=0 | ||||
| * | | | BUG: have geometric() raise ValueError on p=0 | Moshe Looks | 2018-07-24 | 1 | -4/+4 |
| | | | | | | | | | | | | Currently `np.random.geometric(0) => -9223372036854775808` | ||||
* | | | | Merge pull request #11771 from asnasnasn/shuf-mm | Matti Picus | 2018-10-12 | 2 | -3/+6 |
|\ \ \ \ | | | | | | | | | | | BUG: Make `random.shuffle` work on 1-D instances of `ndarray` subclasses | ||||
| * | | | | BUG: Make `random.shuffle` work on 1-D instances of `ndarray` subclasses | Wenjamin Petrenko | 2018-08-18 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | Closes #11442. | ||||
* | | | | | Merge pull request #12140 from ↵ | Charles Harris | 2018-10-11 | 1 | -28/+25 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | shoyer/nep-18-array_function_implementation_or_override DOC: fixups for NEP-18 based on the implementation | ||||
| * | | | | | DOC: fixups for NEP-18 based on the implementation | Stephan Hoyer | 2018-10-10 | 1 | -28/+25 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main change is replacing `try_array_function_override` with `array_function_implementation_or_override` (our current implementation). I also fixed a few typos. | ||||
* | | | | | Merge pull request #12116 from shoyer/array-function-numpy-lib | Charles Harris | 2018-10-11 | 7 | -0/+379 |
|\ \ \ \ \ | | | | | | | | | | | | | ENH: __array_function__ support for np.lib, part 1/2 | ||||
| * | | | | | ENH: __array_function__ for np.lib, part 1 | Stephan Hoyer | 2018-10-08 | 7 | -0/+379 |
| | | | | | | | | | | | | | | | | | | | | | | | | np.lib.arraypad through np.lib.nanfunctions | ||||
* | | | | | | Merge pull request #12115 from shoyer/array-function-numpy-core | Charles Harris | 2018-10-11 | 4 | -12/+375 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | ENH: __array_function__ support for most of numpy.core | ||||
| * | | | | | | ENH: __array_function__ support for most of numpy.core | Stephan Hoyer | 2018-10-08 | 4 | -12/+375 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the notable exceptions of np.einsum and np.block. xref GH12028 | ||||
* | | | | | | Merge pull request #12147 from eric-wieser/unify-type-resolution-errors | Charles Harris | 2018-10-11 | 1 | -78/+33 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | MAINT: Move duplicated type_reso_error code into a helper function | ||||
| * | | | | | MAINT: Move duplicated type_reso_error code into a helper function | Eric Wieser | 2018-10-11 | 1 | -78/+33 |
| | | | | | | |||||
* | | | | | | Merge pull request #12146 from eric-wieser/not-depreciation | Tyler Reddy | 2018-10-11 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | MAINT: Fix typo in comment | ||||
| * | | | | | MAINT: Fix typo in comment | Eric Wieser | 2018-10-11 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #12137 from tylerjereddy/fill_diag_err_test | Eric Wieser | 2018-10-11 | 1 | -0/+13 |
|\ \ \ \ \ | | | | | | | | | | | | | TST: error tests for fill_diagonal() | ||||
| * | | | | | TST: error tests for fill_diagonal() | Tyler Reddy | 2018-10-10 | 1 | -0/+13 |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | * add error handling tests for previously uncovered code in fill_diagonal() | ||||
* | | | | | Merge pull request #12138 from tylerjereddy/diag_indices_from_err_test | Eric Wieser | 2018-10-11 | 1 | -5/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | TST: error tests for diag_indices_from() | ||||
| * | | | | | TST: error tests for diag_indices_from() | Tyler Reddy | 2018-10-10 | 1 | -5/+17 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | * add unit tests for previously uncovered error handling code in diag_indices_from() | ||||
* | | | | | Merge pull request #12134 from MartinThoma/master | Matti Picus | 2018-10-11 | 1 | -2/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | DOC: Remove duplicated sentence in numpy.multiply | ||||
| * | | | | | DOC: Remove duplicated sentence in numpy.multiply | Martin Thoma | 2018-10-10 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | The return value documentation was duplicated. | ||||
* | | | | | | Merge pull request #12141 from rgommers/coc-tweak | Tyler Reddy | 2018-10-10 | 1 | -2/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | DOC: minor tweak to CoC (update NumFOCUS contact address). | ||||
| * | | | | | DOC: minor tweak to CoC (update NumFOCUS contact address). | Ralf Gommers | 2018-10-10 | 1 | -2/+1 |
|/ / / / / | | | | | | | | | | | | | | | | [ci skip] |