summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20556 from melissawm/fix-ml-linksCharles Harris2021-12-093-6/+6
|\
| * DOC: fix link to numpy-discussionmelissawm2021-12-091-1/+1
| * DOC: Update links to mailing list on python.orgmelissawm2021-12-093-6/+6
|/
* Merge pull request #20547 from seberg/revert-reduce-stuffCharles Harris2021-12-083-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 #18846 from amrit110/clarify_default_int_typeMelissa Weber Mendonça2021-12-081-4/+5
|\
| * Add suggested fixes to wordingAmrit2021-12-021-4/+5
| * Update doc with better wordingAmrit K2021-11-151-5/+4
| * DOC: clarify doc about default int type on windowsAmrit K2021-04-241-1/+2
* | Merge pull request #20517 from HaoZeke/f2pyTestRefactorMelissa Weber Mendonça2021-12-0848-1282/+1163
|\ \
| * | MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-0623-399/+336
| * | MAINT,TST: Refactor F2PY testsRohit Goswami2021-12-0636-887/+831
* | | DOC: Merge doc strings of divide and true_divide. (#20246)drosin2021-12-086-66/+13
* | | Merge pull request #20533 from asmeurer/array_api-prod-fixCharles 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 #20518 from seberg/fix-dispatching-cacheCharles Harris2021-12-072-13/+18
|\ \ \ \
| * | | | PERF: Fix performance bug in dispatching cacheSebastian Berg2021-12-072-13/+18
|/ / / /
* | | | Merge pull request #20484 from seberg/promote-reduceCharles 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-041-29/+0
| * | | | FIX: Add compat hack to find force a reduce-compatible loop if we found a non...Sebastian Berg2021-12-044-6/+47
| * | | | Fix typo, fix the crucial part (yeah I forgot...) and keep a silly debug prin...Sebastian Berg2021-12-043-20/+26
| * | | | MAINT: Remove specialized `out=` casting loops and introduce resolvers for re...Sebastian Berg2021-12-036-90/+307
| * | | | BUG: Fix reduce promotion with out argumentSebastian Berg2021-11-302-3/+41
* | | | | Merge pull request #20527 from asmeurer/array_api-__array__Charles Harris2021-12-072-0/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add type hints to the numpy.array_api.Array.__array__ signatureAaron Meurer2021-12-061-1/+2
| * | | | ENH: Add __array__ to the array_api Array objectAaron Meurer2021-12-062-0/+18
|/ / / /
* | | | Merge pull request #20516 from HaoZeke/f2pyDocBldUpdMelissa Weber Mendonça2021-12-061-4/+7
|\ \ \ \
| * | | | DOC: Add more details on F2PY output conditionsRohit Goswami2021-12-041-4/+7
* | | | | Merge pull request #20524 from h-vetinari/vs2019Matti Picus2021-12-061-1/+1
|\ \ \ \ \
| * | | | | make sure CI stays on VS2019 unless changed explicitlyH. Vetinari2021-12-061-1/+1
|/ / / / /
* | | | | Merge pull request #20417 from lithomas1/patch-1Matti Picus2021-12-063-6/+200
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | BLD: Add arm64 wheels [wheel build]Thomas Li2021-12-053-6/+200
* | | | | Merge pull request #20479 from HaoZeke/f2pyTestPathCharles Harris2021-12-0524-819/+937
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Update to better python stylesRohit Goswami2021-12-054-45/+43
| * | | | MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-0524-737/+880
| * | | | TST,STY: Use a context manager for F2PY functionsRohit Goswami2021-12-032-22/+25
| * | | | TST,STY: Clean up F2PY tests for pathlib.PathRohit Goswami2021-12-0312-72/+46
* | | | | Merge pull request #20521 from lithomas1/pin-macosMatti Picus2021-12-051-6/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | MAINT: Pin OS versions when building wheels [wheel build]Thomas Li2021-12-051-6/+6
|/ / / /
* | | | BUG: Fix types of errors raised by genfromtxt (#20389)André Elimelek de Weber2021-12-032-11/+14
* | | | Merge pull request #20509 from thomasjpfan/fix_memory_docsSebastian Berg2021-12-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | DOC Adds valgrind to the test commandThomas J. Fan2021-12-031-1/+1
|/ / /
* | | BUG: Protect divide by 0 in multinomial (#20490)Kevin Sheppard2021-12-022-7/+23
* | | Merge pull request #20499 from asmeurer/array_api_TCharles Harris2021-12-012-1/+15
|\ \ \
| * | | Add tests for T and mT in array_apiAaron Meurer2021-12-011-0/+14
| * | | BUG: Fix the .T attribute in the array_api namespaceAaron Meurer2021-12-011-1/+1
|/ / /
* | | DOC: Fix some target not found Sphinx warnings. (#20140)Chiara Marmo2021-12-014-22/+29
* | | Merge pull request #20407 from wltjr1007/minmax_axis_doc-2Ralf Gommers2021-12-011-2/+8
|\ \ \