| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #10308 from eric-wieser/mask-attr-is-view | Matti Picus | 2019-05-12 | 1 | -0/+10 |
| |\ |
|
| | * | API: Make MaskedArray.mask return a view, rather than the underlying mask | Eric Wieser | 2019-05-11 | 1 | -0/+10 |
| * | | Merge pull request #12962 from mattip/unpackbits | Charles Harris | 2019-05-11 | 1 | -0/+5 |
| |\ \ |
|
| | * | | ENH: add 'order' keyword to packbits, unpackbits | mattip | 2019-05-11 | 1 | -0/+5 |
| | |/ |
|
| * | | Merge pull request #12586 from hameerabbasi/radix-sort | Charles Harris | 2019-05-11 | 1 | -0/+11 |
| |\ \ |
|
| | * | | ENH: Radix sort | Hameer Abbasi | 2019-05-11 | 1 | -0/+11 |
| | |/ |
|
| * | | BUG: Proect generators from log(0.0) | Kevin Sheppard | 2019-04-29 | 1 | -0/+11 |
| |/ |
|
| * | Merge pull request #13306 from bmakos/Fix#13225 | Matti Picus | 2019-04-25 | 1 | -6/+12 |
| |\ |
|
| | * | DOC: add release note | mattip | 2019-04-25 | 1 | -6/+12 |
| * | | Merge pull request #13390 from eric-wieser/quantile-fraction | Matti Picus | 2019-04-25 | 1 | -0/+5 |
| |\ \ |
|
| | * | | ENH: Add support for Fraction to percentile and quantile | Eric Wieser | 2019-04-23 | 1 | -0/+5 |
| * | | | 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 |
| |\ |
|