summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: revert detecting and raising error on ragged arraysmattip2019-08-231-4/+1
* Merge pull request #14240 from batterseapower/lexsortSebastian Berg2019-08-221-0/+26
|\
| * BUG: don't fail when lexsorting some empty arrays (#14228)Max Bolingbroke2019-08-221-0/+26
* | Merge pull request #14290 from eric-wieser/fix-if-fieldsCharles Harris2019-08-222-1/+43
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into fix-if-fieldsEric Wieser2019-08-1934-401/+4083
| |\ \
| * | | MAINT: Test names against None for consistencyEric Wieser2019-08-191-1/+1
| * | | BUG: Fix crash in recarray if nested structured dtypes contain paddingEric Wieser2019-08-191-0/+15
| * | | BUG: Make np.record work on structured fields with no fieldsEric Wieser2019-08-191-0/+27
* | | | Merge pull request #14259 from kritisingh1/dep7Matti Picus2019-08-201-5/+0
|\ \ \ \
| * | | | DEP: Deprecate arrayprint formatting functionskritisingh12019-08-191-5/+0
| | |/ / | |/| |
* | | | BUG: core: Handle large negative np.int64 args in binary_repr.Warren Weckesser2019-08-181-0/+5
|/ / /
* | | Merge pull request #13368 from r-devulap/sincos-simdMatti Picus2019-08-181-4/+37
|\ \ \ | |_|/ |/| |
| * | TEST: improving test coverage for sin/cos for input > 117435.992fRaghuveer Devulapalli2019-08-031-1/+6
| * | TEST: Rounding max tolerable ulp error to an intRaghuveer Devulapalli2019-08-031-4/+4
| * | TEST: adding tests to validate AVX sin/cos implementationRaghuveer Devulapalli2019-08-031-2/+13
| * | BUG: fixing NAN handling and adding tests for sin/cosRaghuveer Devulapalli2019-08-031-0/+17
* | | DEP: Deprecate np.alen (#14181)Guilherme Leobas2019-08-082-9/+17
|/ /
* | BUG: Make advanced indexing result on read-only subclass writeable (#14171)jeremiedbb2019-08-011-0/+13
* | Merge pull request #13871 from seberg/ugly-refcount-changingSebastian Berg2019-07-311-0/+2
|\ \
| * | TST: Mark test which increases global reference countSebastian Berg2019-07-261-0/+2
* | | Merge pull request #14039 from sameshl/remove_depr_rank_funcSebastian Berg2019-07-311-10/+0
|\ \ \
| * | | DEP: Remove np.rank which has been deprecated for more than 5 yearsSamesh2019-07-311-10/+0
* | | | Merge pull request #14076 from charris/test-python-3.8Charles Harris2019-07-301-1/+1
|\ \ \ \
| * | | | MAINT: Print more informative message when test fails.Charles Harris2019-07-281-1/+1
* | | | | Allow fuss in testing strided/non-strided exp/log loopsOleksandr Pavlyk2019-07-291-3/+3
|/ / / /
* | | | Merge pull request #14122 from charris/mark-validation-tests-xfailCharles Harris2019-07-251-1/+1
|\ \ \ \
| * | | | MAINT: Mark umath accuracy test xfail.Charles Harris2019-07-251-1/+1
| |/ / /
* | | | MAINT: Change the type of error raised in set_printoptions (gh-13899)Kexuan Sun2019-07-251-3/+3
|/ / /
* | | Merge pull request #14091 from IntelPython/update-test-ufunc-noncontiguousCharles Harris2019-07-241-1/+14
|\ \ \
| * | | MAINT: Remove unused import.Charles Harris2019-07-241-1/+1
| * | | Addressed PR feedbackOleksandr Pavlyk2019-07-241-11/+15
| * | | MAINT: adjustments to test_ufunc_noncontigousOleksandr Pavlyk2019-07-231-1/+10
| |/ /
* | | Merge pull request #14048 from r-devulap/transcendental-accuracy-testsCharles Harris2019-07-246-0/+1735
|\ \ \ | |/ / |/| |
| * | MAINT: Correct spelling.Charles Harris2019-07-241-1/+1
| * | TEST: xfail if not x86_64 and linuxRaghuveer Devulapalli2019-07-231-5/+5
| * | TEST: disable float32 exp/log/sin/cos validation in ARM and 32-bit windowsRaghuveer Devulapalli2019-07-222-1/+28
| * | TEST: adding validation test suite for float32 log, sin and cosRaghuveer Devulapalli2019-07-205-2/+1546
| * | TEST: Adding tests to verify accuracy of math functionsRaghuveer Devulapalli2019-07-172-0/+164
* | | BUG: Fix incorrect GIL release in array.nonzero (#13930)Gary Gurlaskie2019-07-171-0/+33
* | | Merge pull request #13913 from mattip/improve-errorSebastian Berg2019-07-151-1/+4
|\ \ \ | |/ / |/| |
| * | ENH: improve error message for ragged-array creation failuremattip2019-07-041-1/+4
* | | STY: standardize creation of bytestrings in dtype testsSteve Stagg2019-07-071-1/+1
* | | BUG: handle weird bytestrings in dtype() (#13902)Steve Stagg2019-07-031-0/+30
|/ /
* | BUG: Refcount fixes (#13860)Sebastian Berg2019-07-032-1/+9
* | Merge pull request #13003 from seberg/dtype-attr-recursionMatti Picus2019-07-031-0/+44
|\ \
| * | BUG: Do not crash on recursive `.dtype` attribute lookup.Sebastian Berg2019-05-251-0/+44
* | | MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-2/+2
* | | TST: Use exc.value.args[0] to avoid change in pytest printingSebastian Berg2019-06-281-1/+1
* | | ENH: Deprecate writeable broadcast_array (#12609)Matti Picus2019-06-282-2/+54
* | | Merge pull request #13855 from seberg/dtype-from-dictMatti Picus2019-06-281-0/+12
|\ \ \