summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* TST: turn off tracing for np.resize testsmattip2019-11-162-0/+10
* MAINT: Remove uses of scalar aliasesEric Wieser2019-11-1310-22/+21
* MAINT: revert gh-14800, which gave precedence to OO->O over OO->?mattip2019-11-063-16/+8
* BUG: raise ValueError for empty arrays passed to _pyarray_correlate (#14829)Doug Davis2019-11-061-0/+5
* Merge pull request #14800 from mattip/reorder-obj-comparison-loopCharles Harris2019-11-043-11/+18
|\
| * ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add commentsmattip2019-10-301-5/+9
| * WIP, DEP, ENH: finish richcompare changes from 1.10mattip2019-10-292-6/+9
* | Merge pull request #14227 from zjpoh/from_string_complexMatti Picus2019-10-311-0/+32
|\ \
| * | Fix style per Sebastian's commentszjpoh2019-10-151-5/+4
| * | Update per Sebastian's commentszjpoh2019-10-061-0/+6
| * | Add deprecation warning for invalid complex stringzjpoh2019-09-261-4/+18
| * | Merge branch 'master' into from_string_complexzjpoh2019-09-2620-72/+2190
| |\ \
| * | | Add parenthesis as suggested by compiler. Update docstring.zjpoh2019-08-191-1/+1
| * | | Parse complex number from stringzjpoh2019-08-071-0/+13
* | | | Merge pull request #14730 from zjpoh/fromfile_complexMatti Picus2019-10-311-0/+82
|\ \ \ \
| * | | | Add complex number support for fromfilezjpoh2019-10-161-0/+82
* | | | | Merge pull request #14669 from siddhesh/undefined-float2datetimeMatti Picus2019-10-301-0/+24
|\ \ \ \ \
| * | | | | BUG: Do not rely on undefined behaviour to cast from float to datetimeSiddhesh Poyarekar2019-10-151-0/+24
* | | | | | BUG: clear only attribute errors in get_attr_string.h::maybe_get_attr (#14745)keewis2019-10-301-0/+29
| |_|_|_|/ |/| | | |
* | | | | changed test to assert_allclose() the output valuesJack J. Woehr2019-10-191-2/+4
* | | | | added test case test_einsum_failed_on_p9_and_s390x(self)Jack J. Woehr2019-10-191-0/+6
| |/ / / |/| | |
* | | | API: NaT (arg)min/max behavior (#14717)Zijie (ZJ) Poh2019-10-152-18/+14
* | | | Merge pull request #14714 from eric-wieser/datetime-arange-fixSebastian Berg2019-10-151-1/+1
|\ \ \ \
| * | | | BUG: Default start to 0 for timedelta arangeEric Wieser2019-10-151-1/+1
* | | | | Merge pull request #14710 from seberg/ufunc-out-deprecationMatti Picus2019-10-151-4/+4
|\ \ \ \ \
| * | | | | DEP: Finish the out kwarg deprecation for ufunc callsSebastian Berg2019-10-151-4/+4
| |/ / / /
* | | | | Merge pull request #14469 from sunqm/masterMatti Picus2019-10-151-0/+24
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | TEST: Fix broken pypy ctypes testQiming Sun2019-09-191-3/+5
| * | | | TEST: Fix broken pypy ctypes testQiming Sun2019-09-191-0/+7
| * | | | MAINT: Update tests for _ctypes classQiming Sun2019-09-151-14/+0
| * | | | TEST: Add tests for .ctypes.data_asQiming Sun2019-09-141-0/+29
* | | | | Merge pull request #13885 from r-devulap/sqrt-sq-rcp-abs-avxMatti Picus2019-10-151-3/+91
|\ \ \ \ \
| * | | | | TEST: disable raise invalid exception test for sqrtRaghuveer Devulapalli2019-09-271-3/+3
| * | | | | ENH: use AVX for floor, rint, ceil and truncRaghuveer Devulapalli2019-09-271-3/+7
| * | | | | BUG: fixing multiple CI failuresRaghuveer Devulapalli2019-09-271-1/+1
| * | | | | ENH: use AVX for sqrt, square, reciprocal and absolute valueRaghuveer Devulapalli2019-09-271-3/+87
| | |_|_|/ | |/| | |
* | | | | DEP: ufunc `out` argument must be a tuple for multiple outputsSebastian Berg2019-10-111-15/+7
* | | | | BUG: fix fromfile behavior when reading sub-array dtypesPauli Virtanen2019-10-071-0/+13
| |_|/ / |/| | |
* | | | Merge pull request #14596 from sethtroisi/old_defines_in_docsMatti Picus2019-10-032-36/+12
|\ \ \ \
| * | | | DEP: Complete deprecation of invalid array orderSeth Troisi2019-09-262-36/+12
| |/ / /
* | | | Dep: Deprecation of float index in linespaceSeth Troisi2019-10-012-21/+2
|/ / /
* | | Merge pull request #14525 from mattip/pypySebastian Berg2019-09-191-1/+2
|\ \ \
| * | | BUILD, MAINT: run tests with verbose for PyPY, also do not leak resourcemattip2019-09-161-1/+2
* | | | Merge pull request #14223 from kritisingh1/dep-testsMatti Picus2019-09-191-0/+12
|\ \ \ \ | |/ / / |/| | |
| * | | TST: Add tests for deprecated C functions (PyArray_As1D, PyArray_As1D)kritisingh12019-08-241-0/+12
* | | | Merge pull request #13739 from eric-wieser/bit_shiftsMatti Picus2019-09-141-0/+28
|\ \ \ \
| * | | | MAINT: Respond to review comments on gh-7473Eric Wieser2019-09-131-25/+21
| * | | | Merge commit 'edf8a5f' into HEADEric Wieser2019-09-1313-8/+1874
| |\ \ \ \
| * \ \ \ \ Merge tag 'branch-points/1.17.x' into HEADEric Wieser2019-09-1328-374/+2144
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'branch-points/1.16.x' into bit_shiftsEric Wieser2019-06-0840-4471/+12103
| |\ \ \ \ \ \