summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-2/+2
* MAINT: Use new-style classes on 2.7Eric Wieser2017-07-241-1/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* ENH: Spelling fixesVille Skyttä2017-05-091-4/+4
* BUG: np.ma.mr_['r',...] does not return masked arraysEric Wieser2017-05-051-0/+4
* MAINT: Remove code duplicated from np.r_ in np.ma.mr_Eric Wieser2017-05-051-50/+5
* ENH: Add isin, genereralizing in1d to ND arrays (#8423)B R S Recht2017-05-051-1/+28
* MAINT: Rename _validate_axis, and document itEric Wieser2017-03-281-2/+2
* MAINT: Reuse _validate_axis in maEric Wieser2017-03-281-11/+5
* BUG: fix ma.median for empty ndarraysJulian Taylor2017-02-271-0/+7
* MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-201-7/+4
* MAINT: remove ma out= workaroundJulian Taylor2017-02-061-4/+0
* BUG: fix wrong masked median for some special casesJulian Taylor2017-01-171-6/+13
* TST: extend ma.median testing and fix inconsistent out returnJulian Taylor2016-12-251-0/+4
* BUG: fixed failure of np.ma.median for 1-D even arrays.Marten van Kerkwijk2016-12-231-2/+3
* BUG: handle unmasked NaN in ma.median like normal medianJulian Taylor2016-12-121-10/+42
* BUG: fix np.ma.median with only one non-masked valueLoïc Estève2016-09-071-2/+1
* BUG: Fix numpy.ma.median for various things.Charles Harris2016-09-051-8/+11
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
* BUG: Fixed masked array behavior for scalar inputs to np.ma.atleast_*dJoseph Fox-Rabinovitz2016-08-241-43/+99
* BUG: modified ndim condition to use masked_arrayskwbc2016-08-071-1/+1
* BUG: fix for issue#7835 (ma.median of 1d)Shota Kawabuchi2016-08-071-4/+8
* STY: ma.extras.median: avoid indexing with listAmit Aronovitch2016-05-221-2/+2
* BUG: ma.median of 1d array should return a scalarAmit Aronovitch2016-05-221-1/+5
* ENH: update MA average, medianAllan Haldane2016-04-041-88/+61
* ENH: Make no unshare mask future warnings less noisySebastian Berg2016-03-011-2/+4
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-7/+7
* BUG, MAINT: Refactor ma.dot function and the corresponding method.Charles Harris2015-11-101-144/+2
* STY: Minor style fixups.Charles Harris2015-11-071-1/+2
* BUG: scalar argument to ma.atleast_* return arraysJonathan Helmus2015-10-201-0/+4
* ENH: improve worst case of ma.clump_maskedJulian Taylor2015-10-081-18/+19
* DOC: typo: affectLars Buitinck2015-10-021-3/+3
* STY,MAINT: PEP8 and pyflakes fixes for numpy/ma/*.pyCharles Harris2015-07-041-54/+40
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-3/+5
* MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+1
* MANT: handling of axis in np.ma.compress_ndJaime Fernandez2015-05-171-16/+14
* BUG: setdiff1d return dtypeChristian Brodbeck2015-05-071-6/+4
* ENH: Introduce np.ma.compress_nd(), generalizes np.ma.compress_rowcols()Daniel da Silva2015-05-031-22/+63
* BUG: Implemented MaskedArray.dotAlexander Belopolsky2015-03-221-7/+1
* ENH: deprecate bias and ddof arguments to corrcoefMatthew Brett2015-03-151-29/+25
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-1/+5
* BUG: numpy.ma.polyfit masks NaNs incorrectlySimon Gibbons2015-02-211-5/+5
* Update docstring of ma.extras.average to reflect actual behaviorMatthew Craig2015-02-081-2/+3
* Merge pull request #5447 from juliantaylor/ma-median-ndarrayCharles Harris2015-01-131-2/+2
|\
| * BUG: fix ma.median used on ndarraysJulian Taylor2015-01-131-2/+2
* | DOC: Added ma.clump_masked to doc; removed `extras` in examplesYuxiang Wang2014-12-281-16/+16
|/
* BUG: fix nanmedian on arrays containing infJulian Taylor2014-10-141-3/+10
* BUG: Make numpy import when run with Python flag '-OO'.Charles Harris2014-10-031-3/+5
* ENH: rewrite ma.median to improve poor performance for multiple dimensionsJulian Taylor2014-06-021-16/+25
* Merge pull request #4463 from abalkin/issue-4461Charles Harris2014-04-031-8/+35
|\