summaryrefslogtreecommitdiff
path: root/numpy/ma/tests/test_extras.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: add `invert` parameter to numpy.in1d().Julien Phalip2013-04-081-0/+13
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+3
* TST: Add test for weight modification.Charles Harris2011-12-151-0/+2
* MAINT: Make masked ma.polyfit match current polyfit.Charles Harris2011-12-151-1/+9
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-2/+2
* fix (flat)notmasked_/contiguous/edges/pierregm2010-08-111-4/+13
* ma.extraspierregm2010-08-091-6/+20
* ENH: Add ddof keyword to masked versions of cov and corrcoef.Charles Harris2010-07-071-0/+6
* * Added `apply_over_axes` as requested in ticket #1480pierregm2010-05-161-211/+223
* DEP: Fix deprecation warnings in Python 3.1. The warnings come from the unittestCharles Harris2010-02-201-17/+17
* * fixed np.ma.average on integersw/ mask (bug #1188)pierregm2009-08-061-24/+31
* Fix to setdiff1d (and masked version) + tests (#1133, by N.C.)Robert Cimrman2009-07-201-1/+1
* core : fixed MaskedArray.__array_finalize__ when the mask is full of False (b...pierregm2009-07-181-4/+27
* Enhancements to arraysetops (ticket #1133, by Neil Crighton)Robert Cimrman2009-07-081-31/+25
* * fixed notmasked_edges when no data are maskedpierregm2009-04-131-14/+38
* * add intersect1d, intersect1d_nu, setdiff1d, setmember1d, setxor1d, unique1d...pierregm2009-01-191-43/+221
* ran reindentJarrod Millman2008-12-311-2/+2
* * Fixed MaskedArray for nested dtype w/ input maskpierregm2008-12-021-0/+56
* replaced assert with self.failUnlesspierregm2008-09-291-14/+14
* median : fixed a bug in _median1D (there shouldn't have been an axis)pierregm2008-09-181-14/+25
* ran reindentJarrod Millman2008-08-081-7/+7
* * core : minor doc formattingpierregm2008-08-071-24/+26
* corepierregm2008-08-071-0/+56
* * added cov and corrcoef to ma.extras for compatibilitypierregm2008-08-051-1/+69
* Corrected a goof in .reshape()pierregm2008-07-021-2/+2
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-29/+20
* CHANGES:pierregm2008-06-081-43/+49