| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #13334 from eric-wieser/fix-1-field-unstructured | Matti Picus | 2019-04-25 | 1 | -0/+8 |
|\ |
|
| * | DOC: Add 1.17 release note | Eric Wieser | 2019-04-23 | 1 | -0/+8 |
* | | ENH: Add shape to *_like() array creation (#13046) | Peter Andreas Entschev | 2019-04-25 | 1 | -0/+10 |
|/ |
|
* | Merge pull request #13371 from eric-wieser/__floor__-and-__ceil__ | Charles Harris | 2019-04-22 | 1 | -0/+6 |
|\ |
|
| * | BUG/ENH: Make floor, ceil, and trunc call the matching special methods | Eric Wieser | 2019-04-19 | 1 | -0/+6 |
* | | MAINT, DOC: Post 1.16.3 release updates. | Charles Harris | 2019-04-21 | 1 | -0/+46 |
* | | DOC: adding release notes for 1.17.0 | Raghuveer Devulapalli | 2019-04-19 | 1 | -0/+6 |
* | | Merge pull request #10741 from eric-wieser/as_integer_ratio | Tyler Reddy | 2019-04-18 | 1 | -0/+6 |
|\ \ |
|
| * | | ENH: Implement `np.floating.as_integer_ratio` | Eric Wieser | 2019-04-10 | 1 | -0/+6 |
* | | | Merge pull request #13218 from debsankha/isfinite-datetime | Charles Harris | 2019-04-18 | 1 | -0/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'master' into isfinite-datetime | Matti Picus | 2019-04-10 | 1 | -2/+9 |
| |\ \
| | |/ |
|
| * | | DOC: added release note for `isfinite` support for | Debsankha Manik | 2019-04-07 | 1 | -0/+4 |
* | | | BUG: load fails when using pickle without allow_pickle=True | Paul Ivanov | 2019-04-16 | 1 | -0/+5 |
* | | | DOC: Add as_ctypes_type to the documentation | Eric Wieser | 2019-04-15 | 2 | -4/+4 |
| |/
|/| |
|
* | | fix (``code``s) sphinx parse warning | kikocorreoso | 2019-04-03 | 1 | -1/+1 |
* | | Update release notes | kikocorreoso | 2019-04-03 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #12988 from qwhelan/bool_ufunc | Eric Wieser | 2019-03-28 | 1 | -0/+6 |
|\ |
|
| * | ENH: Create boolean and integer ufuncs for isnan, isinf, and isfinite. | Christopher Whelan | 2019-03-09 | 1 | -0/+6 |
* | | MAINT: add overlap checks to choose, take, put, putmask (#13182) | Allan Haldane | 2019-03-27 | 1 | -0/+5 |
* | | MAINT: Rewrite numpy.pad without concatenate (gh-11358) | Lars Grueter | 2019-03-25 | 1 | -0/+10 |
* | | DOC, BUILD: fail the devdoc build if there are warnings | mattip | 2019-03-21 | 1 | -5/+5 |
* | | Merge branch 'master' into deprecate-float-order | Eric Wieser | 2019-03-16 | 1 | -4/+17 |
|\ \ |
|
| * | | DOC: Tidy 1.17.0 release note newlines | Eric Wieser | 2019-03-14 | 1 | -6/+2 |
| * | | DOC: add release note | mattip | 2019-03-13 | 1 | -0/+7 |
| |/ |
|
| * | Merge pull request #13036 from mattip/array-interface-offset | Charles Harris | 2019-03-04 | 1 | -1/+4 |
| |\ |
|
| | * | BUG: __array_interface__ offset was always ignored | mattip | 2019-02-25 | 1 | -1/+4 |
| * | | Merge pull request #13049 from mattip/remove-buffer-check | Charles Harris | 2019-03-04 | 1 | -0/+7 |
| |\ \ |
|
| | * | | MAINT: remove undocumented __buffer__ attribute lookup | mattip | 2019-03-03 | 1 | -0/+7 |
* | | | | DEP: polynomial: Be stricter about integral arguments | Eric Wieser | 2019-03-16 | 1 | -0/+9 |
|/ / / |
|
* | | | DOC: reduce warnings when building, reword, tweak doc building | mattip | 2019-02-28 | 1 | -2/+2 |
* | | | DOC: Post NumPy 1.16.2 release update. | Charles Harris | 2019-02-27 | 1 | -0/+70 |
|/ / |
|
* | | Merge pull request #10855 from madphysicist/unpack-count | Sebastian Berg | 2019-02-25 | 1 | -0/+10 |
|\ \ |
|
| * | | ENH: Added count parameter to unpackbits | Joseph Fox-Rabinovitz | 2019-02-25 | 1 | -0/+10 |
| |/ |
|
* | | Merge pull request #12989 from eric-wieser/inter-inf-alternative | Sebastian Berg | 2019-02-25 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | ENH: Improve handling of infinities in np.interp | Eric Wieser | 2019-02-24 | 1 | -0/+6 |
* | | BUG: fix signed zero behavior in npy_divmod | tlatorre | 2019-02-18 | 1 | -0/+14 |
|/ |
|
* | DOC: Update sorting documention. | Charles Harris | 2019-02-08 | 1 | -8/+9 |
* | DOC: Update master following 1.16.1 release. | Charles Harris | 2019-01-31 | 1 | -0/+107 |
* | Merge pull request #12418 from liwt31/timsort-dev | Matti Picus | 2019-01-31 | 1 | -0/+9 |
|\ |
|
| * | DOC: update docstring of timsort | wtli | 2019-01-30 | 1 | -4/+5 |
| * | DOC: add docstring for timsort | wtli | 2019-01-21 | 1 | -0/+8 |
* | | BUG: Fix rounding of denormals in double and float to half casts … (#12722) | Sebastian Berg | 2019-01-24 | 1 | -0/+7 |
* | | ENH: __array_function__ updates for NumPy 1.17.0 | Stephan Hoyer | 2019-01-22 | 1 | -0/+12 |
|/ |
|
* | Merge pull request #12683 from tylerjereddy/timedelta64_divmod | Matti Picus | 2019-01-21 | 1 | -0/+10 |
|\ |
|
| * | ENH: add mm->qm divmod | Tyler Reddy | 2019-01-17 | 1 | -0/+10 |
* | | Make errstate a ContextDecorator | Nimish Telang | 2019-01-17 | 1 | -0/+21 |
|/ |
|
* | Merge pull request #12456 from eric-wieser/dtype_to_ctypes | Matti Picus | 2019-01-15 | 1 | -0/+9 |
|\ |
|
| * | ENH: Add np.ctypeslib.as_ctypes_type(dtype), improve `np.ctypeslib.as_ctypes` | Eric Wieser | 2019-01-13 | 1 | -0/+9 |
* | | DOC: clarify the extend of __array_function__ support in NumPy 1.16 | Stephan Hoyer | 2019-01-14 | 1 | -8/+10 |
* | | DOC: Update release notes and changelog after 1.16.0 release. | Charles Harris | 2019-01-13 | 1 | -95/+154 |