| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: properly handle tuple keys in NpZFile.__getitem__ (#23757) | Nathan Goldbaum | 2023-05-12 | 1 | -0/+11 |
* | ENH: ``__repr__`` for NpzFile object (#23357) | Ganesh Kathiresan | 2023-04-06 | 1 | -2/+17 |
* | MAINT, DOC: string_ → bytes_ and unicode_ → str_ | Dimitri Papadopoulos | 2023-02-10 | 1 | -12/+12 |
* | API: Raise EOFError when trying to load past the end of a `.npy` file (#23105) | Noé Rubinstein | 2023-01-27 | 1 | -0/+10 |
* | TST: Skip tests that are not currently supported in wasm | Hood Chatham | 2022-11-11 | 1 | -1/+3 |
* | STY: Make linter happy | Sebastian Berg | 2022-10-27 | 1 | -0/+1 |
* | TST,MAINT: Replace most `setup` with `setup_method` (also teardown) | Sebastian Berg | 2022-10-27 | 1 | -2/+2 |
* | MAINT: remove u-prefix for former Unicode strings (#22479) | Mike Taves | 2022-10-26 | 1 | -14/+14 |
* | MAINT: Fix typos found by codespell | Dimitri Papadopoulos | 2022-10-07 | 1 | -1/+1 |
* | TST,BUG: Us context from spawn to fork in (#22204) | Jyn Spring 琴春 | 2022-09-07 | 1 | -2/+7 |
* | TEST: on PyPy, skip hanging slow test [wheel build] | mattip | 2022-05-02 | 1 | -0/+1 |
* | TST: Skip unparsable field error tests on PyPy | Sebastian Berg | 2022-01-19 | 1 | -0/+6 |
* | TST,STY: Add small additional tests for converters/usecols | Sebastian Berg | 2022-01-14 | 1 | -1/+1 |
* | TST: Move most new loadtxt tests to its own file | Sebastian Berg | 2022-01-14 | 1 | -767/+0 |
* | TST: Add test for hard/impossible to reach universal-newline support paths | Sebastian Berg | 2022-01-14 | 1 | -0/+15 |
* | TST: Improve test coverage, replace impossible error with assert | Sebastian Berg | 2022-01-14 | 1 | -0/+49 |
* | TST,MAINT: New tests, byteswap cleanups and fixed assert | Sebastian Berg | 2022-01-14 | 1 | -6/+25 |
* | TST,BUG: Additional bad-file-like test, add missing error path free | Sebastian Berg | 2022-01-14 | 1 | -0/+14 |
* | MAINT,TST,BUG: Simplify streamer init, fix issues, and add tests | Sebastian Berg | 2022-01-14 | 1 | -0/+45 |
* | ENH: Give warning for empty-lines not counting towards max-rows | Sebastian Berg | 2022-01-14 | 1 | -0/+24 |
* | MAINT: Move usecol handling to C and support more than integer cols | Sebastian Berg | 2022-01-14 | 1 | -2/+13 |
* | TST: Add test to cover copyswap (byte-swap and unaligned) | Sebastian Berg | 2022-01-14 | 1 | -0/+13 |
* | BUG,TST: Add test for huge-float buffer path and ensure error return | Sebastian Berg | 2022-01-14 | 1 | -0/+9 |
* | BUG: Fix complex parser and add tests for whitespace and failure paths | Sebastian Berg | 2022-01-14 | 1 | -0/+27 |
* | Add warning on empty file + tests. | Ross Barnowski | 2022-01-14 | 1 | -4/+2 |
* | Add UserWarning when reading no data. | Ross Barnowski | 2022-01-14 | 1 | -0/+23 |
* | rm incorrect comment. | Ross Barnowski | 2022-01-14 | 1 | -1/+0 |
* | Add tests for empty quotes and escaped quotechars. | Ross Barnowski | 2022-01-14 | 1 | -0/+14 |
* | TST: structured dtype w/ quotes. | Ross Barnowski | 2022-01-14 | 1 | -0/+29 |
* | Add tests for quote+multichar comments. | Ross Barnowski | 2022-01-14 | 1 | -0/+23 |
* | Add test to check quoting support disabled by default. | Ross Barnowski | 2022-01-14 | 1 | -0/+16 |
* | TST: Add tests for quote character support. | Ross Barnowski | 2022-01-14 | 1 | -0/+15 |
* | TST: Fix test to align with stricter integer parsing | Sebastian Berg | 2022-01-14 | 1 | -24/+4 |
* | TST: Small fixups for tests to make sure they pass again | Sebastian Berg | 2022-01-14 | 1 | -3/+3 |
* | Port over tests from npreadtext test suite | Ross Barnowski | 2022-01-14 | 1 | -0/+484 |
* | ENH: Raise an error for (most) stray newline characters | Sebastian Berg | 2022-01-14 | 1 | -2/+2 |
* | TST: Fixup current loadtxt tests for changes | Sebastian Berg | 2022-01-14 | 1 | -8/+7 |
* | ENH: add ndmin to `genfromtxt` behaving the same as `loadtxt` (#20500) | Ivan Gonzalez | 2021-12-16 | 1 | -0/+11 |
* | BUG: Fix types of errors raised by genfromtxt (#20389) | André Elimelek de Weber | 2021-12-03 | 1 | -0/+4 |
* | MAINT: lib: Check that the dtype given to fromregex is structured. | warren | 2021-09-22 | 1 | -0/+8 |
* | ENH: Allow `np.fromregex` to accept `os.PathLike` implementations | Bas van Beek | 2021-08-16 | 1 | -2/+4 |
* | Rm numpy.lib.npyio.mafromtxt. | Ross Barnowski | 2021-08-05 | 1 | -11/+0 |
* | Rm numpy.lib.npyio.ndfromtxt. | Ross Barnowski | 2021-08-05 | 1 | -11/+0 |
* | PERF: Speed-up common case of loadtxt()ing non-hex floats. (#19598) | Antony Lee | 2021-08-05 | 1 | -0/+22 |
* | fix from review | mattip | 2021-01-24 | 1 | -2/+5 |
* | TST: raise memory limit for test | mattip | 2021-01-22 | 1 | -1/+1 |
* | ENH: Allow genfromtxt to unpack structured arrays (#16650) | Andrew Eckart | 2020-09-11 | 1 | -1/+46 |
* | MAINT: Remove users of `numpy.compat.bytes` | Eric Wieser | 2020-08-31 | 1 | -1/+1 |
* | TST: fix tests for windows + PyPy | mattip | 2020-07-30 | 1 | -1/+8 |
* | TST, BUG: Re-raise MemoryError exception in test_large_zip's process (gh-16890) | Antonio Larrosa | 2020-07-18 | 1 | -8/+22 |