summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17295 from seberg/issue-17294Matti Picus2020-11-031-0/+16
|\
| * TST: Modify test to see if the error is in pickling or unpicklingSebastian Berg2020-10-221-1/+2
| * TST: Add test for non-FORMAT user dtype array/scalar exportSebastian Berg2020-10-221-0/+15
* | improve intrinsics and add sum intrinsic testQiyu82020-11-031-0/+10
* | Merge pull request #16782 from seiko2plus/implement_npyv_pymodMatti Picus2020-10-292-0/+647
|\ \
| * | MAINT, TST: Add testing cases for partial/non-contig load and storeSayed Adel2020-10-271-7/+135
| * | MAINT, TST: Serveral imporvments to _SIMD moduleSayed Adel2020-10-272-89/+78
| * | TST: Add testing unit for fused NPYV intrinsicsSayed Adel2020-10-271-1/+19
| * | TST: Add testing unit for checking the sainty of SIMD moduleSayed Adel2020-10-271-0/+104
| * | ENH, TST: Add testing unit that covers the current implemented intrinsics.Sayed Adel2020-10-271-0/+408
| |/
* | Merge pull request #17668 from nforro/masterMatti Picus2020-10-291-2/+2
|\ \
| * | TST: Make test suite work in FIPS (140-2) ModeNikola Forró2020-10-291-2/+2
* | | Merge pull request #17596 from seberg/subarray-dtype-futurewarningMatti Picus2020-10-292-27/+47
|\ \ \ | |/ / |/| |
| * | DEP,BUG: Coercion/cast of array to a subarray dtype will be fixedSebastian Berg2020-10-212-27/+47
* | | TST: simplify source path names in compilation testmattip2020-10-272-7/+4
| |/ |/|
* | Merge pull request #16936 from seberg/issue-16934Matti Picus2020-10-221-3/+21
|\ \ | |/ |/|
| * Fixup, an earlier cleanup got things wrong and I forgot to test the strides :(Sebastian Berg2020-10-191-2/+4
| * BUG: Fix leak for relaxed strides when exporting both C- and F-orderSebastian Berg2020-10-191-0/+15
| * BUG: Fix memory leak of buffer-info cache due to relaxed stridesSebastian Berg2020-10-191-3/+4
* | BUG: Fixed crash on self-referential dtypes (#17536)Ganesh Kathiresan2020-10-181-0/+20
|/
* Merge pull request #17186 from eric-wieser/datetime-less-bytesCharles Harris2020-10-101-2/+3
|\
| * MAINT: Use utf8 strings in more of datetimeEric Wieser2020-08-301-2/+3
* | BUG: Accept legacy user-dtypes if not isinstance(dtype.type, np.generic)Sebastian Berg2020-10-071-4/+0
* | Merge pull request #17419 from seberg/deprecate-coercion-to-subarray-dtypeMatti Picus2020-10-071-0/+41
|\ \
| * | DEP: Deprecate coercion to subarray dtypesSebastian Berg2020-10-011-0/+41
* | | Merge pull request #17410 from seberg/scalars-to-int-array-specialMatti Picus2020-10-071-4/+43
|\ \ \
| * | | API: Special case how numpy scalars are coerced to signed integerSebastian Berg2020-10-011-4/+43
| |/ /
* | | Merge pull request #17320 from seberg/relax-object-dtype-with-refMatti Picus2020-10-071-0/+37
|\ \ \
| * | | TST: Add test for creating an xpress like user-dtypeSebastian Berg2020-09-171-0/+37
* | | | BUG: Fix memory leak in array-coercion error pathsSebastian Berg2020-10-011-0/+15
| |/ / |/| |
* | | Merge pull request #17393 from seberg/fix-default-parametric-dtypesCharles Harris2020-09-281-0/+16
|\ \ \
| * | | BUG: Fix default void, datetime, and timedelta in array coercionSebastian Berg2020-09-281-0/+16
* | | | Merge pull request #17289 from seberg/ufunc-pickleMatti Picus2020-09-241-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | TST: Add test for pickling using ufunc name as qualnameSebastian Berg2020-09-241-0/+13
* | | | Merge pull request #17137 from seberg/restructure-dtype-promotionMatti Picus2020-09-221-30/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | TST: Adapt metadata-promotion tests to new implementationSebastian Berg2020-09-021-30/+9
| * | | TST: Test void promotion uses equivalent castingSebastian Berg2020-09-021-0/+18
* | | | Merge pull request #17150 from eric-wieser/cython-isinstanceSebastian Berg2020-09-122-0/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | ENH: Add support for the abstract scalars to cython codeEric Wieser2020-08-242-0/+12
* | | | Merge pull request #17235 from hugovk/rm-old-codeCharles Harris2020-09-071-7/+0
|\ \ \ \
| * | | | MAINT: Remove old sys.version_info codeHugo2020-09-031-7/+0
| | |_|/ | |/| |
* | | | Merge pull request #17225 from seberg/fix-broken-up-ragged-arrayCharles Harris2020-09-041-0/+22
|\ \ \ \
| * | | | Update numpy/core/tests/test_array_coercion.pySebastian Berg2020-09-021-0/+1
| * | | | BUG: Fix dimension discovery of within array ragged casesSebastian Berg2020-09-021-0/+21
| |/ / /
* | | | Merge pull request #17193 from eric-wieser/clean-compatSebastian Berg2020-09-031-2/+1
|\ \ \ \
| * | | | MAINT: Remove users of `numpy.compat.strchar`Eric Wieser2020-08-311-2/+1
| |/ / /
* | | | Merge pull request #17145 from charris/cleanup-pystring_asstring-usageSebastian Berg2020-09-031-0/+10
|\ \ \ \
| * | | | MAINT: Replace uses of PyString_AsString.Charles Harris2020-09-031-0/+10
| |/ / /
* | | | Merge pull request #16134 from seberg/concatenate-dtypeMatti Picus2020-09-032-13/+47
|\ \ \ \
| * | | | DOC: Fixup deprecation datesSebastian Berg2020-09-031-0/+1