summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into fix-if-fieldsEric Wieser2019-08-191-317/+372
|\
| * DOC:Add example to clarify "numpy.save" behavior on already open file #10445 ...Omar Merghany2019-08-161-1/+12
| * fixes StopIteration error for empty file with skip_header > 0Maxwell Aladago2019-08-111-5/+6
| * BUG: Fix file-like object check when saving arraysLuis Pedro Coelho2019-07-201-2/+2
| * Merge branch 'master' into force-zip64Charles Harris2019-06-261-0/+22
| |\
| | * Merge pull request #13222 from kritisingh1/patch1Matti Picus2019-06-101-0/+22
| | |\
| | | * fix testskritisingh12019-06-071-4/+12
| | | * Issue deprecation warningskritisingh12019-04-051-0/+14
| * | | ENH: always use zip64, upgrade pickle protocol to 3mattip2019-05-231-2/+2
| |/ /
| * | Complete the exampleBharat123rox2019-05-121-0/+2
| * | Add suggested exampleBharat123rox2019-05-121-5/+9
| * | Merge upstream branch 'master' of https://github.com/numpy/numpy into fix-gen...Bharat123rox2019-05-121-2/+3
| |\ \
| | * \ Merge pull request #13402 from eric-wieser/genfromtxt-defaultsSebastian Berg2019-05-111-1/+2
| | |\ \
| | | * | DOC: Show the default value of deletechars in the signature of genfromtxtEric Wieser2019-05-111-1/+2
| | * | | Merge pull request #13409 from seberg/fix-unicode-fmt-savetxtMatti Picus2019-04-261-1/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | BUG: (py2 only) fix unicode support for savetxt fmt stringSebastian Berg2019-04-261-1/+1
| * | | | Clarify deletechars in docsBharat123rox2019-04-241-2/+5
| * | | | Resolve confusion regarding hashtag in header line of csvBharat123rox2019-04-241-0/+1
| |/ / /
| * | | BUG: load fails when using pickle without allow_pickle=TruePaul Ivanov2019-04-161-5/+12
| * | | BUG: Close files if an error occurs in genfromtxtEric Wieser2019-04-121-269/+270
| |/ /
| * | BUG: Fix crash when calling savetxt on a padded arrayEric Wieser2019-04-111-1/+1
| |/
| * DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-171-4/+1
| * MAINT: Move pickle import to numpy.compatCharles Harris2019-02-211-2/+1
| * DOC: Add warning about arbitrary code execution to numpy.loadAndras Deak2019-02-021-0/+6
| * Clarify skiprows in loadtxtIlja2018-12-181-1/+1
| * MAINT: address several reviewer commentsTyler Reddy2018-12-141-2/+2
| * TST, DOC: enable refguide_checkTyler Reddy2018-12-141-27/+27
* | BUG: Don't construct masked arrays with the wrong mask type in genfromtxtEric Wieser2019-08-191-1/+1
* | BUG: Don't allow extra fields to be added in genfromtxtEric Wieser2019-08-191-1/+1
|/
* Use set litteralsRoman Yurchak2018-11-241-2/+2
* MNT: Reword error message about loading pickled data.Elliott Sales de Andrade2018-11-191-2/+2
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-1/+13
* Merge pull request #12157 from eric-wieser/fspathMatti Picus2018-10-311-28/+19
|\
| * ENH: Add support for third-party path-like objects by backporting os.fspathEric Wieser2018-10-121-28/+19
* | ENH: __array_function__ support for np.lib, part 2/2 (#12119)Stephan Hoyer2018-10-221-0/+29
|/
* MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-101-2/+1
* MAINT: remove unused stdlib importsEmil Hessman2018-09-301-1/+0
* Merge pull request #11962 from mfkasim91/limitrowloadtxtCharles Harris2018-09-301-2/+9
|\
| * MAINT: Omit None in max_rows for np.loadtxt docstringmfkasim912018-09-301-1/+1
| * MAINT: No tick for None in `max_rows` docstring for `np.loadtxt`mfkasim912018-09-301-1/+1
| * ENH: add max_rows kwarg to numpy.loadtxt like numpy.genfromtxtmfkasim912018-09-301-2/+9
* | BUG: Don't leave files open and dangling if np.load has a bad encoding argume...Eric Wieser2018-09-231-13/+14
* | MAINT: refactor design of recursive closures (#11910)Matti Picus2018-09-161-9/+7
|/
* BUG: fix np.load() of empty .npz fileJohn Zwinck2018-07-071-1/+2
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-3/+3
* Merge branch 'master' into npzfile-mappinEric Wieser2018-05-291-17/+13
|\
| * DOC: add numpy.lib.format to docs and link to itmattip2018-05-141-3/+3
| * DOC: create label and ref, fixes broken linkmattip2018-05-131-3/+3
| * DOC: link to updated module docstring, not NEPmattip2018-05-131-9/+5
| * DOC: Add explanation for comments=None in loadtxt.Hong Xu2018-05-061-2/+2