summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* TST: add tests for numpy.quantile (#23129)Christian Lorentzen2023-04-281-5/+100
* 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
* | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-021-4/+4
* | 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
|/
* 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-081-5/+19
* BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `...Roy Smart2022-12-051-0/+50
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+2
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-1/+1
* DEP: Add deprecation warning and check warning in test.Ross Barnowski2022-10-191-5/+6
* 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: 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
* 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
* ENH: Add 'keepdims' to 'average()' and 'ma.average()'.warren2022-05-091-1/+27
* MAINT: single value identification and testDevin Shanahan2022-01-161-0/+13
* BUG: quantile discrete methods ended up using -1 as index sometimesSebastian Berg2021-11-121-3/+13
* API,DEP: Rename percentile/quantile `interpolation=` to `method=`Sebastian Berg2021-11-121-46/+46
* TST: Add test for max ulp in default quantile calculationabel2021-11-091-0/+8
* TST: Make use of clongdouble and longdoubleabel2021-11-041-2/+2
* TST: Add parametrize for interpolation methodsabel2021-11-041-91/+43
* TST: Add extrapolation testsabel2021-11-041-0/+9
* Fix issue with nan scalarabel2021-11-041-0/+6
* Fix _lerpabel2021-11-041-7/+7
* MAINT, ENH [#10736] Add interpolation methods to quantileabel2021-11-041-36/+141
* BUG: lib: Fix error raised by insert.warren2021-10-201-0/+5
* TST: Add more tests for `np.kaiser`Bas van Beek2021-09-301-0/+21
* BUG: Fix the `lib.function_base` window functions ignoring extended precision...Bas van Beek2021-09-301-13/+73
* BUG: ensure np.median does not drop subclass for NaN result.Marten van Kerkwijk2021-09-141-0/+10
* MAINT: refactor "for ... in range(len(" statementsMike Taves2021-09-011-5/+0
* dummy change to kick off another buildAnkit Dwivedi2021-08-081-1/+1
* fix lint errorsAnkit Dwivedi2021-08-071-1/+2
* add tests to check if whitespaces are ignored in gufunc signaturesAnkit Dwivedi2021-08-071-0/+14
* API: Ensure np.vectorize outputs can be subclasses.Marten van Kerkwijk2021-06-261-1/+21