summaryrefslogtreecommitdiff
path: root/numpy/lib/format.py
Commit message (Expand)AuthorAgeFilesLines
* fix exception chaining in format.pyAbhishek Singh2020-10-041-1/+1
* DOC: Fix non-matching pronoun in format.py documentation. (gh-17022)Phoenix Meadowlark2020-08-061-1/+1
* DOC: fixed docstring for descr_to_dtypeiamsoto2020-06-251-8/+20
* Fix broken link in open_memmap See AlsoRoss Barnowski2020-06-241-1/+1
* DOC: Use intersphinx for NEP referencesBen Nathanson2020-06-041-2/+2
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-2/+2
* BUG: np.load does not handle empty array with an empty descr (#15397)Sha Liu2020-01-271-7/+10
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-1/+1
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-19/+7
* MAINT: cleanup sys.version dependant codeSeth Troisi2020-01-121-5/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: warn when saving dtype with metadata (#14994)Matti Picus2019-12-021-0/+14
* TST: make xfailed test for modules in public API pass.Ralf Gommers2019-09-191-0/+3
* DOC: add space between words across linesmattip2019-07-101-1/+1
* Merge branch 'master' into force-zip64Charles Harris2019-06-261-8/+2
|\
| * MAINT: Use a with statement instead of try / finallyEric Wieser2019-06-041-8/+2
* | ENH: always use zip64, upgrade pickle protocol to 3mattip2019-05-231-3/+2
|/
* Merge branch 'master' into npy-2.1Matti Picus2019-05-191-4/+8
|\
| * MAINT: remove uneeded codemattip2019-05-111-6/+4
| * BUG: parse more subarrays in descr_to_dtypemattip2019-05-031-2/+7
| * BUG: handle subarrays in descr_to_dtypemattip2019-04-301-3/+4
* | BUG/ENH: Create npy format 3.0Eric Wieser2019-05-071-15/+36
* | MAINT: Simplify computation of npy format headersEric Wieser2019-05-071-49/+52
|/
* BUG: load fails when using pickle without allow_pickle=TruePaul Ivanov2019-04-161-3/+7
* BUG: Fix errors in string formatting while producing an errorEric Wieser2019-03-021-13/+13
* MAINT: Move pickle import to numpy.compatCharles Harris2019-02-211-2/+1
* MAINT: fix from reviewmattip2018-11-141-6/+2
* BUG: fix for titles, cleanup, fixes from reviewmattip2018-11-131-7/+20
* BUG: test, fix loading structured dtypes with paddingmattip2018-11-131-1/+29
* ENH: Improve support for pathlib.Path objects in load functions (#11348)Paul Müller2018-11-011-7/+9
* MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-101-4/+1
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-1/+1
* DOC: add numpy.lib.format to docs and link to itmattip2018-05-141-4/+3
* DOC: create label and ref, fixes broken linkmattip2018-05-131-0/+3
* DOC: link to updated module docstring, not NEPmattip2018-05-131-3/+8
* minor fix for python3 compatibilityDennis Weyland2018-02-051-2/+2
* python 2.7.5 bugfixDennis Weyland2018-02-051-2/+5
* ENH: Align data in np.save() at 64 bytes (#9025)John Zwinck2017-09-131-22/+29
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-1/+1
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-2/+2
* BUG: Fixes to reading and writing of empty arrays, and in particular arrays w...Erik M. Bray2016-05-311-11/+20
* BUG: Cast size to int64 when loading from archivedrasmuss2016-05-091-1/+1
* MAINT: Dictionary litteralRémy Léone2015-11-071-2/+1
* ENH: add options for disabling use of pickle in load/savePauli Virtanen2015-04-181-4/+16
* BUG: don't ignore version passed to format.write_arrayBlake Griffith2015-04-051-11/+9
* BUG: Make read_array_header_* return resultsBlake Griffith2015-04-011-2/+2
* STY: fold long linesPauli Virtanen2015-03-081-2/+4
* BUG: enable working around pickle compatibility issues on Py3 in npy filesPauli Virtanen2015-03-081-4/+22
* DOC: update npy-format NEP and lib/format.py with version 2.0 description.Ralf Gommers2015-01-041-0/+13
* Change pronoun in doc string from "his" to gender-neutral "their"Bob Poekert2014-12-051-1/+1