summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* TST: move _no_tracing to testing._privatemattip2020-03-012-22/+3
* MAINT: refactor function out of test modulemattip2020-01-051-7/+26
* ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068)Tirth Patel2019-12-151-15/+27
* REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl"Charles Harris2019-12-045-61/+20
* Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-025-20/+61
|\
| * MAINT: changes from reviewmattip2019-11-291-2/+4
| * MAINT: add test to test_deprecationsmattip2019-11-291-1/+9
| * MAINT: revert change to assert_array_equal, adjust testsmattip2019-10-311-1/+2
| * DEP: issue deprecation warning when creating ragged array (NEP 34)mattip2019-10-314-19/+49
* | REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"Sebastian Berg2019-12-021-23/+0
* | Merge pull request #14983 from charris/revert-71fc59dCharles Harris2019-11-271-20/+0
|\ \
| * | REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"Sebastian Berg2019-11-251-20/+0
* | | Merge pull request #12658 from tylerjereddy/NaT_sort_orderCharles Harris2019-11-251-0/+32
|\ \ \
| * | | BUG: NaT now sorts to end of arraysTyler Reddy2019-11-221-0/+32
| |/ /
* | | Merge pull request #14718 from eric-wieser/disable-Q_-_m_castingMatti Picus2019-11-252-1/+20
|\ \ \ | |/ / |/| |
| * | Followup: Make "same_kind" casting possible for consistencySebastian Berg2019-10-161-1/+1
| * | API: Forbid Q<->m safe castingEric Wieser2019-10-162-1/+20
* | | ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841)Matti Picus2019-11-211-13/+24
* | | BUG: Fix step returned by linspace when num=1 and endpoint=False (#14929)David Zwicker2019-11-211-7/+13
* | | 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