summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15836 from sgasse/axis_np_meanMatti Picus2020-03-271-0/+12
|\
| * BUG: Fix IndexError for illegal axis in np.meansgasse2020-03-261-0/+12
* | MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-266-22/+12
* | ENH: improved error message `IndexError: too many indices for array` (#15832)Yilin LI2020-03-261-1/+13
|/
* Merge pull request #15797 from sgasse/add_einsum_testSebastian Berg2020-03-241-0/+4
|\
| * TST: Add unit test for kwarg of np.einsumsgasse2020-03-221-0/+4
* | BUG: Break on all errors when performing strided casts. (gh-15827)Brandt Bucher2020-03-241-0/+2
* | md5 module is deprecated since python 2.5Roman Yurchak2020-03-241-4/+1
* | pathlib is in the standard libraryRoman Yurchak2020-03-241-10/+1
* | Merge pull request #15800 from brandtbucher/unsafe-castEric Wieser2020-03-241-1/+5
|\ \ | |/ |/|
| * TST: Add failing regression test for unsafe casts.Brandt Bucher2020-03-231-1/+5
* | DEP: Make issubdtype consistent for types and dtypes (#15773)Sebastian Berg2020-03-221-0/+29
|/
* BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750)Matti Picus2020-03-181-1/+2
* Merge pull request #15766 from seberg/simplify-specialized-castsMatti Picus2020-03-181-10/+24
|\
| * BUG,MAINT: Remove incorrect special case in string to number castsSebastian Berg2020-03-161-10/+24
* | Merge pull request #15696 from rossbar/enh/var_complex_fastpathSebastian Berg2020-03-101-0/+33
|\ \ | |/ |/|
| * ENH: Adds a fast path to var for complex inputRoss Barnowski2020-03-091-0/+33
* | Merge pull request #15534 from seberg/deprecate-abstract-scalar-typesMatti Picus2020-03-062-2/+32
|\ \ | |/ |/|
| * Fixup: Do not deprecate generic python typesSebastian Berg2020-02-075-14/+11
| * DEP: Do not allow "abstract" dtype conversion/creationSebastian Berg2020-02-066-8/+41
* | TST: Test division by zero both with scalar and with array (gh-15577)Christian Kastner2020-02-261-2/+14
* | Merge pull request #14995 from seberg/array-like-coercionMatti Picus2020-02-261-0/+21
|\ \
| * | BUG: Use ``__array__`` during dimension discoverySebastian Berg2020-02-051-0/+21
* | | TST: mask DeprecationWarning in xfailed testsmattip2020-02-231-2/+3
* | | TST: Adding test to validate np.maximum.accumulate and np.minimum.accumulateRaghuveer Devulapalli2020-02-231-0/+8
* | | TST: Add test to ensure assert_array_max_ulp ignores ULP differences betwen N...Raghuveer Devulapalli2020-02-181-0/+6
* | | TST: remove large numbers from sin/cos validation test suiteRaghuveer Devulapalli2020-02-182-89/+0
* | | Merge pull request #15549 from r-devulap/transcendental-avxMatti Picus2020-02-161-22/+22
|\ \ \
| * | | TEST: Enable accuracy tests for float32 sin/cos/exp/log for AVX platformsRaghuveer Devulapalli2020-02-121-22/+22
| | |/ | |/|
* | | Merge pull request #15385 from eric-wieser/fix-unicode-ucs2Sebastian Berg2020-02-132-9/+54
|\ \ \
| * | | ENH: Implement the buffer protocol on numpy str_ scalarsEric Wieser2020-02-081-0/+18
| * | | MAINT,TST: Tidy test_datetime_memoryview a littleEric Wieser2020-02-081-9/+8
| * | | BUG, MAINT: Stop using the error-prone deprecated Py_UNICODE apisEric Wieser2020-02-081-0/+28
| |/ /
* | | Merge pull request #15189 from Zac-HD/property-testsMatti Picus2020-02-132-0/+79
|\ \ \ | |/ / |/| |
| * | Add property test for clippingZac-HD2020-02-051-0/+65
| * | Property test for Unicode array printingZac-HD2020-02-051-0/+14
* | | Merge pull request #15408 from r-devulap/cmplx-simdMatti Picus2020-02-051-1/+38
|\ \ \ | |/ / |/| |
| * | ENH: Improve performance of absolute for CFLOAT and CDOUBLERaghuveer Devulapalli2020-02-011-1/+11
| * | TEST: Adding tests to validate complex absolute and squareRaghuveer Devulapalli2020-02-011-1/+28
* | | Merge pull request #13421 from seiko2plus/core_improve_infa_runtimeMatti Picus2020-02-051-0/+104
|\ \ \ | |_|/ |/| |
| * | ENH: improve runtime detection of CPU featuresSayed Adel2020-02-051-0/+104
* | | TST: mark the top 3 slowest tests to save ~10 secondsmattip2020-02-022-0/+2
| |/ |/|
* | Merge pull request #14867 from r-devulap/maximum-avxMatti Picus2020-02-011-0/+25
|\ \
| * | TST: Testing strided arrays for np.maximum and np.minimumRaghuveer Devulapalli2020-01-281-0/+25
* | | STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-281-1/+2
* | | STY: use 'yield from <expr>' for simple cases (#15444)Mike Taves2020-01-271-2/+1
* | | BUG: Reject nonsense arguments to scalar constructorsEric Wieser2020-01-271-0/+35
|/ /
* | MAINT: Remove Python2 workaroundsSeth Troisi2020-01-232-7/+4
* | Merge pull request #15405 from WarrenWeckesser/undefaCharles Harris2020-01-231-1/+1
|\ \
| * | BUG/TEST: core: Fix an undefined name in a test.Warren Weckesser2020-01-231-1/+1