summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \
| * | | | | | BUG: shift operator cycles, fixes #2449Jaime Fernandez2016-03-281-0/+32
* | | | | | | Merge pull request #13605 from seberg/fromfile-eof-deprecationMatti Picus2019-09-134-17/+87
|\ \ \ \ \ \ \
| * | | | | | | DEP: Deprecate silent ignoring of bad data in fromfile/fromstringSebastian Berg2019-09-124-17/+87
* | | | | | | | Merge pull request #14464 from mattip/matmul-boolSebastian Berg2019-09-121-0/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: use tmp pointers to allow early break; add tests, release notemattip2019-09-091-2/+12
| * | | | | | | | BUG: add a specialized loop for boolean matmulmattip2019-09-091-0/+7
* | | | | | | | | Merge pull request #10151 from eric-wieser/integer-type-__name__Matti Picus2019-09-122-7/+29
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | BUG: Ensure scalar types have unique `__name__`sEric Wieser2019-09-112-7/+29
* | | | | | | | | Merge pull request #14459 from eric-wieser/MemoryError-sizeAllan Haldane2019-09-091-0/+42
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | ENH: Print the amount of memory that would be used by a failed allocationEric Wieser2019-09-081-0/+42
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #14393 from ahaldane/fix_fieldless_view_itemsizeMatti Picus2019-09-081-0/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: Fix fieldless comparison broadcastingAllan Haldane2019-09-051-2/+2
| * | | | | | | | BUG: Fix comparison of fieldless structured arraysAllan Haldane2019-08-311-0/+6
| * | | | | | | | BUG: PyDataType_ISUNSIZED should be False for structured typesAllan Haldane2019-08-311-0/+14
| * | | | | | | | BUG: view with fieldless dtype should raise if itemsize != 0Allan Haldane2019-08-281-0/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #13610 from eric-wieser/argwhereSebastian Berg2019-09-061-0/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | ENH: Always produce a consistent shape in the result of `argwhere`Eric Wieser2019-09-051-0/+24
| |/ / / / / / /
* | | | | | | | Merge pull request #14387 from mattip/dtype-overflowCharles Harris2019-09-041-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Apply suggestions from code reviewMatti Picus2019-09-041-2/+3
| * | | | | | | | BUG: skip new test on windows, 32-bitmattip2019-08-281-0/+2
| * | | | | | | | BUG: test, fix regression in converting to ctypesmattip2019-08-281-0/+7
| |/ / / / / / /
* | | | | | | | BUG: Fix lexsort + radix sort.Hameer Abbasi2019-09-041-7/+15
|/ / / / / / /