summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Always check for mutated signatures in the legacy resolverSebastian Berg2021-12-081-11/+13
* REV: Revert adding a default ufunc promoterSebastian Berg2021-12-082-56/+20
* Merge pull request #20539 from charris/backport-20518Charles Harris2021-12-072-13/+18
|\
| * PERF: Fix performance bug in dispatching cacheSebastian Berg2021-12-072-13/+18
* | BUG: Fix handling of the dtype parameter to numpy.array_api.prod()Aaron Meurer2021-12-071-2/+2
|/
* Merge pull request #20535 from charris/backport-20484Charles Harris2021-12-077-133/+456
|\
| * BUG: Fixup rare reducelike cast causing rejection of a valid loopSebastian Berg2021-12-072-2/+52
| * MAINT: Remove now unnecessary/bogus reduce special pathSebastian Berg2021-12-071-29/+0
| * FIX: Add compat hack to find force a reduce-compatible loop if we found a non...Sebastian Berg2021-12-074-6/+47
| * Fix typo, fix the crucial part (yeah I forgot...) and keep a silly debug prin...Sebastian Berg2021-12-073-20/+26
| * MAINT: Remove specialized `out=` casting loops and introduce resolvers for re...Sebastian Berg2021-12-076-90/+307
| * BUG: Fix reduce promotion with out argumentSebastian Berg2021-12-072-3/+41
* | Merge pull request #20503 from charris/backport-20490Charles Harris2021-12-022-7/+23
|\ \
| * | BUG: Protect divide by 0 in multinomial (#20490)Kevin Sheppard2021-12-022-7/+23
| |/
* | Add tests for T and mT in array_apiAaron Meurer2021-12-021-0/+14
* | BUG: Fix the .T attribute in the array_api namespaceAaron Meurer2021-12-021-1/+1
|/
* Merge pull request #20476 from charris/backport-20422Charles Harris2021-11-271-4/+10
|\
| * BUG: Restore support for i686 and PowerPC (OS X)Evan Miller2021-11-271-4/+10
* | Merge pull request #20474 from charris/backport-20457Charles Harris2021-11-271-53/+0
|\ \
| * | TST: remove obsolete TestF77MismatchH. Vetinari2021-11-271-53/+0
| |/
* | BUG: Remove invalid `__dlpack__` decoratorBas van Beek2021-11-272-3/+3
* | MAINT: Remove a redundant overloadBas van Beek2021-11-271-2/+1
|/
* BUG: Fix an incorrect protocol used in `np.lib.shape_base`Bas van Beek2021-11-222-2/+10
* MAINT: Fix METH_NOARGS function signatures (#20368)Hood Chatham2021-11-214-16/+18
* MAINT: Fix longdouble precision check.Charles Harris2021-11-211-1/+1
* Merge pull request #20419 from charris/backport-20409Charles Harris2021-11-201-0/+1
|\
| * MAINT: import setuptools beforew distutilsmattip2021-11-201-0/+1
* | BUG: Clear errors correctly in F2PY conversionsRohit Goswami2021-11-201-19/+40
|/
* Merge pull request #20410 from charris/backport-20405Charles Harris2021-11-191-5/+13
|\
| * BUG, SIMD: Fix `exp` FP stack overflow when `AVX512_SKX` is enabledSayed Adel2021-11-191-5/+13
* | Merge pull request #20411 from charris/backport-20395Charles Harris2021-11-195-17/+28
|\ \
| * | ENH: provide a convenience function to replace npy_load_module (#20395)Matti Picus2021-11-195-17/+28
| |/
* | BLD: Fix Macos Builds [wheel build]Thomas Li2021-11-181-1/+1
|/
* REV: Add MaskedArray creation from non nd-array back in (#20386)Greg Lucas2021-11-162-0/+48
* Merge pull request #20367 from HowJMay/simd-truncMatti Picus2021-11-167-8/+85
|\
| * ENH, SIMD: add new universal intrinsics for truncHowJMay2021-11-167-8/+85
* | Merge pull request #20182 from HaoZeke/buildf2pydocRalf Gommers2021-11-162-2/+2
|\ \
| * | MAINT: Fix build issuesRohit Goswami2021-11-152-2/+2
| |/
* | Merge pull request #20274 from h-vetinari/fix_15179Charles Harris2021-11-151-19/+14
|\ \
| * | TST: parametrize glibc-version check in test_umath.pyH. Vetinari2021-11-021-5/+4
| * | TST: skip coverage of large elements in sincos_float32 for ancient glibcH. Vetinari2021-11-021-2/+4
| * | TST: use existence of glibc-version to clean up a testH. Vetinari2021-11-021-12/+5
| * | TST: turn glibc_older_than_2.17 into boolean instead of xfailH. Vetinari2021-11-021-4/+5
* | | Merge pull request #20327 from seberg/rename-interpolationCharles Harris2021-11-157-238/+354
|\ \ \
| * | | DOC: Fixups for interpolation rename comments from reviewSebastian Berg2021-11-152-2/+2
| * | | DOC: Update percentile/quantile docsSebastian Berg2021-11-122-60/+72
| * | | DOC: Add ticks to quantile interpolation/method errorSebastian Berg2021-11-121-1/+1
| * | | DOC: Remove reference to paper from quantile `method` kwargSebastian Berg2021-11-122-4/+4
| * | | MAINT: Rename interpolation to method in percentile stubsSebastian Berg2021-11-122-15/+15
| * | | TST: Add deprecation testcase for quantile interpolation renameSebastian Berg2021-11-121-0/+20