summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #16987 from scimax/masterCharles Harris2021-05-191-0/+18
|\
| * Add missing whitespaceEric Wieser2020-09-141-0/+1
| * Updated incorrect argument in tests. boundary correction for int and float.Max Kellermeier2020-08-211-5/+6
| * Update numpy/lib/tests/test_function_base.pyscimax2020-08-201-1/+1
| * Tests added according to #14877, obsolete comments removed.Max Kellermeier2020-08-021-1/+17
* | BUG: Prevent nan being used in percentile (gh-18831)Kevin Sheppard2021-04-221-0/+22
* | review commentsDCtheTall2021-04-051-6/+13
* | rm commentDCtheTall2021-03-311-1/+0
* | Add tests np.meshgrid for higher dimensional grids.DCtheTall2021-03-311-0/+15
* | API: make piecewise subclass safe using use zeros_like.Marten van Kerkwijk2021-02-221-0/+8
* | ENH: add dtype option to cov and corrcoef (#17456)Lisa Schwetlick2020-10-091-0/+12
* | ENH: Make the window functions exactly symmetricEric Wieser2020-08-311-4/+4
* | BUG: revert trim_zeros changes from gh-16911mattip2020-08-271-0/+4
* | Merge pull request #17058 from BvB93/trim_zeros2Matti Picus2020-08-191-1/+17
|\ \
| * | TST: Added / updated object array-related testsBas van Beek2020-08-131-1/+18
| * | ENH: Use elementwise comparisons with 0 rather than boolean castingBas van Beek2020-08-111-2/+1
* | | API, BUG: Raise error on complex input to i0 (#17062)peterbell102020-08-121-2/+7
|/ /
* | ENH: Speed up trim_zeros (#16911)Bas van Beek2020-08-041-12/+34
* | Revert "Merge pull request #16248 from alexrockhill/edge"mattip2020-07-231-7/+0
* | simplifiedAlex2020-07-221-0/+3
* | changed from large number error to different solutionAlex2020-07-221-1/+1
* | edge first tryAlex2020-07-221-0/+4
|/
* MAINT: Fixup quantile tests to not use `np.float`Sebastian Berg2020-06-271-8/+9
* limit test_quantile_monotonicTobias Pitters2020-06-121-3/+8