| Commit message (Expand) | Author | Age | Files | Lines |
* | TST: turn off tracing for np.resize tests | mattip | 2019-11-16 | 2 | -0/+10 |
* | MAINT: Remove uses of scalar aliases | Eric Wieser | 2019-11-13 | 10 | -22/+21 |
* | MAINT: revert gh-14800, which gave precedence to OO->O over OO->? | mattip | 2019-11-06 | 3 | -16/+8 |
* | BUG: raise ValueError for empty arrays passed to _pyarray_correlate (#14829) | Doug Davis | 2019-11-06 | 1 | -0/+5 |
* | Merge pull request #14800 from mattip/reorder-obj-comparison-loop | Charles Harris | 2019-11-04 | 3 | -11/+18 |
|\ |
|
| * | ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add comments | mattip | 2019-10-30 | 1 | -5/+9 |
| * | WIP, DEP, ENH: finish richcompare changes from 1.10 | mattip | 2019-10-29 | 2 | -6/+9 |
* | | Merge pull request #14227 from zjpoh/from_string_complex | Matti Picus | 2019-10-31 | 1 | -0/+32 |
|\ \ |
|
| * | | Fix style per Sebastian's comments | zjpoh | 2019-10-15 | 1 | -5/+4 |
| * | | Update per Sebastian's comments | zjpoh | 2019-10-06 | 1 | -0/+6 |
| * | | Add deprecation warning for invalid complex string | zjpoh | 2019-09-26 | 1 | -4/+18 |
| * | | Merge branch 'master' into from_string_complex | zjpoh | 2019-09-26 | 20 | -72/+2190 |
| |\ \ |
|
| * | | | Add parenthesis as suggested by compiler. Update docstring. | zjpoh | 2019-08-19 | 1 | -1/+1 |
| * | | | Parse complex number from string | zjpoh | 2019-08-07 | 1 | -0/+13 |
* | | | | Merge pull request #14730 from zjpoh/fromfile_complex | Matti Picus | 2019-10-31 | 1 | -0/+82 |
|\ \ \ \ |
|
| * | | | | Add complex number support for fromfile | zjpoh | 2019-10-16 | 1 | -0/+82 |
* | | | | | Merge pull request #14669 from siddhesh/undefined-float2datetime | Matti Picus | 2019-10-30 | 1 | -0/+24 |
|\ \ \ \ \ |
|
| * | | | | | BUG: Do not rely on undefined behaviour to cast from float to datetime | Siddhesh Poyarekar | 2019-10-15 | 1 | -0/+24 |
* | | | | | | BUG: clear only attribute errors in get_attr_string.h::maybe_get_attr (#14745) | keewis | 2019-10-30 | 1 | -0/+29 |
| |_|_|_|/
|/| | | | |
|
* | | | | | changed test to assert_allclose() the output values | Jack J. Woehr | 2019-10-19 | 1 | -2/+4 |
* | | | | | added test case test_einsum_failed_on_p9_and_s390x(self) | Jack J. Woehr | 2019-10-19 | 1 | -0/+6 |
| |/ / /
|/| | | |
|
* | | | | API: NaT (arg)min/max behavior (#14717) | Zijie (ZJ) Poh | 2019-10-15 | 2 | -18/+14 |
* | | | | 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 |
| |\ \ \ \ \ \ |
|