summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: Histogramdd breaks on big arrays in Windows (#22561)Navpreet Singh2022-11-181-0/+11
* BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525)Matti Picus2022-11-171-0/+1
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-113-3/+9
* STY: Make linter happySebastian Berg2022-10-271-0/+1
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-275-24/+24
* MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-263-17/+17
* DEP: Add deprecation warning and check warning in test.Ross Barnowski2022-10-191-5/+6
* ENH: unstructured_to_structured converts dtype argument (#22442)LeonaTaric2022-10-191-0/+9
* MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-1/+1
* Merge pull request #22393 from seberg/npy_headerMatti Picus2022-10-071-3/+44
|\
| * MAINT: Ensure graceful handling of large header sizesSebastian Berg2022-10-061-3/+44
* | add spare space for growth for .npy filesMichael Siebert2022-09-261-6/+21
|/
* Merge pull request #22319 from sjtechdev/21257/add_kron_functional_testsCharles Harris2022-09-221-0/+29
|\
| * TST: add functional tests for kronShreyas Joshi2022-09-211-0/+29
* | MAINT: update function's `__module__` attribute in `deprecate`Josh Wilson2022-09-211-0/+4
|/
* TST,BUG: Us context from spawn to fork in (#22204)Jyn Spring 琴春2022-09-071-2/+7
* BUG: fix np.average for Fraction elementsPieter Eendebak2022-08-101-0/+5
* TST: fix test_linear_interpolation_formula_symmetricPal Barta2022-08-101-1/+1
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays."mattip2022-07-201-1/+1
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-07-131-1/+1
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"Matti Picus2022-07-091-1/+1
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-06-291-1/+1
* BUG: Fix numpy.isin for timedelta dtype (#21860)Miles Cranmer2022-06-291-0/+31
* Merge pull request #21863 from seberg/fpe-warning-simplificationCharles Harris2022-06-281-2/+1
|\
| * ENH,MAINT: Improve and simplify scalar floating point warningsSebastian Berg2022-06-281-2/+1
* | BUG: Reject non integer array-likes with size 1 in delete (#21857)Sebastian Berg2022-06-281-12/+33
|/
* BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` ...Srimukh Sripada2022-06-261-0/+12
* Merge pull request #21626 from seberg/weak-scalarsCharles Harris2022-06-261-4/+9
|\
| * API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`Sebastian Berg2022-06-151-1/+1
| * TST: Adapt percentile test to changed promotionSebastian Berg2022-06-151-4/+9
* | BUG: Fix in1d for empty integer array as input (#21842)Miles Cranmer2022-06-241-1/+19
* | Merge pull request #12065 from MilesCranmer/masterSebastian Berg2022-06-231-26/+111
|\ \
| * | TST: Skip empty arrays for kind="table"Miles Cranmer2022-06-221-5/+7
| * | TST: Reduce code re-use with pytest markMilesCranmer2022-06-221-142/+40
| * | MAINT: change kind names for in1dMilesCranmer2022-06-181-26/+26
| * | 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
* | | BUG: lib: A loadtxt error message had two values reversed.warren2022-06-181-1/+1
| |/ |/|
* | TST: Clean up an opened temporary file descriptor in loadtxt testsSebastian Berg2022-06-141-0/+5
|/
* 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
|\