summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Make like= in Python functions strictPeter Andreas Entschev2020-11-161-14/+16
* MAINT: Chaining exceptions in npyio.pyBijesh Mohan2020-09-161-5/+5
* ENH: Allow genfromtxt to unpack structured arrays (#16650)Andrew Eckart2020-09-111-5/+17
* Merge pull request #17235 from hugovk/rm-old-codeCharles Harris2020-09-071-38/+8
|\
| * MAINT: Remove old sys.version_info codeHugo2020-09-031-38/+8
* | Merge pull request #17193 from eric-wieser/clean-compatSebastian Berg2020-09-031-1/+1
|\ \
| * | MAINT: Remove users of `numpy.compat.bytes`Eric Wieser2020-08-311-1/+1
| |/
* | MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst coun...Matti Picus2020-09-021-1/+1
|/
* ENH: implement NEP-35's `like=` argument (gh-16935)Peter Andreas Entschev2020-08-281-3/+62
* MAINT: Avoid exception in NpzFile destructor if constructor raises BadZipFile...John Zwinck2020-07-211-2/+3
* DOC: Minor RST formatting. (#16792)Matthias Bussonnier2020-07-091-1/+1
* MAINT: Chain exceptions in npyio.py (gh16121)Kerem HallaƧ2020-06-301-4/+6
* MAINT: lib: A few PEP-8 fixes.Warren Weckesser2020-06-181-3/+6
* MAINT: lib: In loadtxt, move some code out of a try/finally block.Warren Weckesser2020-06-181-5/+8
* MAINT: lib: In loadtxt, validate ndmin argument earlier.Warren Weckesser2020-06-181-3/+4
* MAINT: lib: Move some nested function definitions in loadtxt.Warren Weckesser2020-06-181-61/+70
* DOC: Add missing bracket (gh-16051)Chunlin2020-04-251-1/+1
* DOC: Add converters example to the loadtxt docstring (gh-16043)Warren Weckesser2020-04-231-4/+15
* 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
| |/ / /