summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: properly handle tuple keys in NpZFile.__getitem__ (#23757)Nathan Goldbaum2023-05-121-0/+11
* ENH: ``__repr__`` for NpzFile object (#23357)Ganesh Kathiresan2023-04-061-2/+17
* MAINT, DOC: string_ → bytes_ and unicode_ → str_Dimitri Papadopoulos2023-02-101-12/+12
* API: Raise EOFError when trying to load past the end of a `.npy` file (#23105)Noé Rubinstein2023-01-271-0/+10
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+3
* STY: Make linter happySebastian Berg2022-10-271-0/+1
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-2/+2
* MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-14/+14
* MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-1/+1
* TST,BUG: Us context from spawn to fork in (#22204)Jyn Spring 琴春2022-09-071-2/+7
* TEST: on PyPy, skip hanging slow test [wheel build]mattip2022-05-021-0/+1
* TST: Skip unparsable field error tests on PyPySebastian Berg2022-01-191-0/+6
* TST,STY: Add small additional tests for converters/usecolsSebastian Berg2022-01-141-1/+1
* TST: Move most new loadtxt tests to its own fileSebastian Berg2022-01-141-767/+0
* TST: Add test for hard/impossible to reach universal-newline support pathsSebastian Berg2022-01-141-0/+15
* TST: Improve test coverage, replace impossible error with assertSebastian Berg2022-01-141-0/+49
* TST,MAINT: New tests, byteswap cleanups and fixed assertSebastian Berg2022-01-141-6/+25
* TST,BUG: Additional bad-file-like test, add missing error path freeSebastian Berg2022-01-141-0/+14
* MAINT,TST,BUG: Simplify streamer init, fix issues, and add testsSebastian Berg2022-01-141-0/+45
* ENH: Give warning for empty-lines not counting towards max-rowsSebastian Berg2022-01-141-0/+24
* MAINT: Move usecol handling to C and support more than integer colsSebastian Berg2022-01-141-2/+13
* TST: Add test to cover copyswap (byte-swap and unaligned)Sebastian Berg2022-01-141-0/+13
* BUG,TST: Add test for huge-float buffer path and ensure error returnSebastian Berg2022-01-141-0/+9
* BUG: Fix complex parser and add tests for whitespace and failure pathsSebastian Berg2022-01-141-0/+27
* Add warning on empty file + tests.Ross Barnowski2022-01-141-4/+2
* Add UserWarning when reading no data.Ross Barnowski2022-01-141-0/+23
* rm incorrect comment.Ross Barnowski2022-01-141-1/+0
* Add tests for empty quotes and escaped quotechars.Ross Barnowski2022-01-141-0/+14
* TST: structured dtype w/ quotes.Ross Barnowski2022-01-141-0/+29
* Add tests for quote+multichar comments.Ross Barnowski2022-01-141-0/+23
* Add test to check quoting support disabled by default.Ross Barnowski2022-01-141-0/+16
* TST: Add tests for quote character support.Ross Barnowski2022-01-141-0/+15
* TST: Fix test to align with stricter integer parsingSebastian Berg2022-01-141-24/+4
* TST: Small fixups for tests to make sure they pass againSebastian Berg2022-01-141-3/+3
* Port over tests from npreadtext test suiteRoss Barnowski2022-01-141-0/+484
* ENH: Raise an error for (most) stray newline charactersSebastian Berg2022-01-141-2/+2
* TST: Fixup current loadtxt tests for changesSebastian Berg2022-01-141-8/+7
* ENH: add ndmin to `genfromtxt` behaving the same as `loadtxt` (#20500)Ivan Gonzalez2021-12-161-0/+11
* BUG: Fix types of errors raised by genfromtxt (#20389)André Elimelek de Weber2021-12-031-0/+4
* MAINT: lib: Check that the dtype given to fromregex is structured.warren2021-09-221-0/+8
* ENH: Allow `np.fromregex` to accept `os.PathLike` implementationsBas van Beek2021-08-161-2/+4
* Rm numpy.lib.npyio.mafromtxt.Ross Barnowski2021-08-051-11/+0
* Rm numpy.lib.npyio.ndfromtxt.Ross Barnowski2021-08-051-11/+0
* PERF: Speed-up common case of loadtxt()ing non-hex floats. (#19598)Antony Lee2021-08-051-0/+22
* fix from reviewmattip2021-01-241-2/+5
* TST: raise memory limit for testmattip2021-01-221-1/+1
* ENH: Allow genfromtxt to unpack structured arrays (#16650)Andrew Eckart2020-09-111-1/+46
* MAINT: Remove users of `numpy.compat.bytes`Eric Wieser2020-08-311-1/+1
* TST: fix tests for windows + PyPymattip2020-07-301-1/+8
* TST, BUG: Re-raise MemoryError exception in test_large_zip's process (gh-16890)Antonio Larrosa2020-07-181-8/+22