summaryrefslogtreecommitdiff
path: root/numpy/ma/tests/test_extras.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: move all masked array matrix tests to matrixlib.Marten van Kerkwijk2018-04-271-0/+3
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* BUG: Always return a list from np.ma.flatnotmasked_contiguousEric Wieser2018-03-251-4/+7
* TST: simplify test of notmasked_contiguousEric Wieser2018-03-251-13/+22
* STY: Break some long lines.Charles Harris2018-01-181-1/+2
* ref to issue in numpy.maAnas Khan2018-01-101-0/+1
* adding new tests for union1dAnas Khan2018-01-091-0/+6
* ENH: added masked version of 'numpy.stack' with tests.lzkelley2017-12-171-1/+83
* ENH: Allow np.r_ to accept 0d arraysEric Wieser2017-12-111-0/+9
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-2/+2
* TST: Remove unittest dependencies in numpy/ma/tests.Charles Harris2017-07-241-34/+33
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* BUG: np.ma.mr_['r',...] does not return masked arraysEric Wieser2017-05-051-0/+10
* MAINT: Remove code duplicated from np.r_ in np.ma.mr_Eric Wieser2017-05-051-1/+4
* ENH: Add isin, genereralizing in1d to ND arrays (#8423)B R S Recht2017-05-051-1/+22
* MAINT: Use _validate_axis inside _ureduceEric Wieser2017-03-281-1/+1
* BUG: fix ma.median for empty ndarraysJulian Taylor2017-02-271-3/+3
* MAINT: Remove __setslice__ and __getslice__Eric Wieser2017-02-091-5/+0
* BUG: fix wrong masked median for some special casesJulian Taylor2017-01-171-0/+22
* TST: extend ma.median testing and fix inconsistent out returnJulian Taylor2016-12-251-10/+59
* BUG: fixed failure of np.ma.median for 1-D even arrays.Marten van Kerkwijk2016-12-231-2/+6
* BUG: handle unmasked NaN in ma.median like normal medianJulian Taylor2016-12-121-0/+186
* BUG: fix np.ma.median with only one non-masked valueLoïc Estève2016-09-071-0/+9
* TST: Add ma.median tests for valid axis.Charles Harris2016-09-051-0/+32
* MAINT: Spell out with and without in ma test functionsSebastian Berg2016-09-021-8/+8
* TST: Use new warnings context manager in all testsSebastian Berg2016-09-021-21/+15
* BUG: Fixed masked array behavior for scalar inputs to np.ma.atleast_*dJoseph Fox-Rabinovitz2016-08-241-5/+30
* BUG: fix for issue#7835 (ma.median of 1d)Shota Kawabuchi2016-08-071-4/+38
* BUG: ma.median of 1d array should return a scalarAmit Aronovitch2016-05-221-0/+13
* TST: Fix some MA tests to avoid looking at the .data attributeAllan Haldane2016-02-261-9/+9
* Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-161-1/+1
* TST, ENH: make all comparisons with NaT falseStephan Hoyer2016-01-141-1/+1
* TST: Add tests for ma.dot.Charles Harris2015-11-101-19/+35
* BUG: scalar argument to ma.atleast_* return arraysJonathan Helmus2015-10-201-4/+24
* ENH: improve worst case of ma.clump_maskedJulian Taylor2015-10-081-0/+20
* STY,MAINT: Run pyflakes and pep8 on numpy/ma/tests/*.Charles Harris2015-07-251-32/+27
* BUG: setdiff1d return dtypeChristian Brodbeck2015-05-071-0/+2
* ENH: Introduce np.ma.compress_nd(), generalizes np.ma.compress_rowcols()Daniel da Silva2015-05-031-5/+117
* ENH: deprecate bias and ddof arguments to corrcoefMatthew Brett2015-03-151-14/+68
* BUG: numpy.ma.polyfit masks NaNs incorrectlySimon Gibbons2015-02-211-0/+15
* BUG: fix ma.median used on ndarraysJulian Taylor2015-01-131-0/+4
* BUG: fix nanmedian on arrays containing infJulian Taylor2014-10-141-0/+3
* Merge pull request #4454 from jurnix/namedargsJulian Taylor2014-06-081-0/+10
|\
| * ENH: apply_along_axis accepts named argumentsAlbert2014-03-271-0/+10
* | ENH: rewrite ma.median to improve poor performance for multiple dimensionsJulian Taylor2014-06-021-0/+13
* | BUG: Masked arrays and apply_over_axesLev Abalkin2014-04-011-1/+2
|/
* Convert docstrings to comments for nose; PEP8 cleanup (some tests activated)Marten van Kerkwijk2013-10-121-65/+65
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-3/+3
* BUG: ma: ma.average didn't handle complex arrays correctly (issue gh-2684)Warren Weckesser2013-06-151-2/+45
* MAINT: ma: clean up ma/test_extras.py: don't use 'import *'; PEP8 whitespaceWarren Weckesser2013-06-151-61/+67