summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12586 from hameerabbasi/radix-sortCharles Harris2019-05-111-16/+33
|\
| * TST: Test all dtypes for sort.Hameer Abbasi2019-05-111-1/+15
| * ENH: Radix sortHameer Abbasi2019-05-111-16/+19
* | Merge pull request #10723 from eric-wieser/PyLong-to-longdoubleTyler Reddy2019-05-111-0/+26
|\ \
| * | MAINT: more adjustments in PR 10723Tyler Reddy2019-05-011-1/+13
| * | MAINT: reviewer adjustments in PR 10723Tyler Reddy2019-04-301-0/+14
* | | Merge pull request #13508 from hdamron17/arraymultiter_new-empty-kwdsCharles Harris2019-05-111-0/+12
|\ \ \ | |_|/ |/| |
| * | BUG: Removes ValueError for empty kwargs in arraymultiter_newHunter Damron2019-05-081-0/+12
* | | BUG: test all ufunc.types for return type, fix for exp, logmattip2019-05-081-0/+28
|/ /
* | BUG: fixing bugs in AVX exp/log while handling special value floats (#13415)Raghuveer Devulapalli2019-04-301-1/+28
* | ENH: Add shape to *_like() array creation (#13046)Peter Andreas Entschev2019-04-251-0/+29
* | Merge pull request #13371 from eric-wieser/__floor__-and-__ceil__Charles Harris2019-04-221-0/+37
|\ \
| * | BUG/ENH: Make floor, ceil, and trunc call the matching special methodsEric Wieser2019-04-191-0/+37
* | | Merge pull request #12594 from mattip/pypy3-testingTyler Reddy2019-04-222-9/+11
|\ \ \
| * | | MAINT: move gc.collect to function (from review)mattip2019-04-191-8/+8
| * | | TEST: update for PyPymattip2019-04-172-8/+10
* | | | Merge pull request #8662 from eric-wieser/ufunc-outer-subclassMatti Picus2019-04-191-0/+11
|\ \ \ \
| * | | | MAINT: avoid np.matrix in PR 8662Tyler Reddy2019-04-171-0/+11
| |/ / /
* | | | Merge pull request #10741 from eric-wieser/as_integer_ratioTyler Reddy2019-04-181-0/+109
|\ \ \ \
| * | | | TST: use smaller tests for PR 10741.Tyler Reddy2019-04-181-46/+76
| * | | | ENH: Implement `np.floating.as_integer_ratio`Eric Wieser2019-04-101-0/+79
| | |_|/ | |/| |
* | | | Merge pull request #13218 from debsankha/isfinite-datetimeCharles Harris2019-04-181-0/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' into isfinite-datetimeMatti Picus2019-04-103-0/+25
| |\ \ \ | | |/ /
| * | | TST: testing isfinite on datetime and timedelta objects.Debsankha Manik2019-03-301-0/+21
* | | | BUG: load fails when using pickle without allow_pickle=TruePaul Ivanov2019-04-161-1/+1
| |_|/ |/| |
* | | BUG: Fix bad error message in np.memmapEric Wieser2019-04-111-0/+10
| |/ |/|
* | BUG: Fix null pointer dereference in PyArray_DTypeFromObjectHelperJakub Wilk2019-04-061-0/+6
* | BUG/MAINT: fix reference count error on invalid input to ndarray.flat (#13176)adeak2019-04-011-0/+16
* | BUG: Fix of `var` method for complex object arraysChirag Nighut2019-04-011-0/+3
|/
* TST: add tests for the existence and round-tripping of datetime limitsEric Wieser2019-03-281-0/+38
* Merge pull request #12988 from qwhelan/bool_ufuncEric Wieser2019-03-281-0/+21
|\
| * ENH: Create boolean and integer ufuncs for isnan, isinf, and isfinite.Christopher Whelan2019-03-091-0/+21
* | MAINT: add overlap checks to choose, take, put, putmask (#13182)Allan Haldane2019-03-271-0/+20
* | BUG: Fix np.rec.fromarrays on arrays which are already structured (#12887)Daniel Hrisca2019-03-141-0/+7
* | Merge pull request #13092 from mhvk/linspace-object-dtype-bugMatti Picus2019-03-101-0/+6
|\ \ | |/ |/|
| * BUG: ensure linspace works on object input.Marten van Kerkwijk2019-03-041-0/+6
* | BUG: ppc is using IBM double doubleAndreas Schwab2019-03-051-1/+1
* | Merge pull request #13036 from mattip/array-interface-offsetCharles Harris2019-03-041-0/+13
|\ \ | |/ |/|
| * BUG: __array_interface__ offset was always ignoredmattip2019-02-251-0/+13
* | BUG: Add missing error checking in conversion from integers to datetime typesEric Wieser2019-03-021-0/+6
* | BUG: fixes from reviewmattip2019-02-261-1/+1
* | BUG: fixes from reviewmattip2019-02-261-1/+5
|/
* TST: Add test for np.tensordot on 0d arrays (#12152)Rishabh Chakrabarti2019-02-241-0/+6
* Merge pull request #12846 from tlatorre-uchicago/divmod-bugfixCharles Harris2019-02-221-0/+6
|\
| * BUG: fix signed zero behavior in npy_divmodtlatorre2019-02-181-0/+6
* | MAINT: Move pickle import to numpy.compatCharles Harris2019-02-217-8/+7
|/
* Merge pull request #12932 from cgohlke/patch-5Matti Picus2019-02-141-0/+1
|\
| * MAINT: fixes from reviewmattip2019-02-111-1/+1
| * BUG: test, fix for trying to register a loop againmattip2019-02-111-0/+1
* | BUG: Add timsort without breaking the API.Charles Harris2019-02-071-3/+3