summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Update master after 1.20.x branch.v1.21.0.dev0Charles Harris2020-11-2760-665/+10
* Merge pull request #17857 from charris/prepare-1.20-branchCharles Harris2020-11-273-4/+6
|\
| * MAINT: Prepare for the NumPy 1.20.x branch.Charles Harris2020-11-263-4/+6
* | Merge pull request #17655 from pitmanst/zos.buildRalf Gommers2020-11-262-0/+16
|\ \ | |/ |/|
| * BLD: Fix installing Numpy on z/OSSteven Pitman2020-10-272-0/+16
* | ENH,API: Store exported buffer info on the array (#16938)Sebastian Berg2020-11-2612-207/+296
* | Merge pull request #17855 from charris/fix-bad-prototypesCharles Harris2020-11-263-14/+14
|\ \
| * | BUG: Fix incorrect function prototypes.Charles Harris2020-11-263-14/+14
|/ /
* | Merge pull request #17848 from charris/release-note-for-16161Charles Harris2020-11-251-0/+44
|\ \
| * | DOC: Add release note for gh-16161.Charles Harris2020-11-251-0/+44
|/ /
* | 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-2525-703/+4157
|\ \ \
| * | | CI: Activate new castingimpl on no-openblas azure jobSebastian Berg2020-11-242-2/+3
| * | | 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-2424-701/+4122
* | | | Merge pull request #17844 from BvB93/typing-__all__Charles Harris2020-11-251-3/+14
|\ \ \ \
| * | | | 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
* | | | | Merge pull request #17823 from charris/update-release-fragmentsCharles Harris2020-11-239-1/+51
|\ \ \ \ \
| * | | | | MAINT: Update release_requirements.txt.Charles Harris2020-11-231-1/+8
| * | | | | DOC: Add gh-17344 to the NumPy 1.20.0 release notes.Charles Harris2020-11-221-0/+3
| * | | | | DOC: Add gh-17284 to NumPy 1.20.0 release notes.Charles Harris2020-11-221-0/+6
| * | | | | DOC: Add gh-17195 to NumPy 1.20.0 release notes.Charles Harris2020-11-221-0/+5
| * | | | | DOC: Add gh-17123 to NumPy 1.20.0 release notes.Charles Harris2020-11-221-0/+12
| * | | | | DOC: Add gh-16710 to NumPy 1.20.0 release notes.Charles Harris2020-11-191-0/+3
| * | | | | DOC: Add gh-16594 to NumPy 1.20.0 release notes.Charles Harris2020-11-191-0/+4
| * | | | | DOC: Add gh-16570 to NumPy 1.20.0 release notes.Charles Harris2020-11-191-0/+4
| * | | | | DOC: Add gh-15121 to NumPy 1.20.0 release notes.Charles Harris2020-11-191-0/+6
* | | | | | Merge pull request #17830 from charris/update-travis-testCharles Harris2020-11-234-14/+7
|\ \ \ \ \ \
| * | | | | | TST: Add back durations flag for DEBUG builds.Charles Harris2020-11-234-14/+7
* | | | | | | Merge pull request #17832 from seberg/fix-read-less-than-requestedCharles Harris2020-11-232-9/+40
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | BUG: Fix subarray dtype used with too large count in fromfileSebastian Berg2020-11-232-9/+40
|/ / / / / /
* | | | | | Merge pull request #17829 from numpy/dependabot/pip/hypothesis-5.41.3Charles Harris2020-11-231-1/+1
|\ \ \ \ \ \
| * | | | | | MAINT: Bump hypothesis from 5.41.2 to 5.41.3dependabot/pip/hypothesis-5.41.3dependabot-preview[bot]2020-11-231-1/+1