summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: add ndmin to `genfromtxt` behaving the same as `loadtxt` (#20500)Ivan Gonzalez2021-12-161-19/+48
* BUG: Fix types of errors raised by genfromtxt (#20389)André Elimelek de Weber2021-12-031-11/+10
* DOC: updated file object docstringArushi Sharma2021-10-261-1/+1
* DOC: updated docstring for binary file objectArushi Sharma2021-10-211-1/+2
* MAINT: lib: Check that the dtype given to fromregex is structured.warren2021-09-221-8/+8
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-4/+6
* 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
|\ \