summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20793 from seberg/evil-reducelike-no-value-basedCharles Harris2022-01-121-0/+18
|\
| * BUG: Fix that reducelikes honour out always (and live int he future)Sebastian Berg2022-01-111-0/+18
* | BUG: `array_api.argsort(descending=True)` respects relative sort order (#20788)Matthew Barber2022-01-122-3/+37
* | Merge pull request #20794 from BvB93/likeCharles Harris2022-01-119-77/+104
|\ \
| * | ENH: Type the `like` parameter via a `__array_function__` protocolBas van Beek2022-01-117-77/+89
| * | TYP: Add a protocol class representing `__array_function__`Bas van Beek2022-01-112-0/+15
| |/
* | Merge pull request #20792 from BvB93/mypy_0931Charles Harris2022-01-112-2/+2
|\ \
| * | TST: Bump mypy to 0.931Bas van Beek2022-01-112-2/+2
* | | Merge pull request #20786 from melissawm/f2py-scipy-docsCharles Harris2022-01-112-2/+2
|\ \ \ | |_|/ |/| |
| * | BUG, DOC: Fixes SciPy docs build warningsmelissawm2022-01-112-2/+2
* | | DOC: git:// protocol deprecated by github. (#20789)Matthias Bussonnier2022-01-111-1/+1
| |/ |/|
* | Merge pull request #20131 from Developer-Ecosystem-Engineering/as_min_maxMatti Picus2022-01-119-314/+637
|\ \
| * | ENH, SIMD: serveral improvments for max/minSayed Adel2022-01-061-80/+121
| * | ENH: remove raw x86 SIMD of max/minSayed Adel2021-12-312-218/+3
| * | BENCH: cover integer max/min and fmax/fmin testsSayed Adel2021-12-312-13/+40
| * | Integrate requested changes, improve scalar operations, address linux aarch64Developer-Ecosystem-Engineering2021-12-131-15/+53
| * | Merge branch 'as_min_max' of https://github.com/Developer-Ecosystem-Engineeri...Developer-Ecosystem-Engineering2021-11-18360-6279/+16198
| |\ \
| | * \ Merge branch 'numpy:main' into as_min_maxDeveloper-Ecosystem-Engineering2021-11-18360-6279/+16198
| | |\ \
| * | | | Delete .org file, unnecessaryDeveloper-Ecosystem-Engineering2021-11-181-717/+0
| |/ / /
| * | | Reorganize NEON min/max implementation to be more genericDeveloper-Ecosystem-Engineering2021-11-186-758/+1105
| * | | Remove extraneous .org filesDeveloper-Ecosystem-Engineering2021-10-182-1730/+0
| * | | BUG: NEON min/max is slow (#17989)Developer-Ecosystem-Engineering2021-10-189-0/+2532
* | | | Merge pull request #20766 from mhvk/ndarray_array_finalizeSebastian Berg2022-01-1010-30/+96
|\ \ \ \
| * | | | DOC: Add brief deprecation note to the release notesSebastian Berg2022-01-101-0/+3
| * | | | DEP: warn that __array_finalize__ = None is deprecatedMarten van Kerkwijk2022-01-093-9/+27
| * | | | MAINT: correct typing for ndarray.__array_finalize__Marten van Kerkwijk2022-01-091-1/+1
| * | | | MAINT: Speed up subtypes that do not override __array_finalize__Marten van Kerkwijk2022-01-082-5/+37
| * | | | ENH: Let ndarray.__array_finalize__ be callable.Marten van Kerkwijk2022-01-086-25/+38
* | | | | Merge pull request #20643 from bashtage/experiment-array-cons-checkSebastian Berg2022-01-101-3/+19
|\ \ \ \ \
| * | | | | PERF: Optimize array check for bounded 0,1 valuesKevin Sheppard2021-12-221-3/+20
* | | | | | Merge pull request #20779 from gdementen/remove-duplicate-int-typeSebastian Berg2022-01-104-8/+7
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | MAINT: removed duplicate 'int' type in ScalarTypeGaƫtan de Menten2022-01-104-8/+7
| | |/ / / | |/| | |
* | | | | Merge pull request #20773 from DimitriPapadopoulos/generate_umath_docstringsCharles Harris2022-01-101-0/+1
|\ \ \ \ \
| * | | | | Method without self argument should be staticDimitri Papadopoulos2022-01-101-0/+1
| |/ / / /
* | | | | Merge pull request #20783 from rajaeinet/2022-copyright-updateCharles Harris2022-01-102-2/+2
|\ \ \ \ \
| * | | | | change "The NumPy community" to "NumPy Developers"Omid Rajaei2022-01-101-1/+1
| * | | | | Update Copyright to 2022Omid2022-01-102-2/+2
| |/ / / /
* | | | | Merge pull request #20741 from ahesford/cross_your_teesRalf Gommers2022-01-101-0/+98
|\ \ \ \ \
| * | | | | DOC: add instructions for cross compilationAndrew J. Hesford2022-01-101-0/+98
| |/ / / /
* | | | | Merge pull request #20776 from pdebuyl/mainCharles Harris2022-01-102-3/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: fix doctest with true_divide errorPierre de Buyl2022-01-101-1/+1
| * | | | DOC: fix more doctestsPierre de Buyl2022-01-101-2/+4
|/ / / /
* | | | Merge pull request #20759 from charris/fix-20692Ralf Gommers2022-01-071-0/+4
|\ \ \ \
| * | | | MAINT: Raise RuntimeError if setuptools version is too recent.Charles Harris2022-01-061-0/+4
* | | | | Merge pull request #20750 from BvB93/datetimeCharles Harris2022-01-063-36/+49
|\ \ \ \ \
| * | | | | TYP: Allow time manipulation functions to accept `data` and `timedelta` objectsBas van Beek2022-01-063-36/+49
* | | | | | Merge pull request #20731 from mattip/doc-0.3.18Charles Harris2022-01-061-3/+3
|\ \ \ \ \ \
| * | | | | | DOC: fix OpenBLAS version in release notemattip2022-01-051-3/+3
* | | | | | | Merge pull request #20758 from madphysicist/patch-1Sebastian Berg2022-01-061-3/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | DOC: Capitalization and missing word in docsJoseph Fox-Rabinovitz2022-01-061-3/+3
|/ / / / / /