| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | TST: Simplify assert_warns in test_io.py | Seth Troisi | 2020-05-28 | 1 | -17/+8 |
* | BUG: Fix default fallback in genfromtxt | Sebastian Berg | 2020-05-18 | 1 | -0/+7 |
* | TST: Add slow_pypy support | Anirudh Subramanian | 2020-04-13 | 1 | -0/+1 |
* | TST: Run test_large_zip in a child process (#15893) | Anirudh Subramanian | 2020-04-02 | 1 | -7/+12 |
* | BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750) | Matti Picus | 2020-03-18 | 1 | -8/+9 |
* | DEP: Do not allow "abstract" dtype conversion/creation | Sebastian Berg | 2020-02-06 | 1 | -1/+1 |
* | MAINT: Python2 Cleanups | Seth Troisi | 2020-01-21 | 1 | -3/+2 |
* | NEP: issue deprecation warning when creating ragged array (NEP 34) | Matti Picus | 2020-01-21 | 1 | -1/+1 |
* | MAINT: Remove sys.version checks in tests | Seth Troisi | 2020-01-15 | 1 | -11/+4 |
* | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 1 | -8/+8 |