| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | TST: Skip error test using on PyPy (test uses %.100R) | Sebastian Berg | 2022-01-30 | 1 | -0/+2 |
| * | | | TST: Fix exception msg matching in tests. | Ross Barnowski | 2022-01-28 | 1 | -5/+5 |
| * | | | Linting. | Ross Barnowski | 2022-01-28 | 1 | -3/+4 |
| * | | | Handle delimiter as bytes. | Ross Barnowski | 2022-01-28 | 1 | -0/+6 |
| * | | | Add test for str dtype len discovery with converters. | Ross Barnowski | 2022-01-28 | 1 | -1/+23 |
| * | | | Add test for empty string as control characters. | Ross Barnowski | 2022-01-28 | 1 | -0/+11 |
| * | | | Add test for unicode, parametrize for chunksize. | Ross Barnowski | 2022-01-28 | 1 | -5/+15 |
| * | | | Add test for datetime parametric unit discovery. | Ross Barnowski | 2022-01-28 | 1 | -1/+23 |
| * | | | TST: Some tests for control character collisions. | Ross Barnowski | 2022-01-28 | 1 | -0/+50 |
| * | | | TST: Use repr in byteswapping tests | Sebastian Berg | 2022-01-19 | 1 | -3/+5 |
| * | | | TST: Catch two more errors that runs into the PyPy issue | Sebastian Berg | 2022-01-19 | 1 | -0/+4 |
| * | | | TST: Use hand-picked values for byte-swapping tests | Sebastian Berg | 2022-01-19 | 1 | -15/+17 |
| * | | | TST: Skip unparsable field error tests on PyPy | Sebastian Berg | 2022-01-19 | 2 | -1/+21 |
| * | | | TST,BUG: Fortify byteswapping tests and make a small fix | Sebastian Berg | 2022-01-15 | 1 | -3/+16 |
| * | | | TST,STY: Add small additional tests for converters/usecols | Sebastian Berg | 2022-01-14 | 2 | -20/+27 |
| * | | | TST: Move most new loadtxt tests to its own file | Sebastian Berg | 2022-01-14 | 2 | -767/+836 |
| * | | | 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 |
| * | | DOC: Merge doc strings of divide and true_divide. (#20246) | drosin | 2021-12-08 | 1 | -1/+1 |
| * | | BUG: Fix types of errors raised by genfromtxt (#20389) | André Elimelek de Weber | 2021-12-03 | 1 | -0/+4 |
| * | | BUG: quantile discrete methods ended up using -1 as index sometimes | Sebastian Berg | 2021-11-12 | 1 | -3/+13 |
| * | | API,DEP: Rename percentile/quantile `interpolation=` to `method=` | Sebastian Berg | 2021-11-12 | 2 | -48/+48 |
| * | | TST: Add test for max ulp in default quantile calculation | abel | 2021-11-09 | 1 | -0/+8 |
| * | | TST: Make use of clongdouble and longdouble | abel | 2021-11-04 | 1 | -2/+2 |
| * | | TST: Add parametrize for interpolation methods | abel | 2021-11-04 | 1 | -91/+43 |
| * | | TST: Add extrapolation tests | abel | 2021-11-04 | 1 | -0/+9 |
| * | | Fix issue with nan scalar | abel | 2021-11-04 | 1 | -0/+6 |
| * | | Fix _lerp | abel | 2021-11-04 | 1 | -7/+7 |