summaryrefslogtreecommitdiff
path: root/numpy/ma/tests/test_extras.py
Commit message (Collapse)AuthorAgeFilesLines
* extras : dropped the m prefix in mediff1d, mvander, mpolyfitpierregm2008-05-141-13/+13
| | | | mrecords: fixed __setitem__ to update the mask if needed.
* 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
| | | | | | | mstats : fixed mmedian, renamed to median and moved to numpy.ma.extras for compatibility extras : introduced median from mstats mrecords: * fixed __array_finalize__ to keep the mask of a masked array when viewing it as a mrecarray * simplified _getdata
* Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.Stefan van der Walt2007-12-151-0/+331