summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* TST: validate in1d errorsMilesCranmer2022-06-171-0/+34
* MAINT: kind now uses "mergesort" instead of "sort"MilesCranmer2022-06-171-18/+18
* TST: Use new "kind" argument over "method"MilesCranmer2022-06-171-20/+20
* MAINT: Fix misplaced default in in1d testMilesCranmer2022-06-101-2/+2
* MAINT: Add back in1d tests of old methodMilesCranmer2022-06-101-17/+17
* MAINT: bool instead of np.bool_ dtypeMilesCranmer2022-06-101-1/+1
* MAINT: Fix linting error in testMilesCranmer2022-06-101-1/+2
* MAINT: Update tests to use new `method` argumentMilesCranmer2022-06-101-19/+20
* MAINT: Fix linting errors in in1d testsMilesCranmer2022-06-091-8/+18
* TST: Extend np.in1d tests to old algorithmMilesCranmer2022-06-091-2/+42
* TST: add tests for in1d/isinMilesCranmer2022-06-091-0/+99
* TST: Fixup loadtxt int-via-float tests when in release modeSebastian Berg2022-06-091-0/+2
* Merge pull request #16971 from BvB93/nd_gridCharles Harris2022-06-091-0/+34
|\
| * TST: Update the `np.mgrid` testsBas van Beek2021-10-131-0/+34
* | DEP: Remove `normed=` keyword argument from histogromsSebastian Berg2022-06-021-41/+0
* | MAINT: Fixup `unique`s `equal_nan` kwarg to match `np.array_equal`Sebastian Berg2022-06-011-1/+1
* | TST: Added test for np.unique equal_nans kwargJason Thai2022-05-281-0/+8
* | MAINT: Python <3.7 related cleanupsBrigitta Sipőcz2022-05-231-2/+0
* | Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comp...Matti Picus2022-05-191-1/+0
|\ \
| * | API: Fix structured dtype cast-safety, promotion, and comparisonSebastian Berg2022-05-091-1/+0
* | | BUG: lib: Allow type uint64 for eye() arguments.warren2022-05-111-1/+7
* | | ENH: Add 'keepdims' to 'average()' and 'ma.average()'.warren2022-05-091-1/+27
|/ /
* | ENH: Optimize `np.empty` for scalar arguments (#20175)Francesco Andreuzzi2022-05-061-1/+3
* | TST: Make `test_large_archive` robust against memory issues [wheel build]Sebastian Berg2022-05-021-2/+7
* | TEST: on PyPy, skip hanging slow test [wheel build]mattip2022-05-021-0/+1
* | TST: `np.kron` tests refinementGanesh Kathiresan2022-04-051-7/+17
* | MAINT: Linting fixesGanesh Kathiresan2022-03-251-1/+2
* | TST: Added testcases for `np.kron`Ganesh Kathiresan2022-03-221-0/+26
* | Merge pull request #16895 from DevinShanahan/delete-speedupMatti Picus2022-02-271-0/+13
|\ \
| * | MAINT: single value identification and testDevin Shanahan2022-01-161-0/+13
* | | BUG: (loadtxt) Ignore last empty field when `delimiter=None`Sebastian Berg2022-02-141-1/+5
* | | 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-281-0/+6
* | | 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-281-0/+11
* | | 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-281-0/+50
* | | 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-192-1/+21
* | | TST,BUG: Fortify byteswapping tests and make a small fixSebastian Berg2022-01-151-3/+16
* | | 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
* | | TST: Add test for hard/impossible to reach universal-newline support pathsSebastian Berg2022-01-141-0/+15
* | | TST: Improve test coverage, replace impossible error with assertSebastian Berg2022-01-141-0/+49
* | | TST,MAINT: New tests, byteswap cleanups and fixed assertSebastian Berg2022-01-141-6/+25