summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* DEP: Ensure the string promotion FutureWarning is raisedSebastian Berg2021-05-124-15/+16
* Merge pull request #18998 from BvB93/itemCharles Harris2021-05-127-157/+273
|\
| * TST: Add typing tests for the `item`, `take`, `tolist` and `repeat` methodsBas van Beek2021-05-125-85/+127
| * ENH: Add annotations for `generic.repeat` and `ndarray.repeat`Bas van Beek2021-05-121-6/+12
| * ENH: Add annotations for `generic.take` and `ndarray.take`Bas van Beek2021-05-121-25/+52
| * ENH: Add annotations for `ndarray.item`Bas van Beek2021-05-121-2/+15
| * ENH: Add annotations for `generic.item` and `generic.tolist`Bas van Beek2021-05-121-2/+38
| * 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
* | MAINT: Rm deprecated ``mktemp()`` from io test suite (#18958)Lisa2021-05-122-187/+220
|/
* 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
|/ / /