summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
Commit message (Expand)AuthorAgeFilesLines
* STY: use 'yield from <expr>' for simple cases (#15444)Mike Taves2020-01-271-8/+4
* ENH: Make use of ExitStack in npyio.pySeth Troisi2020-01-241-21/+12
* MAINT: Replace basestring with str.Charles Harris2020-01-231-5/+5
* MAINT: Cleanup python2 referencesSeth Troisi2020-01-211-1/+1
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-40/+21
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-3/+3
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DOC: Fix typo in loadtxt and genfromtxtAnis Ladram2019-11-291-2/+2
* DOC: Fix typo in numpy.loadtxt documentationAnis Ladram2019-11-291-1/+1
* MAINT: Remove uses of scalar aliasesEric Wieser2019-11-131-2/+2
* Use filename (vs file name) consistentlyStefan van der Walt2019-10-151-8/+8
* Tidy up savez keys-as-file-names languageStefan van der Walt2019-10-151-20/+8
* DOC: edited numpy.savez docstring note to be more specificDmytro2019-10-151-4/+13
* DOC: added note to docstring of numpy.savezDmytro2019-10-151-0/+5
* 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