summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: incorrect error fallthrough in nditerAllan Haldane2021-03-021-0/+8
* Merge pull request #18450 from ahaldane/fix_nditer_od_segfaultSebastian Berg2021-02-221-0/+13
|\
| * BUG: Segfault in nditer buffer dealloc for Object arraysAllan Haldane2021-02-211-0/+13
* | Merge pull request #18404 from seberg/issue-18401Matti Picus2021-02-221-0/+16
|\ \ | |/ |/|
| * BUG: Fix iterator shape in advanced index assignment broadcast errorSebastian Berg2021-02-121-0/+16
* | TST: Add test for nonzero and copyswapn (through advanced indexing)Sebastian Berg2021-02-172-0/+45
* | Merge pull request #18183 from touqir14/masterMatti Picus2021-02-151-4/+14
|\ \ | |/ |/|
| * Merge remote-tracking branch 'upstream/master'Touqir Sajed2021-02-0510-52/+141
| |\
| * | Added tests for i1,i2,i4,i8 types for numpy.count_nonzero functionTouqir Sajed2021-01-181-4/+14
* | | TST: Add a test for nditer write masked with references (gh-18374)Sebastian Berg2021-02-091-0/+31
* | | Merge pull request #18289 from seberg/npyiter-bufferdataMatti Picus2021-02-061-4/+130
|\ \ \
| * | | TST: Split out failure test and ensure it requires cleanupSebastian Berg2021-02-031-3/+6
| * | | TST: Split out unraisable test, add comment and skip on pypySebastian Berg2021-02-031-10/+15
| * | | TST: Clear out final (nil) pointersSebastian Berg2021-02-031-3/+3
| * | | TST,MAINT: Avoid subprocess for the debugprint testSebastian Berg2021-02-031-21/+19
| * | | BUG: Add further tests and fix existing npyiter cleanup bugsSebastian Berg2021-02-031-4/+39
| * | | TST: Add test for the nditer debug_printSebastian Berg2021-02-031-0/+85
* | | | Merge pull request #18332 from seberg/issue-18325Charles Harris2021-02-061-1/+15
|\ \ \ \
| * | | | BUG: Allow pickling all relevant DType types/classesSebastian Berg2021-02-041-1/+15
| | |_|/ | |/| |
* | | | BUG: Allow unmodified use of isclose, allclose, etc. with timedeltaSebastian Berg2021-02-041-0/+9
|/ / /
* | | Merge pull request #18200 from Qiyu8/intrin-sumMatti Picus2021-02-031-4/+17
|\ \ \
| * | | use more accurate words.Qiyu82021-01-271-1/+1
| * | | improve sumup intriniscs.Qiyu82021-01-251-6/+2
| * | | treat u8/u16 as overflow protection.Qiyu82021-01-221-3/+17
| * | | Add new intrinsics sum_u8/u16/u64.Qiyu82021-01-201-1/+4
| | |/ | |/|
* | | BUG: Fix typo in ``numpy.__init__.py``Charles Harris2021-02-011-8/+8
* | | ENH: Added sanity check to printoptionsMitchell Faas2021-01-311-0/+3
* | | Merge pull request #18150 from seberg/fix-too-many-boolean-indicesCharles Harris2021-01-291-0/+17
|\ \ \ | |_|/ |/| |
| * | BUG: Ensure too many advanced indices raises an exceptionSebastian Berg2021-01-111-0/+17
* | | Merge pull request #18116 from seberg/futurewarn-string-promotionMatti Picus2021-01-266-35/+88
|\ \ \
| * | | DEP: Deprecate promotion of numbers and bool to stringSebastian Berg2021-01-256-35/+88
| | |/ | |/|
* | | MAINT: Ignore ComplexWarning in ``test_iter_copy_casts``Charles Harris2021-01-241-0/+1
* | | 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
|/
* Merge pull request #18104 from DWesl/change-tests-with-loops-to-parametrized-...Charles Harris2021-01-102-43/+42
|\
| * TST: Change big parametrized loop to nested small parametrized loops.DWesl2021-01-032-28/+9
| * TST: Turn some tests with loos into parametrized tests.DWesl2021-01-012-43/+61
* | MAINT: Implement new casting loops based on NEP 42 and 43Sebastian Berg2021-01-083-3/+465
* | DEP: Deprecate `data_type.dtype` if attribute is not already a dtype (#13578)Sebastian Berg2021-01-062-6/+23
* | Merge pull request #18115 from seberg/half-promotionCharles Harris2021-01-061-0/+15
|\ \
| * | BUG: Fix promotion of half and stringSebastian Berg2021-01-041-0/+15
| |/
* | Merge pull request #18086 from seiko2plus/fix_simd_aarch64_clangMatti Picus2021-01-051-3/+10
|\ \ | |/ |/|
| * BUG, SIMD: Fix _simd module build for 64bit ARM/NEON clangSayed Adel2020-12-291-3/+10
* | Merge pull request #18051 from rpolley/deprecate-np-testing-dec-2Matti Picus2020-12-291-1/+213
|\ \ | |/ |/|
| * TST: add stacklevel parameter to test calls to warnings.warnRyan Polley2020-12-221-3/+3
| * TST: move np.testing.dec tests to test_deprecations.pyRyan Polley2020-12-201-1/+213
* | Merge pull request #18052 from seberg/concat-with-string-dtypeCharles Harris2020-12-231-1/+27
|\ \
| * | BUG: Fix concatenation when the output is "S" or "U"Sebastian Berg2020-12-211-1/+27
* | | Add docstrings to indicate which intrinsics are tested.Qiyu82020-12-231-0/+11
* | | Merge branch 'master' of github.com:numpy/numpy into countnzQiyu82020-12-231-4/+114
|\ \ \