summaryrefslogtreecommitdiff
path: root/numpy/lib/nanfunctions.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #4671 from charris/prepare-1.10-develCharles Harris2014-07-061-1/+5
|\ \ | |/ |/|
| * MAINT: Change default inplace, ufunc(...,out=x) casting to same_kind.Charles Harris2014-05-061-1/+5
* | ENH: use masked median for small multidimensional nanmediansJulian Taylor2014-06-021-1/+19
* | BUG: nanpercentile/nanmedian 0-d with output given.Sebastian Berg2014-05-281-25/+24
* | ENH: added functionality nanpercentile to numpyDavid Freese2014-05-221-1/+173
|/
* ENH: added functionality nanmedian to numpyDavid Freese2014-05-021-2/+144
* BUG: incorrect argument order to _copyto in in np.nanmax, np.nanminMarten van Kerkwijk2014-04-201-2/+2
* BUG: Refactor nanfunctions to behave as agreed on for 1.9.Charles Harris2013-10-041-144/+172
* DOC: Make documentation of nansum current with 1.9.Charles Harris2013-09-141-2/+2
* DEP: Make nansum return 0 for all-NaN or empty axis.Charles Harris2013-08-181-12/+1
* DOC: Various fixes.Charles Harris2013-08-141-15/+14
* MAINT: Refactor nanfunctions.Charles Harris2013-08-121-333/+468
* MAINT: Separate nan functions into their own module.Charles Harris2013-08-121-0/+678