| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #21021 from BvB93/fromnumeric2 | Charles Harris | 2022-02-09 | 3 | -287/+554 |
|\ |
|
| * | TST: Add more typing tests for `np.core.fromnumeric` | Bas van Beek | 2022-02-09 | 2 | -58/+77 |
| * | TST,MAINT: Improve a number of variable names | Bas van Beek | 2022-02-09 | 1 | -227/+226 |
| * | TYP: Add dtype-typing support to `fromnumeric` (part 2) | Bas van Beek | 2022-02-09 | 1 | -24/+273 |
* | | Merge pull request #20883 from honno/xp-can-cast | Charles Harris | 2022-02-09 | 3 | -4/+61 |
|\ \ |
|
| * | | Note `np.array_api.can_cast()` does not use `np.can_cast()` | Matthew Barber | 2022-02-09 | 2 | -2/+5 |
| * | | BUG: Fix `np.array_api.can_cast()` by not relying on `np.can_cast()` | Matthew Barber | 2022-02-09 | 3 | -4/+58 |
| |/ |
|
* | | DOC: Include special case in `hsplit` doc (#20974) | Bharat Raghunathan | 2022-02-09 | 1 | -1/+7 |
* | | DOC: imbalanced backticks (#21020) | Matthias Bussonnier | 2022-02-09 | 2 | -2/+2 |
|/ |
|
* | Merge pull request #21000 from charris/replace-looseversion | Charles Harris | 2022-02-08 | 7 | -25/+503 |
|\ |
|
| * | MAINT: Replace LooseVersion by _pep440. | Charles Harris | 2022-02-05 | 7 | -25/+503 |
* | | ENH: Suppress over-/underflow RuntimeWarning in assert_array_equal (#21003) | Simon Surland Andersen | 2022-02-08 | 2 | -1/+9 |
* | | Merge pull request #20580 from seberg/add-npreadtext | Matti Picus | 2022-02-08 | 25 | -341/+4245 |
|\ \ |
|
| * | | 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 | 3 | -8/+59 |
| * | | 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 | 3 | -1/+26 |
| * | | ENH: Give a clear error when control characters match/are newlines | Sebastian Berg | 2022-01-19 | 1 | -0/+84 |
| * | | 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 | 3 | -17/+34 |
| * | | 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 | 2 | -9/+8 |
| * | | 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: Only allocate converters if necessary | Sebastian Berg | 2022-01-14 | 1 | -9/+10 |
| * | | MAINT: Very minor style cleanups (mostly) | Sebastian Berg | 2022-01-14 | 3 | -18/+21 |
| * | | MAINT: Use skiplines rather than skiprows internally throughout | Sebastian Berg | 2022-01-14 | 2 | -11/+11 |
| * | | TST: Add test for hard/impossible to reach universal-newline support paths | Sebastian Berg | 2022-01-14 | 1 | -0/+15 |
| * | | MAINT: Remove unused/unnecessary allow-embedded-newlines option | Sebastian Berg | 2022-01-14 | 3 | -25/+1 |
| * | | TST: Improve test coverage, replace impossible error with assert | Sebastian Berg | 2022-01-14 | 2 | -8/+52 |
| * | | TST,MAINT: New tests, byteswap cleanups and fixed assert | Sebastian Berg | 2022-01-14 | 4 | -26/+62 |
| * | | TST,BUG: Additional bad-file-like test, add missing error path free | Sebastian Berg | 2022-01-14 | 3 | -4/+17 |
| * | | MAINT,TST,BUG: Simplify streamer init, fix issues, and add tests | Sebastian Berg | 2022-01-14 | 4 | -54/+79 |
| * | | MAINT: Small cleanup, use FINLINE for int parsers | Sebastian Berg | 2022-01-14 | 2 | -5/+2 |
| * | | ENH: Give warning for empty-lines not counting towards max-rows | Sebastian Berg | 2022-01-14 | 4 | -12/+62 |
| * | | BUG: Ensure current num fields holds enough space for ultra-wide columns | Sebastian Berg | 2022-01-14 | 1 | -1/+1 |
| * | | BUG: Make sure num-fields is intp/ssize_t compatible | Sebastian Berg | 2022-01-14 | 2 | -5/+13 |
| * | | MAINT: Move usecol handling to C and support more than integer cols | Sebastian Berg | 2022-01-14 | 5 | -59/+74 |
| * | | BUG: Fix growing when NPY_RELAXED_STRIDES_DEBUG=1 is used | Sebastian Berg | 2022-01-14 | 1 | -0/+6 |