summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19725 from anntzer/loadtxt-fh-closingMatti Picus2021-08-261-14/+12
|\
| * MAINT: Use a contextmanager to ensure loadtxt closes the input file.Antony Lee2021-08-221-14/+12
* | MAINT: Avoid use of confusing compat aliases.Antony Lee2021-08-241-2/+2
* | STY: Slight style changeCharles Harris2021-08-221-1/+1
* | PERF: Optimize loadtxt usecols.Antony Lee2021-08-221-10/+15
|/
* MAINT: In loadtxt, inline read_data.Antony Lee2021-08-171-33/+18
* ENH: Allow `np.fromregex` to accept `os.PathLike` implementationsBas van Beek2021-08-161-1/+5
* Merge pull request #19609 from anntzer/loadtxtstaticdecoderCharles Harris2021-08-111-26/+38
|\
| * Move loadtxt bytes/str detection much earlier.Antony Lee2021-08-061-14/+21
| * loadtxt: Preconstruct a (lineno, words) iterator to pass to read_data.Antony Lee2021-08-061-21/+20
| * PERF: In loadtxt, decide once and for all whether decoding is needed.Antony Lee2021-08-061-6/+12
* | Merge pull request #19615 from rossbar/rm-deprecated-npyio-fnsCharles Harris2021-08-061-67/+2
|\ \
| * | Rm numpy.lib.npyio.mafromtxt.Ross Barnowski2021-08-051-29/+1
| * | Rm numpy.lib.npyio.ndfromtxt.Ross Barnowski2021-08-051-29/+1
| * | Rm numpy.lib.npyio.loads.Ross Barnowski2021-08-051-10/+1
* | | Merge pull request #19620 from anntzer/loadtxtconvstrCharles Harris2021-08-061-5/+5
|\ \ \
| * | | PERF: Simplify some of loadtxt's standard converters.Antony Lee2021-08-061-5/+5
| | |/ | |/|
* | | MAINT: Skip a type check in loadtxt when using user converters.Antony Lee2021-08-061-6/+4
|/ /
* | PERF: Special-case single-converter in loadtxt.Antony Lee2021-08-061-42/+50
* | MAINT: In loadtxt, refactor detection of the number of columns. (#19616)Antony Lee2021-08-051-15/+12
|/
* PERF: Speed-up common case of loadtxt()ing non-hex floats. (#19598)Antony Lee2021-08-051-4/+9
* Merge pull request #19608 from anntzer/loadtxtspecialpackerMatti Picus2021-08-041-11/+16
|\
| * Specialize loadtxt packer for uniform-dtype data.Antony Lee2021-08-031-11/+16
* | Merge pull request #19593 from rossbar/loadtxt-supports-iterablesMatti Picus2021-08-041-9/+12
|\ \ | |/ |/|
| * Undo change to exception type.Ross Barnowski2021-08-031-1/+1
| * DOC: add compat release note.Ross Barnowski2021-08-031-2/+2
| * DOC/MAINT: Update wording re: fname inputs.Ross Barnowski2021-08-021-10/+13
* | Merge pull request #19601 from anntzer/loadtxtcommentsCharles Harris2021-08-031-6/+4
|\ \
| * | PERF: Speedup comments handling in loadtxt.Antony Lee2021-08-021-6/+4
| |/
* | PERF: Avoid using `@recursive`.Antony Lee2021-08-031-51/+58
|/
* DOC: clarify doc re: unsupported keys in savez.Antony Lee2021-07-241-3/+3
* Merge pull request #19090 from default-303/LGTM_alertsCharles Harris2021-05-251-1/+0
|\
| * MAINT: removed unused imports listed in LGTMdefault-3032021-05-241-1/+0
* | DOC: Add note to savez about naming variables with keyword `file`.melissawm2021-05-241-0/+4
|/
* Fixes small typos in the genfromtext docstringMatt Hall2021-04-161-5/+5
* Clarify savez documentation around naming of arrays in output fileStefan van der Walt2020-12-061-19/+21
* MAINT: Replace `contextlib_nullcontext` with `contextlib.nullcontext`Bas van Beek2020-12-051-3/+3
* MAINT: Minor touchups in npyio (#17796)Ross Barnowski2020-11-191-6/+2
* 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