summaryrefslogtreecommitdiff
path: root/numpy/ma/tests/test_extras.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* extras : dropped the m prefix in mediff1d, mvander, mpolyfitpierregm2008-05-141-13/+13
* extras: introduced mvander and mpolyfitpierregm2008-05-131-0/+30
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-4/+4
* core : fixed sort when axis is Nonepierregm2008-03-221-0/+30
* Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.Stefan van der Walt2007-12-151-0/+331