summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-121-9/+2
* DEP: expire deprecation for "y as out" in fix/isposinf/isneginfRalf Gommers2023-03-121-6/+0
* DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-022-5/+5
* Merge pull request #23089 from seberg/numpy2-flagMatti Picus2023-02-121-0/+7
|\
| * MAINT: Use `np._using_numpy2_behavior()` and initialize it in CSebastian Berg2023-02-101-1/+1
| * API: Modify `gradient` to return a tuple rather than a listSebastian Berg2023-02-101-0/+7
* | MAINT, DOC: string_ → bytes_ and unicode_ → str_Dimitri Papadopoulos2023-02-101-12/+12
|/
* API: Raise EOFError when trying to load past the end of a `.npy` file (#23105)Noé Rubinstein2023-01-271-0/+10
* DEP: Finalize the non-sequence stacking deprecationSebastian Berg2023-01-171-2/+2
* ENH: Faster numpy.load (try/except _filter_header) (#22916)Michael2023-01-131-1/+2
* ENH: Improve loadtxt error with dtype and non-matchinig column number (#22996)Sebastian Berg2023-01-111-1/+10
* BUG: np.loadtxt cannot load text file with quoted fields separated by whitesp...dmbelov2023-01-011-0/+14
* BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878)Miles Cranmer2022-12-251-2/+37
* TST: Ignore nan-warnings in randomized out testsSebastian Berg2022-12-221-0/+2
* BUG: Ensure correct behavior for rows ending in delimiter in loadtxt (#22836)Sebastian Berg2022-12-191-0/+12
* TST: Remove outdated xfail from quantile testsSebastian Berg2022-12-141-1/+0
* BUG: Quantile function on complex number now throws an error (#22652) (#22703)Matteo Raso2022-12-082-13/+49
* BUG: fix unexpected return of np.pad with mode=wrap (#22575)LU2022-12-071-0/+17
* BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `...Roy Smart2022-12-052-0/+108
* 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