summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21021 from BvB93/fromnumeric2Charles Harris2022-02-093-287/+554
|\
| * TST: Add more typing tests for `np.core.fromnumeric`Bas van Beek2022-02-092-58/+77
| * TST,MAINT: Improve a number of variable namesBas van Beek2022-02-091-227/+226
| * TYP: Add dtype-typing support to `fromnumeric` (part 2)Bas van Beek2022-02-091-24/+273
* | Merge pull request #20883 from honno/xp-can-castCharles Harris2022-02-093-4/+61
|\ \
| * | Note `np.array_api.can_cast()` does not use `np.can_cast()`Matthew Barber2022-02-092-2/+5
| * | BUG: Fix `np.array_api.can_cast()` by not relying on `np.can_cast()`Matthew Barber2022-02-093-4/+58
| |/
* | DOC: Include special case in `hsplit` doc (#20974)Bharat Raghunathan2022-02-091-1/+7
* | DOC: imbalanced backticks (#21020)Matthias Bussonnier2022-02-092-2/+2
|/
* Merge pull request #21000 from charris/replace-looseversionCharles Harris2022-02-087-25/+503
|\
| * MAINT: Replace LooseVersion by _pep440.Charles Harris2022-02-057-25/+503
* | ENH: Suppress over-/underflow RuntimeWarning in assert_array_equal (#21003)Simon Surland Andersen2022-02-082-1/+9
* | Merge pull request #20580 from seberg/add-npreadtextMatti Picus2022-02-0825-341/+4245
|\ \
| * | Add two new examples of converters to docstring examplesRoss Barnowski2022-02-071-0/+19
| * | TST: Skip error test using on PyPy (test uses %.100R)Sebastian Berg2022-01-301-0/+2
| * | TST: Fix exception msg matching in tests.Ross Barnowski2022-01-281-5/+5
| * | Linting.Ross Barnowski2022-01-281-3/+4
| * | Handle delimiter as bytes.Ross Barnowski2022-01-282-1/+9
| * | Add test for str dtype len discovery with converters.Ross Barnowski2022-01-281-1/+23
| * | Add test for empty string as control characters.Ross Barnowski2022-01-282-0/+16
| * | Add test for unicode, parametrize for chunksize.Ross Barnowski2022-01-281-5/+15
| * | Add test for datetime parametric unit discovery.Ross Barnowski2022-01-281-1/+23
| * | TST: Some tests for control character collisions.Ross Barnowski2022-01-283-8/+59
| * | TST: Use repr in byteswapping testsSebastian Berg2022-01-191-3/+5
| * | TST: Catch two more errors that runs into the PyPy issueSebastian Berg2022-01-191-0/+4
| * | TST: Use hand-picked values for byte-swapping testsSebastian Berg2022-01-191-15/+17
| * | TST: Skip unparsable field error tests on PyPySebastian Berg2022-01-193-1/+26
| * | ENH: Give a clear error when control characters match/are newlinesSebastian Berg2022-01-191-0/+84
| * | Add quotechar to examples.Ross Barnowski2022-01-181-1/+21
| * | Update and add converters examples.Ross Barnowski2022-01-181-1/+33
| * | TST,BUG: Fortify byteswapping tests and make a small fixSebastian Berg2022-01-153-17/+34
| * | BUG: Fix loadtxt no data warning stacklevelSebastian Berg2022-01-141-1/+1
| * | DOC: Remove outdated loadtxt TODOs from codeSebastian Berg2022-01-142-9/+8
| * | TST,STY: Add small additional tests for converters/usecolsSebastian Berg2022-01-142-20/+27
| * | TST: Move most new loadtxt tests to its own fileSebastian Berg2022-01-142-767/+836
| * | MAINT: Only allocate converters if necessarySebastian Berg2022-01-141-9/+10
| * | MAINT: Very minor style cleanups (mostly)Sebastian Berg2022-01-143-18/+21
| * | MAINT: Use skiplines rather than skiprows internally throughoutSebastian Berg2022-01-142-11/+11
| * | TST: Add test for hard/impossible to reach universal-newline support pathsSebastian Berg2022-01-141-0/+15
| * | MAINT: Remove unused/unnecessary allow-embedded-newlines optionSebastian Berg2022-01-143-25/+1
| * | TST: Improve test coverage, replace impossible error with assertSebastian Berg2022-01-142-8/+52
| * | TST,MAINT: New tests, byteswap cleanups and fixed assertSebastian Berg2022-01-144-26/+62
| * | TST,BUG: Additional bad-file-like test, add missing error path freeSebastian Berg2022-01-143-4/+17
| * | MAINT,TST,BUG: Simplify streamer init, fix issues, and add testsSebastian Berg2022-01-144-54/+79
| * | MAINT: Small cleanup, use FINLINE for int parsersSebastian Berg2022-01-142-5/+2
| * | ENH: Give warning for empty-lines not counting towards max-rowsSebastian Berg2022-01-144-12/+62
| * | BUG: Ensure current num fields holds enough space for ultra-wide columnsSebastian Berg2022-01-141-1/+1
| * | BUG: Make sure num-fields is intp/ssize_t compatibleSebastian Berg2022-01-142-5/+13
| * | MAINT: Move usecol handling to C and support more than integer colsSebastian Berg2022-01-145-59/+74
| * | BUG: Fix growing when NPY_RELAXED_STRIDES_DEBUG=1 is usedSebastian Berg2022-01-141-0/+6