summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: properly handle tuple keys in NpZFile.__getitem__ (#23757)Nathan Goldbaum2023-05-121-0/+11
* TST: add tests for numpy.quantile (#23129)Christian Lorentzen2023-04-281-5/+100
* ENH: ``__repr__`` for NpzFile object (#23357)Ganesh Kathiresan2023-04-061-2/+17
* Fixed failing testsMatteo Raso2023-04-011-4/+11
* Fixed docstring testMatteo Raso2023-04-011-1/+2
* Fixed edge case where pyfunc has no attribute `__name__`Matteo Raso2023-04-011-12/+68
* Revert "ENH: Enabled the use of numpy.vectorize as a decorator"Matti Picus2023-03-271-55/+0
* Merge pull request #23061 from MatteoRaso/vectorizeMatti Picus2023-03-261-0/+55
|\
| * @vectorize now requires arguments to specify keywordsMatteo Raso2023-02-091-10/+9
| * Added a test for positional args (PR-23061)Matteo Raso2023-02-081-0/+11
| * Added test for vectorize decorator projectMatteo Raso2023-01-271-0/+8
| * ENH: Enabled use of numpy.vectorize as decorator (#9477)Matteo Raso2023-01-211-0/+30
| * BUG: Added __name__ atribute to vectorize class (#23021)Matteo Raso2023-01-181-0/+7
* | 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