Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | oops removed an (signed char) ... fixed | Jack J. Woehr | 2019-10-19 | 1 | -2/+2 |
* | change suggested by mattip | Jack J. Woehr | 2019-10-19 | 1 | -1/+1 |
* | Merge branch 'master' of https://github.com/numpy/numpy into einsum_c_buglet | Jack J. Woehr | 2019-10-18 | 29 | -376/+935 |
|\ | |||||
| * | DOC: update docstring of allclose to clarify how NaN's are handled. | johann.faouzi | 2019-10-18 | 1 | -4/+4 |
| * | Merge pull request #14738 from eric-wieser/fix-intp-printf | Matti Picus | 2019-10-18 | 11 | -48/+48 |
| |\ | |||||
| | * | Fix other incorrect narrowing for format strings | Eric Wieser | 2019-10-17 | 10 | -44/+44 |
| | * | BUG: Don't narrow intp to int when producing error messages | Eric Wieser | 2019-10-17 | 1 | -4/+4 |
| * | | Merge pull request #14699 from mattip/doc-warnings | Ralf Gommers | 2019-10-18 | 8 | -49/+49 |
| |\ \ | |||||
| | * | | DOC: convert `None` to bare None or ``None`` | mattip | 2019-10-15 | 7 | -25/+25 |
| | * | | DOC: no `data_as` reference is available | mattip | 2019-10-15 | 1 | -1/+1 |
| | * | | DOC: fix output argument reference | mattip | 2019-10-15 | 1 | -16/+16 |
| | * | | DOC: add numpy prefix | mattip | 2019-10-15 | 1 | -7/+7 |
| * | | | MAINT: umath: Change error message for unsupported bool subtraction. | Warren Weckesser | 2019-10-16 | 1 | -1/+1 |
| | |/ | |/| | |||||
| * | | Merge pull request #14681 from seberg/remove-unused-boolean-loops | Warren Weckesser | 2019-10-16 | 2 | -4/+2 |
| |\ \ | |||||
| | * | | MAINT: General fix removing unused boolean loops | Sebastian Berg | 2019-10-11 | 2 | -4/+2 |
| * | | | API: NaT (arg)min/max behavior (#14717) | Zijie (ZJ) Poh | 2019-10-15 | 4 | -64/+53 |
| * | | | Merge pull request #14342 from raamana/is_scalar_docs | Matti Picus | 2019-10-16 | 1 | -11/+15 |
| |\ \ \ | |||||
| | * | | | help to identify a numeric scalar | Pradeep Reddy Raamana | 2019-08-23 | 1 | -4/+8 |
| | * | | | renamed the input arg to remove hint it is geared for numbers | Pradeep Reddy Raamana | 2019-08-23 | 1 | -7/+7 |
| * | | | | Merge pull request #14714 from eric-wieser/datetime-arange-fix | Sebastian Berg | 2019-10-15 | 2 | -19/+23 |
| |\ \ \ \ | |||||
| | * | | | | BUG: Default start to 0 for timedelta arange | Eric Wieser | 2019-10-15 | 2 | -1/+7 |
| | * | | | | MAINT: C99-ify declarations in datetime_arange | Eric Wieser | 2019-10-15 | 1 | -18/+16 |
| * | | | | | Merge pull request #12129 from ydup/master | Matti Picus | 2019-10-15 | 1 | -0/+3 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' into master | Eric Wieser | 2019-10-15 | 178 | -9816/+24401 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | * | | | | | Add wording suggested by Eric. Remove extra example. | Stefan van der Walt | 2019-10-15 | 1 | -35/+4 |
| | * | | | | | Axes shift description and example of np.tensordot | Yadong Zhang | 2018-10-10 | 1 | -0/+33 |
| * | | | | | | Merge pull request #14710 from seberg/ufunc-out-deprecation | Matti Picus | 2019-10-15 | 2 | -20/+6 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | DEP: Finish the out kwarg deprecation for ufunc calls | Sebastian Berg | 2019-10-15 | 2 | -20/+6 |
| | | |/ / / / | | |/| | | | | |||||
| * | | | | | | Merge pull request #14469 from sunqm/master | Matti Picus | 2019-10-15 | 2 | -45/+34 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| | * | | | | | MAINT: Refer numpy issue #13808 to upstream CPython bug https://bugs.python.o... | Qiming Sun | 2019-10-05 | 1 | -1/+2 |
| | * | | | | | 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 | 2 | -24/+7 |
| | * | | | | | MAINT: Update tests for _ctypes class | Qiming Sun | 2019-09-15 | 1 | -14/+0 |
| | * | | | | | MAINT: Remove _get_void_ptr function | Qiming Sun | 2019-09-15 | 1 | -17/+4 |
| | * | | | | | TEST: Add tests for .ctypes.data_as | Qiming Sun | 2019-09-14 | 1 | -0/+29 |
| | * | | | | | BUG: typo in _ctypes class | Qiming Sun | 2019-09-10 | 1 | -1/+1 |
| | * | | | | | BUG: _ctypes._as_parameter_ did not hold the array object | Qiming Sun | 2019-09-10 | 1 | -1/+1 |
| | * | | | | | BUG: Fix _ctypes class cirular reference. (#13808) | Qiming Sun | 2019-09-10 | 1 | -3/+4 |
| * | | | | | | Merge pull request #14368 from jdufresne/byteswarning | Sebastian Berg | 2019-10-15 | 2 | -8/+17 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | MAINT: Avoid all BytesWarning | Jon Dufresne | 2019-09-25 | 2 | -5/+13 |
| | * | | | | | | MAINT: Explicitly goto fail when PyUnicode_FromEncodedObject() return NULL | Jon Dufresne | 2019-09-25 | 1 | -3/+4 |
| * | | | | | | | Merge pull request #13885 from r-devulap/sqrt-sq-rcp-abs-avx | Matti Picus | 2019-10-15 | 5 | -60/+668 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | MAINT: removing duplicated inner loop for e->e | Raghuveer Devulapalli | 2019-09-27 | 1 | -4/+4 |
| | * | | | | | | MAINT: rebase with master | Raghuveer Devulapalli | 2019-09-27 | 1 | -4/+4 |
| | * | | | | | | 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 | 5 | -11/+146 |
| | * | | | | | | BUG: ignore invalid exception raised by absolute | Raghuveer Devulapalli | 2019-09-27 | 1 | -0/+1 |
| | * | | | | | | BUG: fixing multiple CI failures | Raghuveer Devulapalli | 2019-09-27 | 2 | -11/+14 |