summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.py
Commit message (Collapse)AuthorAgeFilesLines
* extras : dropped the m prefix in mediff1d, mvander, mpolyfitpierregm2008-05-141-9/+9
| | | | mrecords: fixed __setitem__ to update the mask if needed.
* extras: introduced mvander and mpolyfitpierregm2008-05-131-85/+160
|
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-13/+13
|
* core:pierregm2008-04-141-3/+0
| | | | | | | | | | | | | | fix_invalid : use isfinite & skip setting a mask is there's no invalid data _update_from: force the default hardmask to False (instead of relying on class default) extras: cleanup mrecords: modified to meet new standards (import numpy as np) __array_finalize__ : skip the call to _update_from and directly update __dict__ __setmask__ : allow an update from a valid fieldmask mask : as recognizable property
* core: pierregm2008-04-071-74/+26
| | | | | | | | | | compressed : make sure that the result is always an array. count : make sure that a regular ndarray is returned. added the get_fill_value function extras: added the expand_dims function deleted varu/stdu (redundant with the ddof=1 parameter)
* core : fixed sort when axis is Nonepierregm2008-03-221-9/+84
| | | | | | | 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
* BUG: Python 2.3 compatibility. We cannot use generator expressions in numpy.Robert Kern2008-03-111-1/+1
|
* comments cleaning and docstring updates.pierregm2008-02-071-38/+79
|
* Fix concatenator usage (patch by Pierre).Stefan van der Walt2008-01-201-5/+5
| | | | Change N to np in regression test.
* Reformat extras docstrings.Stefan van der Walt2007-12-151-109/+148
|
* Fix benchmarks. Remove remaining imports of maskedarray.Stefan van der Walt2007-12-151-1/+1
|
* Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.Stefan van der Walt2007-12-151-0/+722