| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Fix reference roles of `ast` | yuki | 2023-03-25 | 1 | -7/+7 |
* | ENH: Faster numpy.load (try/except _filter_header) (#22916) | Michael | 2023-01-13 | 1 | -4/+18 |
* | Merge pull request #22393 from seberg/npy_header | Matti Picus | 2022-10-07 | 1 | -9/+50 |
|\ |
|
| * | MAINT: Ensure graceful handling of large header sizes | Sebastian Berg | 2022-10-06 | 1 | -9/+50 |
* | | add spare space for growth for .npy files | Michael Siebert | 2022-09-26 | 1 | -0/+11 |
|/ |
|
* | Addressing review for more cleanup and clarification | Brigitta Sipőcz | 2022-05-17 | 1 | -2/+1 |
* | Remove python <3.6 related things | Brigitta Sipocz | 2022-05-17 | 1 | -1/+1 |
* | Add space after argument name | Oscar Gustafsson | 2022-04-03 | 1 | -4/+4 |
* | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 1 | -1/+1 |
* | MAINT: revise OSError aliases (IOError, EnvironmentError) | Mike Taves | 2021-09-02 | 1 | -3/+2 |
* | MAINT: Remove unused imports and unreachable code (#18762) | Elisha Hollander | 2021-07-07 | 1 | -1/+1 |
* | DOC: typo fix | Guo | 2021-07-03 | 1 | -1/+1 |
* | ENH: Improve performance of `np.save` for small arrays (gh-18657) | Ohad Ravid | 2021-03-24 | 1 | -6/+10 |
* | MAINT: Added Chain exceptions where appropriate (#18400) | Abhay Raghuvanshi | 2021-03-18 | 1 | -2/+2 |
* | MAINT: Added Chain exceptions where appropriate (#18394) | Abhay Raghuvanshi | 2021-03-18 | 1 | -4/+4 |
* | fix exception chaining in format.py | Abhishek Singh | 2020-10-04 | 1 | -1/+1 |
* | DOC: Fix non-matching pronoun in format.py documentation. (gh-17022) | Phoenix Meadowlark | 2020-08-06 | 1 | -1/+1 |
* | DOC: fixed docstring for descr_to_dtype | iamsoto | 2020-06-25 | 1 | -8/+20 |
* | Fix broken link in open_memmap See Also | Ross Barnowski | 2020-06-24 | 1 | -1/+1 |
* | DOC: Use intersphinx for NEP references | Ben Nathanson | 2020-06-04 | 1 | -2/+2 |
* | MAINT: simplify code that assumes str/unicode and int/long are different type... | Eric Wieser | 2020-03-26 | 1 | -2/+2 |
* | BUG: np.load does not handle empty array with an empty descr (#15397) | Sha Liu | 2020-01-27 | 1 | -7/+10 |
* | MAINT: Clean up, mostly unused imports. | Warren Weckesser | 2020-01-23 | 1 | -1/+1 |
* | [MAINT] Cleanup python2 sys.version checks | Seth Troisi | 2020-01-20 | 1 | -19/+7 |
* | MAINT: cleanup sys.version dependant code | Seth Troisi | 2020-01-12 | 1 | -5/+2 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | BUG: warn when saving dtype with metadata (#14994) | Matti Picus | 2019-12-02 | 1 | -0/+14 |
* | TST: make xfailed test for modules in public API pass. | Ralf Gommers | 2019-09-19 | 1 | -0/+3 |
* | DOC: add space between words across lines | mattip | 2019-07-10 | 1 | -1/+1 |
* | Merge branch 'master' into force-zip64 | Charles Harris | 2019-06-26 | 1 | -8/+2 |
|\ |
|
| * | MAINT: Use a with statement instead of try / finally | Eric Wieser | 2019-06-04 | 1 | -8/+2 |
* | | ENH: always use zip64, upgrade pickle protocol to 3 | mattip | 2019-05-23 | 1 | -3/+2 |
|/ |
|
* | Merge branch 'master' into npy-2.1 | Matti Picus | 2019-05-19 | 1 | -4/+8 |
|\ |
|
| * | MAINT: remove uneeded code | mattip | 2019-05-11 | 1 | -6/+4 |
| * | BUG: parse more subarrays in descr_to_dtype | mattip | 2019-05-03 | 1 | -2/+7 |
| * | BUG: handle subarrays in descr_to_dtype | mattip | 2019-04-30 | 1 | -3/+4 |
* | | BUG/ENH: Create npy format 3.0 | Eric Wieser | 2019-05-07 | 1 | -15/+36 |
* | | MAINT: Simplify computation of npy format headers | Eric Wieser | 2019-05-07 | 1 | -49/+52 |
|/ |
|
* | BUG: load fails when using pickle without allow_pickle=True | Paul Ivanov | 2019-04-16 | 1 | -3/+7 |
* | BUG: Fix errors in string formatting while producing an error | Eric Wieser | 2019-03-02 | 1 | -13/+13 |
* | MAINT: Move pickle import to numpy.compat | Charles Harris | 2019-02-21 | 1 | -2/+1 |
* | MAINT: fix from review | mattip | 2018-11-14 | 1 | -6/+2 |
* | BUG: fix for titles, cleanup, fixes from review | mattip | 2018-11-13 | 1 | -7/+20 |
* | BUG: test, fix loading structured dtypes with padding | mattip | 2018-11-13 | 1 | -1/+29 |
* | ENH: Improve support for pathlib.Path objects in load functions (#11348) | Paul Müller | 2018-11-01 | 1 | -7/+9 |
* | MAINT, TST import pickle from numpy.core.numeric | Pierre Glaser | 2018-10-10 | 1 | -4/+1 |
* | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 1 | -1/+1 |
* | DOC: add numpy.lib.format to docs and link to it | mattip | 2018-05-14 | 1 | -4/+3 |
* | DOC: create label and ref, fixes broken link | mattip | 2018-05-13 | 1 | -0/+3 |
* | DOC: link to updated module docstring, not NEP | mattip | 2018-05-13 | 1 | -3/+8 |