summaryrefslogtreecommitdiff
path: root/numpy/ma/extras.py
Commit message (Expand)AuthorAgeFilesLines
* ran reindentJarrod Millman2008-08-081-7/+7
* corepierregm2008-08-071-48/+82
* * added cov and corrcoef to ma.extras for compatibilitypierregm2008-08-051-15/+138
* Merge from documentation editor.Stefan van der Walt2008-08-051-8/+105
* * extras: fixed the definition of medianpierregm2008-08-041-11/+8
* BUG: missing import.Robert Kern2008-07-291-0/+1
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-051-1/+1
* Reduce numpy's import times by delaying a few time consuming imports to the p...Robert Kern2008-07-031-5/+2
* mrecords : Make sure a field shares its mask with the whole arraypierregm2008-05-291-1/+1
* fixed whitespace w/ reindentJarrod Millman2008-05-221-3/+3
* mrecords : fixed fromarrays when importing only one recordpierregm2008-05-161-22/+22
* extras : dropped the m prefix in mediff1d, mvander, mpolyfitpierregm2008-05-141-9/+9
* 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
* core: pierregm2008-04-071-74/+26
* core : fixed sort when axis is Nonepierregm2008-03-221-9/+84
* 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
* 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