Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9301 from GuyInALabCoat/doc_edit | Matti Picus | 2019-10-15 | 1 | -14/+16 |
|\ | |||||
| * | Use filename (vs file name) consistently | Stefan van der Walt | 2019-10-15 | 1 | -8/+8 |
| * | Tidy up savez keys-as-file-names language | Stefan van der Walt | 2019-10-15 | 1 | -20/+8 |
| * | DOC: edited numpy.savez docstring note to be more specific | Dmytro | 2019-10-15 | 1 | -4/+13 |
| * | DOC: added note to docstring of numpy.savez | Dmytro | 2019-10-15 | 1 | -0/+5 |
* | | 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 | 464 | -24302/+71861 |
| |\ \ | |||||
| * | | | 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 |
* | | | | | DOC: Add to doc that interp cannot contain NaN (#14598) | Zijie (ZJ) Poh | 2019-10-15 | 1 | -3/+7 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #12633 from seberg/f2py-refcnt | Matti Picus | 2019-10-15 | 8 | -98/+179 |
|\ \ \ \ | |||||
| * | | | | BUG: Further, followup f2py reference count fixes | Sebastian Berg | 2019-08-19 | 5 | -16/+53 |
| * | | | | BUG: General fixes to f2py reference counts (dereferencing) | Sebastian Berg | 2019-08-19 | 5 | -82/+126 |
* | | | | | Merge pull request #14368 from jdufresne/byteswarning | Sebastian Berg | 2019-10-15 | 4 | -9/+19 |
|\ \ \ \ \ | |||||
| * | | | | | MAINT: Avoid all BytesWarning | Jon Dufresne | 2019-09-25 | 4 | -6/+15 |
| * | | | | | 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 |
| * | | | | | ENH: use AVX for sqrt, square, reciprocal and absolute value | Raghuveer Devulapalli | 2019-09-27 | 5 | -51/+520 |
* | | | | | | Merge pull request #14682 from seberg/finish-out-kwarg-deprecations | Matti Picus | 2019-10-14 | 2 | -43/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | DEP: ufunc `out` argument must be a tuple for multiple outputs | Sebastian Berg | 2019-10-11 | 2 | -43/+12 |
* | | | | | | | Merge pull request #14634 from dstansby/extension-doc | Ralf Gommers | 2019-10-12 | 1 | -1/+17 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add Extension to docs | David Stansby | 2019-10-03 | 1 | -1/+17 |
* | | | | | | | | Merge pull request #14630 from mattip/build_src-option | Charles Harris | 2019-10-11 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | BUILD: change to build_src --verbose-cfg, runtests.py --debug-info | mattip | 2019-10-03 | 1 | -4/+4 |
* | | | | | | | | Merge pull request #14656 from eric-wieser/tidy-datetime-modulo | Matti Picus | 2019-10-10 | 1 | -138/+101 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | MAINT: Use `extract_unit` throughout datetime | Eric Wieser | 2019-10-09 | 1 | -138/+101 |
* | | | | | | | | | Merge pull request #14657 from pv/fix-fromfile | Matti Picus | 2019-10-10 | 2 | -6/+37 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | BUG: Fix dtype use-after-free bug in FromString | Sebastian Berg | 2019-10-08 | 1 | -1/+6 |
| * | | | | | | | | | BUG: fix fromfile behavior when reading sub-array dtypes | Pauli Virtanen | 2019-10-07 | 2 | -5/+31 |
| |/ / / / / / / / | |||||
* | | | | | | | | | BUG: random: Use correct length when axis is given to shuffle. | Warren Weckesser | 2019-10-08 | 2 | -3/+12 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #14605 from mattip/descr-check | Matti Picus | 2019-10-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | BUG: properly define PyArray_DescrCheck | mattip | 2019-09-27 | 1 | -1/+1 |
| | |_|/ / / / / | |/| | | | | | |