| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #14714 from eric-wieser/datetime-arange-fix | Sebastian Berg | 2019-10-15 | 1 | -1/+1 |
|\ |
|
| * | BUG: Default start to 0 for timedelta arange | Eric Wieser | 2019-10-15 | 1 | -1/+1 |
* | | Merge pull request #14710 from seberg/ufunc-out-deprecation | Matti Picus | 2019-10-15 | 1 | -4/+4 |
|\ \ |
|
| * | | DEP: Finish the out kwarg deprecation for ufunc calls | Sebastian Berg | 2019-10-15 | 1 | -4/+4 |
| |/ |
|
* | | Merge pull request #14469 from sunqm/master | Matti Picus | 2019-10-15 | 1 | -0/+24 |
|\ \
| |/
|/| |
|
| * | TEST: Fix broken pypy ctypes test | Qiming Sun | 2019-09-19 | 1 | -3/+5 |
| * | TEST: Fix broken pypy ctypes test | Qiming Sun | 2019-09-19 | 1 | -0/+7 |
| * | MAINT: Update tests for _ctypes class | Qiming Sun | 2019-09-15 | 1 | -14/+0 |
| * | TEST: Add tests for .ctypes.data_as | Qiming Sun | 2019-09-14 | 1 | -0/+29 |
* | | Merge pull request #13885 from r-devulap/sqrt-sq-rcp-abs-avx | Matti Picus | 2019-10-15 | 1 | -3/+91 |
|\ \ |
|
| * | | TEST: disable raise invalid exception test for sqrt | Raghuveer Devulapalli | 2019-09-27 | 1 | -3/+3 |
| * | | ENH: use AVX for floor, rint, ceil and trunc | Raghuveer Devulapalli | 2019-09-27 | 1 | -3/+7 |
| * | | BUG: fixing multiple CI failures | Raghuveer Devulapalli | 2019-09-27 | 1 | -1/+1 |
| * | | ENH: use AVX for sqrt, square, reciprocal and absolute value | Raghuveer Devulapalli | 2019-09-27 | 1 | -3/+87 |
* | | | DEP: ufunc `out` argument must be a tuple for multiple outputs | Sebastian Berg | 2019-10-11 | 1 | -15/+7 |
* | | | BUG: fix fromfile behavior when reading sub-array dtypes | Pauli Virtanen | 2019-10-07 | 1 | -0/+13 |
* | | | Merge pull request #14596 from sethtroisi/old_defines_in_docs | Matti Picus | 2019-10-03 | 2 | -36/+12 |
|\ \ \ |
|
| * | | | DEP: Complete deprecation of invalid array order | Seth Troisi | 2019-09-26 | 2 | -36/+12 |
| |/ / |
|
* | | | Dep: Deprecation of float index in linespace | Seth Troisi | 2019-10-01 | 2 | -21/+2 |
|/ / |
|
* | | Merge pull request #14525 from mattip/pypy | Sebastian Berg | 2019-09-19 | 1 | -1/+2 |
|\ \ |
|
| * | | BUILD, MAINT: run tests with verbose for PyPY, also do not leak resource | mattip | 2019-09-16 | 1 | -1/+2 |
* | | | Merge pull request #14223 from kritisingh1/dep-tests | Matti Picus | 2019-09-19 | 1 | -0/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | TST: Add tests for deprecated C functions (PyArray_As1D, PyArray_As1D) | kritisingh1 | 2019-08-24 | 1 | -0/+12 |
* | | | Merge pull request #13739 from eric-wieser/bit_shifts | Matti Picus | 2019-09-14 | 1 | -0/+28 |
|\ \ \ |
|
| * | | | MAINT: Respond to review comments on gh-7473 | Eric Wieser | 2019-09-13 | 1 | -25/+21 |
| * | | | Merge commit 'edf8a5f' into HEAD | Eric Wieser | 2019-09-13 | 13 | -8/+1874 |
| |\ \ \ |
|
| * \ \ \ | Merge tag 'branch-points/1.17.x' into HEAD | Eric Wieser | 2019-09-13 | 28 | -374/+2144 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge tag 'branch-points/1.16.x' into bit_shifts | Eric Wieser | 2019-06-08 | 40 | -4471/+12103 |
| |\ \ \ \ \ |
|
| * | | | | | | BUG: shift operator cycles, fixes #2449 | Jaime Fernandez | 2016-03-28 | 1 | -0/+32 |
* | | | | | | | Merge pull request #13605 from seberg/fromfile-eof-deprecation | Matti Picus | 2019-09-13 | 4 | -17/+87 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | DEP: Deprecate silent ignoring of bad data in fromfile/fromstring | Sebastian Berg | 2019-09-12 | 4 | -17/+87 |
* | | | | | | | | Merge pull request #14464 from mattip/matmul-bool | Sebastian Berg | 2019-09-12 | 1 | -0/+17 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | MAINT: use tmp pointers to allow early break; add tests, release note | mattip | 2019-09-09 | 1 | -2/+12 |
| * | | | | | | | | BUG: add a specialized loop for boolean matmul | mattip | 2019-09-09 | 1 | -0/+7 |
* | | | | | | | | | Merge pull request #10151 from eric-wieser/integer-type-__name__ | Matti Picus | 2019-09-12 | 2 | -7/+29 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
| * | | | | | | | | BUG: Ensure scalar types have unique `__name__`s | Eric Wieser | 2019-09-11 | 2 | -7/+29 |
* | | | | | | | | | Merge pull request #14459 from eric-wieser/MemoryError-size | Allan Haldane | 2019-09-09 | 1 | -0/+42 |
|\ \ \ \ \ \ \ \ \
| |_|/ / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | ENH: Print the amount of memory that would be used by a failed allocation | Eric Wieser | 2019-09-08 | 1 | -0/+42 |
| | |_|_|_|_|_|/
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #14393 from ahaldane/fix_fieldless_view_itemsize | Matti Picus | 2019-09-08 | 1 | -0/+25 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | BUG: Fix fieldless comparison broadcasting | Allan Haldane | 2019-09-05 | 1 | -2/+2 |
| * | | | | | | | | BUG: Fix comparison of fieldless structured arrays | Allan Haldane | 2019-08-31 | 1 | -0/+6 |
| * | | | | | | | | BUG: PyDataType_ISUNSIZED should be False for structured types | Allan Haldane | 2019-08-31 | 1 | -0/+14 |
| * | | | | | | | | BUG: view with fieldless dtype should raise if itemsize != 0 | Allan Haldane | 2019-08-28 | 1 | -0/+5 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #13610 from eric-wieser/argwhere | Sebastian Berg | 2019-09-06 | 1 | -0/+24 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | ENH: Always produce a consistent shape in the result of `argwhere` | Eric Wieser | 2019-09-05 | 1 | -0/+24 |
| |/ / / / / / / |
|
* | | | | | | | | Merge pull request #14387 from mattip/dtype-overflow | Charles Harris | 2019-09-04 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Apply suggestions from code review | Matti Picus | 2019-09-04 | 1 | -2/+3 |
| * | | | | | | | | BUG: skip new test on windows, 32-bit | mattip | 2019-08-28 | 1 | -0/+2 |
| * | | | | | | | | BUG: test, fix regression in converting to ctypes | mattip | 2019-08-28 | 1 | -0/+7 |
| |/ / / / / / / |
|
* | | | | | | | | BUG: Fix lexsort + radix sort. | Hameer Abbasi | 2019-09-04 | 1 | -7/+15 |
|/ / / / / / / |
|