| Commit message (Expand) | Author | Age | Files | Lines |
| * | TYP, BUG: Fix `np.lib.stride_tricks` being re-exported under the wrong name | Bas van Beek | 2022-03-12 | 1 | -1/+1 |
| * | Merge pull request #16895 from DevinShanahan/delete-speedup | Matti Picus | 2022-02-27 | 2 | -5/+25 |
| |\ |
|
| | * | MAINT: single value identification and test | Devin Shanahan | 2022-01-16 | 2 | -3/+15 |
| | * | MAINT: Merge branch 'main' into delete-speedup | Devin Shanahan | 2022-01-16 | 59 | -2901/+7570 |
| | |\ |
|
| | * | | Update numpy/lib/function_base.py | Devin Shanahan | 2020-07-19 | 1 | -1/+1 |
| | * | | ENH: extend delete single value optimization | DevinShanahan | 2020-07-18 | 1 | -5/+13 |
| * | | | DOC: Fix spelling and grammar in documentation for quantile(). (#21068) | Don Kirkby | 2022-02-15 | 1 | -12/+12 |
| * | | | BUG: (loadtxt) Ignore last empty field when `delimiter=None` | Sebastian Berg | 2022-02-14 | 1 | -1/+5 |
| * | | | DOC: disambiguate :: in rst. (#21037) | Matthias Bussonnier | 2022-02-11 | 1 | -2/+1 |
| * | | | DOC: Include special case in `hsplit` doc (#20974) | Bharat Raghunathan | 2022-02-09 | 1 | -1/+7 |
| * | | | Merge pull request #20580 from seberg/add-npreadtext | Matti Picus | 2022-02-08 | 3 | -341/+1490 |
| |\ \ \ |
|
| | * | | | Add two new examples of converters to docstring examples | Ross Barnowski | 2022-02-07 | 1 | -0/+19 |
| | * | | | 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 | 2 | -1/+9 |
| | * | | | 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 | 2 | -0/+16 |
| | * | | | 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 | 2 | -6/+57 |
| | * | | | 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 |
| | * | | | Add quotechar to examples. | Ross Barnowski | 2022-01-18 | 1 | -1/+21 |
| | * | | | Update and add converters examples. | Ross Barnowski | 2022-01-18 | 1 | -1/+33 |
| | * | | | TST,BUG: Fortify byteswapping tests and make a small fix | Sebastian Berg | 2022-01-15 | 1 | -3/+16 |
| | * | | | BUG: Fix loadtxt no data warning stacklevel | Sebastian Berg | 2022-01-14 | 1 | -1/+1 |
| | * | | | DOC: Remove outdated loadtxt TODOs from code | Sebastian Berg | 2022-01-14 | 1 | -3/+5 |
| | * | | | 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 |
| | * | | | MAINT: Use skiplines rather than skiprows internally throughout | Sebastian Berg | 2022-01-14 | 1 | -6/+6 |
| | * | | | 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 | 2 | -19/+17 |
| | * | | | 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 | 2 | -10/+9 |
| | * | | | Add UserWarning when reading no data. | Ross Barnowski | 2022-01-14 | 2 | -0/+30 |
| | * | | | 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 | 2 | -2/+25 |
| | * | | | Add test to check quoting support disabled by default. | Ross Barnowski | 2022-01-14 | 1 | -0/+16 |