| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: pathlib support for fromfile(), .tofile() and .dump() (#12915) | sorenrasmussenai | 2019-06-04 | 1 | -0/+5 |
* | Merge pull request #13693 from eric-wieser/const-correct-API | Matti Picus | 2019-06-01 | 1 | -0/+10 |
|\ |
|
| * | ENH: Pass input strides and dimensions by pointer to const | Eric Wieser | 2019-06-01 | 1 | -0/+10 |
* | | ENH: Add 'offset' keyword to 'numpy.fromfile()' (#12971) | fivemok | 2019-06-01 | 1 | -1/+6 |
|/ |
|
* | DOC: Updates following NumPy 1.16.4 release. | Charles Harris | 2019-05-28 | 1 | -0/+94 |
* | Deprecate collapsing shape-1 dtype fields to scalars. | Antony Lee | 2019-05-24 | 1 | -0/+10 |
* | Merge pull request #13158 from zerothi/linalg-flame | Ralf Gommers | 2019-05-24 | 1 | -0/+32 |
|\ |
|
| * | BLD: added libflame as a useable lapack library | Nick Papior | 2019-05-07 | 1 | -0/+32 |
* | | Merge pull request #13463 from seberg/writable-segfault | Matti Picus | 2019-05-21 | 1 | -0/+10 |
|\ \ |
|
| * | | BUG,DEP: Fix writeable flag setting for arrays without base | Sebastian Berg | 2019-05-16 | 1 | -0/+10 |
| |/ |
|
* | | Merge branch 'master' into npy-2.1 | Matti Picus | 2019-05-19 | 1 | -0/+72 |
|\ \ |
|
| * \ | Merge pull request #13503 from fruchart/matmul-object | Matti Picus | 2019-05-15 | 1 | -0/+9 |
| |\ \ |
|
| | * | | Release notes. | Michel Fruchart | 2019-05-13 | 1 | -0/+9 |
| * | | | DOC: Add release note | Eric Wieser | 2019-05-14 | 1 | -0/+25 |
| * | | | 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 |
| |/ / |
|
* | | | BUG/ENH: Create npy format 3.0 | Eric Wieser | 2019-05-07 | 1 | -0/+5 |
|/ / |
|
* | | 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 |
| |/ |
|