summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_nanfunctions.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Ignore nan-warnings in randomized out testsSebastian Berg2022-12-221-0/+2
* BUG: Quantile function on complex number now throws an error (#22652) (#22703)Matteo Raso2022-12-081-8/+30
* BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `...Roy Smart2022-12-051-0/+58
* API,DEP: Rename percentile/quantile `interpolation=` to `method=`Sebastian Berg2021-11-121-2/+2
* MAINT: remove unused importsAlessia Marcolini2021-10-081-2/+2
* TST: Add tests for the new `nan<x>` function parametersBas van Beek2021-10-041-0/+103
* TST: Add a test for comparing the signatures of `nan<x>` and `<x>` functionsBas van Beek2021-10-041-0/+48
* MAINT: Make parameters match label.Charles Harris2021-09-131-1/+1
* TST: Fix a couple of `pytest` id labelsBas van Beek2021-09-131-3/+3
* TST: Expand/rewrite the `test_allnans` testsBas van Beek2021-09-111-79/+115
* TST: Expand `TestNanFunctions_NumberTypes` with 0d arraysBas van Beek2021-09-091-12/+17
* TST: Make nanfunc test ignore overflow instead of xfailing testSebastian Berg2021-09-071-3/+1
* TST: Add more tests for `nanmedian`, `nanquantile` and `nanpercentile`Bas van Beek2021-09-031-0/+17
* TST: Expand the old `TestNanFunctions_IntTypes` test with non-integer number ...Bas van Beek2021-09-031-71/+52
* TST: Update the `np.nanmedian` tests for all-nan arraysBas van Beek2021-05-221-16/+34
* MAINT: Remove uses of scalar aliasesEric Wieser2020-06-101-1/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-7/+7
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* PERF: only copy input array in _replace_nan() if there are nans to replaceChristopher Whelan2019-12-021-1/+28
* ENH: add _nan_mask functionTyler Reddy2019-01-181-0/+28
* Merge pull request #11010 from mhvk/poly-matrix-tests-to-matrixlibCharles Harris2018-05-151-51/+54
|\
| * MAINT: move matrix tests in lib to matrixlib.Marten van Kerkwijk2018-04-291-51/+54
* | MAINT: Misc. typos (#11005)luzpaz2018-04-301-1/+1
|/
* ENH: Adding np.quantile() and np.nanquantile(). #10199Chun-Wei Yuan2018-04-161-0/+36
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+2
* TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-9/+9
* BUG: Fix incorrect behavior of nanfunctions on object arraysEric Wieser2017-04-291-0/+12
* MAINT: Use _validate_axis inside _ureduceEric Wieser2017-03-281-8/+8
* BUG: fix wrong masked median for some special casesJulian Taylor2017-01-171-0/+12
* Merge pull request #8364 from juliantaylor/masked-median-nanCharles Harris2016-12-121-12/+30
|\
| * BUG: handle unmasked NaN in ma.median like normal medianJulian Taylor2016-12-121-12/+30
* | BUG: fix nanpercentile not returning scalar with axis argumentJulian Taylor2016-12-111-1/+5
|/
* TST: Use ComplexWarning suppression only where neededSebastian Berg2016-09-021-2/+6
* TST: Replace catch_warnings when recording is not enforced in test_nanfuncsSebastian Berg2016-09-021-10/+10
* ENH: Remove warning ignoring from nanfuncsSebastian Berg2016-09-021-30/+32
* ENH: adds np.nancumsum and np.nancumprodPhillip J. Wolfram2016-03-241-1/+106
* BUG: Fixed previous attempt to fix dimension mismatch in nanpercentileJoseph Fox-Rabinovitz2016-02-051-1/+4
* Merge pull request #5981 from dfreese/fix/multi_percent_nanperc_bugJulian Taylor2016-01-171-1/+25
|\
| * BUG: Fix nanpercentile crash on all-nan slicesDavid Freese2016-01-121-1/+25
* | TEST: Ignore `FutureWarning` if raised from running masked array operations.John Kirkham2016-01-151-0/+1
|/
* [TST] fix test_dtype_error to actually test what it's supposed toNathaniel J. Smith2015-12-081-3/+3
* ENH: add np.nanprodStephan Hoyer2015-01-051-148/+81
* BUG: fix nanmedian on arrays containing infJulian Taylor2014-10-141-0/+16
* STY: PEP8 compliance for numpy/lib/tests.Charles Harris2014-07-311-12/+12
* ENH: use masked median for small multidimensional nanmediansJulian Taylor2014-06-021-1/+17
* BUG: nanpercentile/nanmedian 0-d with output given.Sebastian Berg2014-05-281-40/+71
* ENH: added functionality nanpercentile to numpyDavid Freese2014-05-221-0/+90
* ENH: added functionality nanmedian to numpyDavid Freese2014-05-021-4/+94
* Add tests using matricesMarten van Kerkwijk2014-04-221-0/+25
* TST: do not use "ignore" to filter warningsSebastian Berg2014-02-211-2/+2