summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DEP: Ensure the string promotion FutureWarning is raisedSebastian Berg2021-05-125-19/+20
* 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 #18936 from bashtage/update-perf-prngMatti Picus2021-05-121-65/+64
|\
| * DOC: Update performance for new PRNGKevin Sheppard2021-05-111-65/+64
* | Merge pull request #18963 from hollycorbett/polybase_deprecated_removalCharles Harris2021-05-113-53/+10
|\ \
| * | DOC: touchups to release note.Ross Barnowski2021-05-111-1/+8
| * | DEP: Remove PolyBase from np.polynomial.polyutilsHolly Corbett2021-05-101-0/+1
| * | 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-112-7/+16
|\ \ \ \ | |/ / / |/| | |
| * | | 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
| * | | DOC resolves #14299 rephrasingKasia2021-05-091-3/+4
| * | | DOC: resolves #14299 - deleting the noteKasia2021-05-091-3/+1
| * | | DOC: Improve datetime64 docs #14299Kasia2021-05-091-1/+1
| * | | DOC: Improve datetime64 docs #14299Kasia2021-05-091-3/+8
| * | | Merge pull request #1 from numpy/mainKasia2021-05-0993-1743/+5713
| |\ \ \
* | \ \ \ Merge pull request #18980 from trallard/trallard/docs-patchMatti Picus2021-05-114-47/+78
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | DOC: Make screenshot labels biggerTania Allard2021-05-101-0/+0
| * | | | DOC: Make FAQ titlesTania Allard2021-05-101-54/+64
| * | | | DOC: Remove extra --Tania Allard2021-05-101-1/+1
| * | | | DOC: Fix lists indentationTania Allard2021-05-101-0/+1
| * | | | DOC: Fix indentationTania Allard2021-05-101-1/+1
| * | | | DOC: Fix list indentationTania Allard2021-05-101-4/+2
| * | | | DOC: Fix lists and add imagesTania Allard2021-05-103-12/+22
| * | | | DOC: Add troubleshoot itemsTania Allard2021-05-102-7/+19
| | |_|/ | |/| |
* | | | 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