summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20557 from charris/prepare-for-1.22.0rc2-releasev1.22.0rc2Charles Harris2021-12-092-4/+6
|\
| * REL: Prepare for the NumPy 1.22.0rc2 release.Charles Harris2021-12-092-4/+6
|/
* Merge pull request #20548 from charris/backport-20547Charles Harris2021-12-093-67/+33
|\
| * 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 #20541 from charris/prepare-for-1.22.0rc2Charles Harris2021-12-082-4/+17
|\
| * REL: Prepare for NumPy 1.22.0rc2 release.Charles Harris2021-12-072-4/+17
|/
* 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
* | Merge pull request #20538 from charris/backport-20533Charles Harris2021-12-071-2/+2
|\ \ | |/ |/|
| * 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
| |/
* | Merge pull request #20502 from charris/backport-20499Charles Harris2021-12-022-1/+15
|\ \ | |/ |/|
| * 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 #20496 from charris/backport-20491Charles Harris2021-11-302-5/+6
|\
| * MAINT: rename build stepmattip2021-11-301-1/+1
| * TEST: use pypy3.8-v7.3.7 final versionsmattip2021-11-302-4/+5
* | Merge pull request #20487 from charris/backport-20486Charles Harris2021-11-292-3/+2
|\ \ | |/ |/|
| * MAINT: update wheel pin in test_requirements.txtmattip2021-11-291-2/+1
| * MAINT: update wheel to version that supports python3.10mattip2021-11-291-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 #20475 from charris/update-setuptools-versionCharles Harris2021-11-273-3/+3
|\ \
| * | MAINT: Update the required setuptools version.Charles Harris2021-11-273-3/+3
| |/
* | Merge pull request #20474 from charris/backport-20457Charles Harris2021-11-271-53/+0
|\ \
| * | TST: remove obsolete TestF77MismatchH. Vetinari2021-11-271-53/+0
| |/
* | Merge pull request #20473 from charris/backport-20468Charles Harris2021-11-272-5/+4
|\ \ | |/ |/|
| * BUG: Remove invalid `__dlpack__` decoratorBas van Beek2021-11-272-3/+3
| * MAINT: Remove a redundant overloadBas van Beek2021-11-271-2/+1
|/
* Merge pull request #20434 from charris/prepare-for-1.22.0rc1v1.22.0rc1Charles Harris2021-11-2339-305/+1173
|\
| * REL: Prepare for the NumPy 1.22.0r1 release.Charles Harris2021-11-2239-305/+1173
|/
* Merge pull request #20436 from charris/backport-20433Charles Harris2021-11-222-2/+10
|\
| * BUG: Fix an incorrect protocol used in `np.lib.shape_base`Bas van Beek2021-11-222-2/+10
|/
* Merge pull request #20430 from charris/backport-20368Charles Harris2021-11-214-16/+18
|\
| * MAINT: Fix METH_NOARGS function signatures (#20368)Hood Chatham2021-11-214-16/+18
|/
* Merge pull request #20429 from charris/fix-umath-longdouble-testCharles Harris2021-11-211-1/+1
|\
| * 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
* | Merge pull request #20420 from charris/backport-20204Charles Harris2021-11-201-19/+40
|\ \ | |/ |/|
| * BUG: Clear errors correctly in F2PY conversionsRohit Goswami2021-11-201-19/+40
|/