summaryrefslogtreecommitdiff
path: root/numpy/lib/nanfunctions.py
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add commentsmattip2019-10-301-1/+1
* WIP, DEP, ENH: finish richcompare changes from 1.10mattip2019-10-291-1/+1
* DOC: fix output argument referencemattip2019-10-151-15/+15
* DOC: Fixed dtype docs for var, nanvar.Isaac Virshup2019-08-271-1/+1
* Update nanfunctions.pyHe Jia2019-06-141-0/+1
* BUG: Increment stacklevel for warnings to account for NEP-18 overrides (#13589)Stephan Hoyer2019-05-201-9/+16
* ENH: add _nan_mask functionTyler Reddy2019-01-181-0/+27
* MAINT: address several reviewer commentsTyler Reddy2018-12-141-2/+2
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-49/+52
* MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-1/+6
* ENH: __array_function__ for np.lib, part 1Stephan Hoyer2018-10-081-0/+76
* DOC: reduce warnings and cleanup redundant c-api documentationmattip2018-08-141-7/+9
* Merge pull request #10199 from chunweiyuan/quantileStephan Hoyer2018-04-231-2/+108
|\
| * ENH: Adding np.quantile() and np.nanquantile(). #10199Chun-Wei Yuan2018-04-161-2/+108
* | DOC: clear up warnings, fix matplotlib plotmattip2018-04-171-7/+8
|/
* DOC: Fix type of axis in nanfunctions (#10421)Tobias Fischer2018-02-031-14/+14
* MAINT: Avoid repeated validation of percentiles in nanpercentileEric Wieser2017-12-181-18/+27
* DOC: give correct version of np.nansum changeMatthew Brett2017-12-191-1/+1
* DOC: Fixup percentile docstring, from review in gh-9213Eric Wieser2017-12-101-19/+14
* Make warnings for nanmin and nanmax consistentErik Quaeghebeur2017-10-231-1/+1
* DOX: Fix mistaken word in nanprod docstring (#9703)Robert T. McGibbon2017-09-171-1/+1
* MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer2017-08-101-1/+1
* Merge pull request #9220 from eric-wieser/simplify-nanfuncsCharles Harris2017-06-221-43/+53
|\
| * MAINT: Factor out code duplicated by nanmedian and nanpercentileEric Wieser2017-06-211-43/+53
* | DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-101-1/+1
|/
* MAINT: Don't internally use the one-argument whereEric Wieser2017-06-031-2/+2
* MAINT: Combine similar branchesEric Wieser2017-06-031-4/+1
* BUG: Fix incorrect behavior of nanfunctions on object arraysEric Wieser2017-04-291-8/+16
* MAINT: Remove weird create-a-copy danceEric Wieser2017-04-271-6/+2
* DOC: Fix typos in percentile (#8900)Baurzhan Muftakhidinov2017-04-061-2/+2
* ENH: retune apply_along_axis nanmedian cutoffJulian Taylor2016-12-171-1/+2
* Merge pull request #8364 from juliantaylor/masked-median-nanCharles Harris2016-12-121-1/+1
|\
| * ENH: update the small nanmedian thresholdJulian Taylor2016-12-121-1/+1
* | BUG: fix nanpercentile not returning scalar with axis argumentJulian Taylor2016-12-111-1/+1
|/
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-1/+1
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-3/+3
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-9/+9
* ENH: Remove warning ignoring from nanfuncsSebastian Berg2016-09-021-39/+33
* ENH: adds np.nancumsum and np.nancumprodPhillip J. Wolfram2016-03-241-15/+139
* DOC: Removed residual merge markup from previous commitMad Physicist2016-02-131-6/+0
* BUG: many functions silently drop `keepdims` kwargThomas A Caswell2016-02-071-39/+106
* Merge pull request #7181 from madphysicist/doc-typosCharles Harris2016-02-071-78/+81
|\
| * DOC: Updated minor typos in function_base.py and test_function_base.pyJoseph Fox-Rabinovitz2016-02-051-78/+81
* | BUG: Fixed previous attempt to fix dimension mismatch in nanpercentileJoseph Fox-Rabinovitz2016-02-051-1/+2
|/
* BUG: Fix nanpercentile crash on all-nan slicesDavid Freese2016-01-121-2/+9
* ENH: add np.nanprodStephan Hoyer2015-01-051-1/+76
* Merge pull request #4929 from juliantaylor/charris-pep8-numpy-libCharles Harris2014-07-311-2/+0
|\
| * MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-311-2/+0