Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #16161 from anirudh2290/ufunc_divide_error | Charles Harris | 2020-11-25 | 5 | -17/+266 |
|\ | |||||
| * | ENH, MAINT: Add support for nan corner case and add tests | Anirudh Subramanian | 2020-06-05 | 2 | -41/+73 |
| * | MAINT: Address review comments from Sebastian | Anirudh Subramanian | 2020-06-05 | 2 | -26/+77 |
| * | MAINT: set invalid flag in fmod and cleanup divmod | Anirudh Subramanian | 2020-06-05 | 1 | -9/+40 |
| * | TST: Add additional tests for divmod, remainder and fmod | Anirudh Subramanian | 2020-06-05 | 1 | -4/+26 |
| * | ENH: divmod(inf, inf) should raise invalid error on all platforms | Anirudh Subramanian | 2020-06-05 | 1 | -1/+3 |
| * | BUG: Potential fix for 1//0 to raise divbyzero and return inf | Anirudh Subramanian | 2020-06-05 | 5 | -10/+121 |
* | | Merge pull request #17401 from seberg/restructure-casting | Charles Harris | 2020-11-25 | 22 | -700/+4138 |
|\ \ | |||||
| * | | CI: Activate new castingimpl on no-openblas azure job | Sebastian Berg | 2020-11-24 | 1 | -1/+1 |
| * | | Last touch-ups (test and tiny fixes) | Sebastian Berg | 2020-11-24 | 3 | -14/+30 |
| * | | Address Matti's comments from yesterday | Sebastian Berg | 2020-11-24 | 6 | -180/+191 |
| * | | TST: Fixup tests for Void | Sebastian Berg | 2020-11-24 | 1 | -1/+6 |
| * | | MAINT: Rewrite can-cast logic in terms of NEP 42 | Sebastian Berg | 2020-11-24 | 22 | -699/+4105 |
* | | | DOC: Add a note to provide clarification about `__all__: List[str]` | Bas van Beek | 2020-11-25 | 1 | -0/+3 |
* | | | STY: Removed an unused f-string | Bas van Beek | 2020-11-25 | 1 | -1/+1 |
* | | | MAINT: Add `__all__` to `numpy.typing` | Bas van Beek | 2020-11-25 | 1 | -2/+10 |
* | | | Merge pull request #17841 from a-elhag/docstring-fix | Matti Picus | 2020-11-25 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | DOC: Fixing boilerplate code example | Al-Baraa El-Hag | 2020-11-24 | 1 | -1/+1 |
* | | | | Merge pull request #17833 from seberg/void-pickle | Charles Harris | 2020-11-24 | 4 | -15/+54 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | DEP: Give a deprecation warning when unpickling an object scalar | Sebastian Berg | 2020-11-24 | 3 | -1/+24 |
| * | | | BUG: Fix pickling of scalars with NPY_LISTPICKLE | Sebastian Berg | 2020-11-19 | 3 | -15/+31 |
* | | | | Merge pull request #17838 from BvB93/docs | Charles Harris | 2020-11-24 | 2 | -18/+144 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | DOC: Update the `numpy.typing` documentation | Bas van Beek | 2020-11-24 | 2 | -18/+144 |
* | | | | BUG: Fix subarray dtype used with too large count in fromfile | Sebastian Berg | 2020-11-23 | 2 | -9/+40 |
|/ / / | |||||
* | | | Merge pull request #16205 from embray/issue/12756 | Charles Harris | 2020-11-23 | 1 | -14/+23 |
|\ \ \ | |||||
| * | | | defaults for stdout and stderr should be bytes | E. Madison Bray | 2020-05-13 | 1 | -3/+4 |
| * | | | ENH: add full_output to f2py.compile | E. Madison Bray | 2020-05-11 | 1 | -14/+22 |
* | | | | Merge pull request #17828 from seberg/incorrect-size-in-masked-transfer | Charles Harris | 2020-11-22 | 2 | -1/+13 |
|\ \ \ \ | |||||
| * | | | | BUG: Fix incorrectly passed size in masked processing | Sebastian Berg | 2020-11-22 | 2 | -1/+13 |
* | | | | | Merge pull request #15852 from sgasse/add_where_to_mean | Charles Harris | 2020-11-22 | 3 | -49/+274 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | ENH: Add where argument to several functions | Simon Gasse | 2020-07-18 | 3 | -49/+274 |
* | | | | | Merge pull request #17805 from BvB93/out | Charles Harris | 2020-11-21 | 4 | -88/+84 |
|\ \ \ \ \ | |||||
| * | | | | | MAINT: Set the ufunc and ndarray ops return type to `Any` | Bas van Beek | 2020-11-19 | 4 | -88/+84 |
* | | | | | | Merge pull request #17815 from serge-sans-paille/fix/empty-like-doc | Matti Picus | 2020-11-21 | 2 | -6/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Harmonize quoting in (ones/fill/zeros/empty)_like documentation | serge-sans-paille | 2020-11-21 | 2 | -5/+5 |
| * | | | | | | Fix copy-paste typo in empty_like documentation. | serge-sans-paille | 2020-11-21 | 1 | -1/+1 |
* | | | | | | | Merge pull request #17812 from nailbiter/patch-1 | Matti Picus | 2020-11-21 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Update numpy/linalg/linalg.py | Eric Wieser | 2020-11-20 | 1 | -2/+2 |
| * | | | | | | Update linalg.py | Alex Leontiev | 2020-11-20 | 1 | -4/+4 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #17787 from pentschev/nep-35-strict-like | Sebastian Berg | 2020-11-20 | 2 | -24/+26 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | MAINT: Make like= strict in array_implement_array_function | Peter Andreas Entschev | 2020-11-20 | 2 | -4/+14 |
| * | | | | | REV: Add array_function_dispatch_like helper | Peter Andreas Entschev | 2020-11-19 | 1 | -9/+0 |
| * | | | | | REV: Make like= in Python functions strict | Peter Andreas Entschev | 2020-11-19 | 4 | -71/+27 |
| * | | | | | STY: Move exception to same line of PyErr_Format | Peter Andreas Entschev | 2020-11-19 | 1 | -2/+1 |
| * | | | | | MAINT: Check like= type for __array_function__ | Peter Andreas Entschev | 2020-11-17 | 1 | -1/+1 |
| * | | | | | MAINT: Use get_array_function with like= | Peter Andreas Entschev | 2020-11-17 | 1 | -1/+1 |
| * | | | | | MAINT: Change like= exception to TypeError | Peter Andreas Entschev | 2020-11-17 | 3 | -3/+3 |
| * | | | | | TST: Test strict like= | Peter Andreas Entschev | 2020-11-16 | 1 | -19/+7 |
| * | | | | | MAINT: Make like= in np.array() strict | Peter Andreas Entschev | 2020-11-16 | 1 | -3/+8 |
| * | | | | | MAINT: Make like= in Python functions strict | Peter Andreas Entschev | 2020-11-16 | 4 | -27/+71 |