summaryrefslogtreecommitdiff
path: root/numpy
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 #20786 from melissawm/f2py-scipy-docsCharles Harris2022-01-112-2/+2
|\ \ | |/ |/|
| * BUG, DOC: Fixes SciPy docs build warningsmelissawm2022-01-112-2/+2
* | Merge pull request #20131 from Developer-Ecosystem-Engineering/as_min_maxMatti Picus2022-01-116-301/+596
|\ \
| * | 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
| * | 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-18258-5242/+12478
| |\ \
| | * \ Merge branch 'numpy:main' into as_min_maxDeveloper-Ecosystem-Engineering2021-11-18258-5242/+12478
| | |\ \
| * | | | 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-188-0/+2531
* | | | Merge pull request #20766 from mhvk/ndarray_array_finalizeSebastian Berg2022-01-108-30/+88
|\ \ \ \
| * | | | 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-085-25/+33
* | | | | 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
| | |/ / / | |/| | |
* | | | | Method without self argument should be staticDimitri Papadopoulos2022-01-101-0/+1
|/ / / /
* | | | 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 #20754 from seberg/fixup-relax-dtype-identityCharles Harris2022-01-061-4/+12
|\ \ \ \ \
| * | | | | MAINT: Relax asserts to match relaxed reducelike resolution behaviourSebastian Berg2022-01-061-4/+12
* | | | | | BUG: Added check for NULL data in ufuncs (#20689)Joseph Fox-Rabinovitz2022-01-062-2/+2
|/ / / / /
* | | | | Merge pull request #20722 from madphysicist/dtype-checking-1Matti Picus2022-01-065-52/+102
|\ \ \ \ \
| * | | | | ENH: Support for changing dtype in non-C-contiguous viewsJoseph R. Fox-Rabinovitz2022-01-055-52/+102
* | | | | | Merge pull request #20678 from corneliusroemer/fix/remove-trailing-pointMatti Picus2022-01-062-3/+11
|\ \ \ \ \ \
| * | | | | | MAINT: Refactor test to shorten line lengthCornelius Roemer2021-12-291-2/+1
| * | | | | | BUG: Add test for scalarprint bugfixCornelius Roemer2021-12-291-0/+2
| * | | | | | BUG: Remove trailing dec point in dragon4positionalCornelius Roemer2021-12-291-3/+10
* | | | | | | Merge pull request #20729 from seberg/relax-reduce-dtype-identity-checkMatti Picus2022-01-062-2/+17
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | BUG: Relax dtype identity check in reductionsSebastian Berg2022-01-052-2/+17
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #20695 from ahesford/x-the-avxMatti Picus2022-01-051-0/+7
|\ \ \ \ \ \
| * | | | | | BLD: Add NPY_DISABLE_SVML env var to opt out of SVMLAndrew J. Hesford2022-01-051-0/+7
| |/ / / / /
* | | | | | DOC: Document that dtype, strides, shape attributes should not be set (#20730)Sebastian Berg2022-01-051-0/+19
|/ / / / /
* | | | | Merge pull request #15006 from dcaliste/crackCharles Harris2022-01-043-4/+95
|\ \ \ \ \
| * | | | | ENH: add support for operator() in crackfortran.Damien Caliste2022-01-043-4/+95
* | | | | | Merge pull request #20720 from rgommers/arrayapi-annotation-fixesMatti Picus2022-01-041-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TYP: accept review comment on ignoring NotImplemented in type checkingRalf Gommers2022-01-041-4/+1
| * | | | | TYP: add a few type annotations to `numpy.array_api.Array`Ralf Gommers2022-01-031-1/+5
* | | | | | BUG: Fix array dimensions solver for multidimensional arguments in f2py (#20721)Pearu Peterson2022-01-042-4/+9