summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove two duplicate (redundant) type aliasesBas van Beek2021-05-122-37/+29
* MAINT: Set a number of `None`-based return typesBas van Beek2021-05-121-3/+3
* BUG: fixed ma.average ignoring masked weights (#18960)Laura Martens2021-05-122-1/+18
* Merge pull request #18963 from hollycorbett/polybase_deprecated_removalCharles Harris2021-05-112-53/+2
|\
| * DEP: Remove PolyBase from np.polynomial.polyutilsHolly Corbett2021-05-101-5/+0
| * DEP: Remove PolyBase from np.polynomial.polyutilsHolly Corbett2021-05-101-24/+1
| * DEP: Remove PolyBase from np.polynomial.polyutilsHolly Corbett2021-05-101-24/+1
* | Merge pull request #18989 from yetanothercheer/gh-18939-potential_buffer_over...Charles Harris2021-05-111-8/+8
|\ \
| * | BUG: fix potential buffer overflow(#18939)yetanothercheer2021-05-111-8/+8
* | | Merge pull request #18985 from BvB93/pipeCharles Harris2021-05-111-13/+13
|\ \ \
| * | | MAINT: Remove the PEP 604 pipe operatorBas van Beek2021-05-101-13/+13
| |/ /
* | | Merge pull request #18990 from BvB93/versionCharles Harris2021-05-115-16/+58
|\ \ \
| * | | TST: Fixed an incorrect error messageBas van Beek2021-05-111-1/+1
| * | | TST: Add typing tests for `np.lib.NumpyVersion`Bas van Beek2021-05-113-0/+42
| * | | BUG: Fixed a broken `NumpyVersion.__repr__` methodBas van Beek2021-05-111-1/+1
| * | | ENH: Add annotation for `np.lib.NumpyVersion`Bas van Beek2021-05-111-15/+15
| |/ /
* | | Merge pull request #18957 from katleszek/doc-datetimeMatti Picus2021-05-111-1/+6
|\ \ \ | |/ / |/| |
| * | Update numpy/core/_add_newdocs_scalars.pyKasia2021-05-111-1/+1
| * | Update numpy/core/_add_newdocs_scalars.pyKasia2021-05-111-1/+2
| * | Update numpy/core/_add_newdocs_scalars.pyKasia2021-05-111-2/+2
| * | DOC Improve datetime64 docs - deleting spaceKasia2021-05-101-1/+1
| * | DOC: Improve datetime64 docs #14299 - scalarsKasia2021-05-091-1/+5
* | | Merge pull request #18889 from HowJMay/simd-min-max-integerCharles Harris2021-05-107-23/+238
|\ \ \
| * | | ENH: Add max/min value comparison for integersHowJmay2021-05-107-15/+220
| * | | DOC: Add missing test comment and fix the typoHowJmay2021-05-031-8/+18
* | | | Merge pull request #18940 from rkern/fix/pcg64dxsm-performanceCharles Harris2021-05-101-14/+29
|\ \ \ \
| * | | | ENH: manually inline code for performance.Robert Kern2021-05-071-14/+29
* | | | | Merge pull request #18970 from seiko2plus/issue_18945Matti Picus2021-05-1013-29/+36
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | MAINT, SIMD: Hardened the AVX compile-time testsSayed Adel2021-05-0913-29/+36
| | |_|/ | |/| |
* | | | BUG: fix np.ma.masked_where(copy=False) when input has no mask (#18967)Constanza2021-05-102-1/+14
* | | | DOC: add note and examples to `isrealobj` docstringYashasvi Misra2021-05-101-0/+13
* | | | Merge pull request #18959 from marysia/histogram2d-documentationMatti Picus2021-05-091-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: improve numpy.histogram2d() documentationMarysia Winkels2021-05-091-1/+3
* | | | TST: Add typing tests for `np.lib.utils`Bas van Beek2021-05-083-0/+69
* | | | ENH: Add annotations for `np.lib.utils`Bas van Beek2021-05-081-10/+90
* | | | TST: xfail `TestCond.test_nan` unconditionallyRalf Gommers2021-05-081-3/+6
* | | | Merge pull request #18931 from seberg/leak-dtype-deprecation-testsCharles Harris2021-05-071-1/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: Fix refcounting in string-promotion deprecation code pathSebastian Berg2021-05-061-1/+6
* | | | Merge pull request #18933 from seiko2plus/issue_18932Sayed Adel2021-05-072-2/+2
|\ \ \ \
| * | | | TST: Use almost equal to get rid of object -> float64 comparison errorSayed Adel2021-05-071-1/+1
| * | | | BUG: Fix underflow error in AVX512 of ufunc expSayed Adel2021-05-071-1/+1
| |/ / /
* | | | DOC: Clarify isreal docstring for string/obj arrays (#18843)Amrit Krishnan2021-05-061-1/+25
|/ / /
* | | Merge pull request #18836 from seberg/refactor-ufunc-fastpathMatti Picus2021-05-063-239/+157
|\ \ \
| * | | BUG: Add self-overlap check and testsSebastian Berg2021-05-042-0/+11
| * | | Update numpy/core/src/umath/ufunc_object.cSebastian Berg2021-04-231-1/+1
| * | | MAINT: Generalize and shorten the ufunc "trivially iterable" pathSebastian Berg2021-04-223-239/+146
* | | | Merge pull request #18864 from seberg/delete-nonsense-code-from-gufuncsMatti Picus2021-05-062-29/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | TST: Add test for non-broadcastibility of the gufunc outputSebastian Berg2021-04-271-0/+10
| * | | MAINT: Remove dead codepath in generalized ufuncsSebastian Berg2021-04-271-29/+1
* | | | Merge pull request #18909 from BvB93/placeholder_main3Charles Harris2021-05-0513-232/+1237
|\ \ \ \