summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16161 from anirudh2290/ufunc_divide_errorCharles Harris2020-11-255-17/+266
|\
| * ENH, MAINT: Add support for nan corner case and add testsAnirudh Subramanian2020-06-052-41/+73
| * MAINT: Address review comments from SebastianAnirudh Subramanian2020-06-052-26/+77
| * MAINT: set invalid flag in fmod and cleanup divmodAnirudh Subramanian2020-06-051-9/+40
| * TST: Add additional tests for divmod, remainder and fmodAnirudh Subramanian2020-06-051-4/+26
| * ENH: divmod(inf, inf) should raise invalid error on all platformsAnirudh Subramanian2020-06-051-1/+3
| * BUG: Potential fix for 1//0 to raise divbyzero and return infAnirudh Subramanian2020-06-055-10/+121
* | Merge pull request #17401 from seberg/restructure-castingCharles Harris2020-11-2522-700/+4138
|\ \
| * | CI: Activate new castingimpl on no-openblas azure jobSebastian Berg2020-11-241-1/+1
| * | Last touch-ups (test and tiny fixes)Sebastian Berg2020-11-243-14/+30
| * | Address Matti's comments from yesterdaySebastian Berg2020-11-246-180/+191
| * | TST: Fixup tests for VoidSebastian Berg2020-11-241-1/+6
| * | MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-2422-699/+4105
* | | DOC: Add a note to provide clarification about `__all__: List[str]`Bas van Beek2020-11-251-0/+3
* | | STY: Removed an unused f-stringBas van Beek2020-11-251-1/+1
* | | MAINT: Add `__all__` to `numpy.typing`Bas van Beek2020-11-251-2/+10
* | | Merge pull request #17841 from a-elhag/docstring-fixMatti Picus2020-11-251-1/+1
|\ \ \
| * | | DOC: Fixing boilerplate code exampleAl-Baraa El-Hag2020-11-241-1/+1
* | | | Merge pull request #17833 from seberg/void-pickleCharles Harris2020-11-244-15/+54
|\ \ \ \ | |/ / / |/| | |
| * | | DEP: Give a deprecation warning when unpickling an object scalarSebastian Berg2020-11-243-1/+24
| * | | BUG: Fix pickling of scalars with NPY_LISTPICKLESebastian Berg2020-11-193-15/+31
* | | | Merge pull request #17838 from BvB93/docsCharles Harris2020-11-242-18/+144
|\ \ \ \ | |_|/ / |/| | |
| * | | DOC: Update the `numpy.typing` documentationBas van Beek2020-11-242-18/+144
* | | | BUG: Fix subarray dtype used with too large count in fromfileSebastian Berg2020-11-232-9/+40
|/ / /
* | | Merge pull request #16205 from embray/issue/12756Charles Harris2020-11-231-14/+23
|\ \ \
| * | | defaults for stdout and stderr should be bytesE. Madison Bray2020-05-131-3/+4
| * | | ENH: add full_output to f2py.compileE. Madison Bray2020-05-111-14/+22
* | | | Merge pull request #17828 from seberg/incorrect-size-in-masked-transferCharles Harris2020-11-222-1/+13
|\ \ \ \
| * | | | BUG: Fix incorrectly passed size in masked processingSebastian Berg2020-11-222-1/+13
* | | | | Merge pull request #15852 from sgasse/add_where_to_meanCharles Harris2020-11-223-49/+274
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ENH: Add where argument to several functionsSimon Gasse2020-07-183-49/+274
* | | | | Merge pull request #17805 from BvB93/outCharles Harris2020-11-214-88/+84
|\ \ \ \ \
| * | | | | MAINT: Set the ufunc and ndarray ops return type to `Any`Bas van Beek2020-11-194-88/+84
* | | | | | Merge pull request #17815 from serge-sans-paille/fix/empty-like-docMatti Picus2020-11-212-6/+6
|\ \ \ \ \ \
| * | | | | | Harmonize quoting in (ones/fill/zeros/empty)_like documentationserge-sans-paille2020-11-212-5/+5
| * | | | | | Fix copy-paste typo in empty_like documentation.serge-sans-paille2020-11-211-1/+1
* | | | | | | Merge pull request #17812 from nailbiter/patch-1Matti Picus2020-11-211-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Update numpy/linalg/linalg.pyEric Wieser2020-11-201-2/+2
| * | | | | | Update linalg.pyAlex Leontiev2020-11-201-4/+4
| |/ / / / /
* | | | | | Merge pull request #17787 from pentschev/nep-35-strict-likeSebastian Berg2020-11-202-24/+26
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: Make like= strict in array_implement_array_functionPeter Andreas Entschev2020-11-202-4/+14
| * | | | | REV: Add array_function_dispatch_like helperPeter Andreas Entschev2020-11-191-9/+0
| * | | | | REV: Make like= in Python functions strictPeter Andreas Entschev2020-11-194-71/+27
| * | | | | STY: Move exception to same line of PyErr_FormatPeter Andreas Entschev2020-11-191-2/+1
| * | | | | MAINT: Check like= type for __array_function__Peter Andreas Entschev2020-11-171-1/+1
| * | | | | MAINT: Use get_array_function with like=Peter Andreas Entschev2020-11-171-1/+1
| * | | | | MAINT: Change like= exception to TypeErrorPeter Andreas Entschev2020-11-173-3/+3
| * | | | | TST: Test strict like=Peter Andreas Entschev2020-11-161-19/+7
| * | | | | MAINT: Make like= in np.array() strictPeter Andreas Entschev2020-11-161-3/+8
| * | | | | MAINT: Make like= in Python functions strictPeter Andreas Entschev2020-11-164-27/+71