summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix small issues found with pytest-leaksSebastian Berg2021-03-231-12/+14
* BUG: Fix small valgrind-found issues (#18651)Sebastian Berg2021-03-211-1/+1
* Merge pull request #18612 from charris/backport-18560Charles Harris2021-03-141-0/+26
|\
| * BUG: Fixed ``where`` keyword for ``np.mean`` & ``np.var`` methods (gh-18560)Mateusz Sokół2021-03-141-0/+26
* | BUG: incorrect error fallthrough in nditerAllan Haldane2021-03-041-0/+8
|/
* BUG: Segfault in nditer buffer dealloc for Object arraysAllan Haldane2021-02-221-0/+13
* TST: Add test for nonzero and copyswapn (through advanced indexing)Sebastian Berg2021-02-212-0/+45
* BUG: Allow pickling all relevant DType types/classesSebastian Berg2021-02-061-1/+15
* BUG: Allow unmodified use of isclose, allclose, etc. with timedeltaSebastian Berg2021-02-051-0/+9
* BUG: Fix typo in ``numpy.__init__.py``Charles Harris2021-02-021-8/+8
* BUG: Ensure too many advanced indices raises an exceptionSebastian Berg2021-01-291-0/+17
* BUG: Keep ignoring most errors during array-protocol lookupSebastian Berg2021-01-201-5/+7
* BUG: Promotion between strings and objects was assymetricSebastian Berg2021-01-111-33/+35
* BUG: Fix promotion of half and stringSebastian Berg2021-01-061-0/+15
* BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clangSayed Adel2021-01-051-3/+10
* BUG: Fix concatenation when the output is "S" or "U"Sebastian Berg2020-12-231-1/+27
* Merge pull request #18035 from charris/backport-18030Charles Harris2020-12-191-0/+5
|\
| * BUG: make a variable volatile to work around clang compiler bug (#18030)Raghuveer Devulapalli2020-12-191-0/+5
* | DEP: Futurewarn on requiring __len__ on array-likesSebastian Berg2020-12-182-3/+99
|/
* Merge pull request #18015 from charris/backport-17817Charles Harris2020-12-171-0/+30
|\
| * BUG: Ignore fewer errors during array-coercionSebastian Berg2020-12-171-0/+30
* | TST: Ensure `like=` tests are not sensitive to execution orderSebastian Berg2020-12-171-37/+35
|/
* BUG: Fix readonly related scalar buffer exportsSebastian Berg2020-11-292-7/+36
* ENH,API: Store exported buffer info on the array (#16938)Sebastian Berg2020-11-261-0/+19
* Merge pull request #16161 from anirudh2290/ufunc_divide_errorCharles Harris2020-11-252-2/+147
|\
| * ENH, MAINT: Add support for nan corner case and add testsAnirudh Subramanian2020-06-051-34/+57
| * MAINT: Address review comments from SebastianAnirudh Subramanian2020-06-051-18/+61
| * TST: Add additional tests for divmod, remainder and fmodAnirudh Subramanian2020-06-051-4/+26
| * BUG: Potential fix for 1//0 to raise divbyzero and return infAnirudh Subramanian2020-06-052-1/+58
* | Merge pull request #17401 from seberg/restructure-castingCharles Harris2020-11-254-0/+336
|\ \
| * | Last touch-ups (test and tiny fixes)Sebastian Berg2020-11-241-0/+17
| * | TST: Fixup tests for VoidSebastian Berg2020-11-241-1/+6
| * | MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-244-0/+314
* | | Merge pull request #17833 from seberg/void-pickleCharles Harris2020-11-242-1/+24
|\ \ \ | |/ / |/| |
| * | DEP: Give a deprecation warning when unpickling an object scalarSebastian Berg2020-11-242-1/+16
| * | BUG: Fix pickling of scalars with NPY_LISTPICKLESebastian Berg2020-11-191-1/+9
* | | BUG: Fix subarray dtype used with too large count in fromfileSebastian Berg2020-11-231-0/+27
* | | Merge pull request #17828 from seberg/incorrect-size-in-masked-transferCharles Harris2020-11-221-0/+12
|\ \ \
| * | | BUG: Fix incorrectly passed size in masked processingSebastian Berg2020-11-221-0/+12
* | | | Merge pull request #15852 from sgasse/add_where_to_meanCharles Harris2020-11-221-0/+132
|\ \ \ \ | |/ / / |/| | |
| * | | ENH: Add where argument to several functionsSimon Gasse2020-07-181-0/+132
* | | | Merge pull request #17787 from pentschev/nep-35-strict-likeSebastian Berg2020-11-201-19/+8
|\ \ \ \
| * | | | MAINT: Make like= strict in array_implement_array_functionPeter Andreas Entschev2020-11-201-1/+2
| * | | | MAINT: Change like= exception to TypeErrorPeter Andreas Entschev2020-11-171-1/+1
| * | | | TST: Test strict like=Peter Andreas Entschev2020-11-161-19/+7
* | | | | BUG: ensure _UFuncNoLoopError can be pickled (#17377)bernie gray2020-11-181-0/+16
|/ / / /
* | | | Merge pull request #17763 from seiko2plus/issue_17761Charles Harris2020-11-141-0/+9
|\ \ \ \
| * | | | SIMD, BUG: fix reuses the previous values during the fallback to libcSayed Adel2020-11-121-0/+9
| | |/ / | |/| |
* | | | Merge pull request #17645 from lormuc/timedelta-nat-formatCharles Harris2020-11-141-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: fix np.timedelta64('nat').__format__ throwing an exceptionVeniamin Petrenko2020-10-271-0/+4