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 #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
| |/
* | 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
* | | 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 #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
* | | BUG: Fix types of errors raised by genfromtxt (#20389)André Elimelek de Weber2021-12-032-11/+14
|/ /
* | 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-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-011-9/+12
* | Merge pull request #20407 from wltjr1007/minmax_axis_doc-2Ralf Gommers2021-12-011-2/+8
|\ \
| * | DOC: Update axis parameter for np.ma.{min,max}Yoon, Jee Seok2021-11-191-2/+8
* | | Merge pull request #20470 from BvB93/function_baseRalf Gommers2021-12-014-33/+187
|\ \ \
| * | | TST: Strip overload/protocol suggestions from reported mypy errorsBas van Beek2021-11-261-1/+1
| * | | TST: Cache the compiled regex pattern in the `test_reveal` typing testsBas van Beek2021-11-261-3/+3
| * | | ENH: Add dtype-typing support to `np.core.function_base`Bas van Beek2021-11-263-29/+183
* | | | Merge pull request #20471 from serge-sans-paille/cleanup/remove-useless-src-s...Matti Picus2021-11-292-1/+1
|\ \ \ \
| * | | | Rename _operand_flag_tests.c.src into numpy/core/src/umath/_operand_flag_tests.cserge-sans-paille2021-11-262-1/+1
* | | | | STY: F2PY tests shouldn't printRohit Goswami2021-11-281-9/+0
* | | | | TST,MAINT: Fix F2PY test typoRohit Goswami2021-11-281-1/+1
* | | | | Merge pull request #20422 from evanmiller/patch-1Matti Picus2021-11-271-4/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Restore support for i686 and PowerPC (OS X)Evan Miller2021-11-221-4/+10
* | | | | Merge pull request #20457 from h-vetinari/g77Ralf Gommers2021-11-261-53/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | TST: remove obsolete TestF77MismatchH. Vetinari2021-11-251-53/+0
* | | | | BUG: Remove invalid `__dlpack__` decoratorBas van Beek2021-11-262-3/+3
* | | | | MAINT: Remove a redundant overloadBas van Beek2021-11-261-2/+1
* | | | | Merge pull request #20446 from abatomunkuev/issue#20423Matti Picus2021-11-251-3/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Fixed docstring of numpy.info()Andrei Batomunkuev2021-11-241-1/+2
| * | | | Fixed python docstring in info()Andrei Batomunkuev2021-11-241-1/+1
| * | | | BUG: Fixed output overriding in numpy.info(), so that it correctly displays i...Andrei Batomunkuev2021-11-241-2/+8
* | | | | DOC: Fix a typo in docstring of MT19937Raphael Kruse2021-11-221-1/+1
* | | | | Merge pull request #20433 from BvB93/122_typingCharles Harris2021-11-222-2/+10
|\ \ \ \ \