summaryrefslogtreecommitdiff
path: root/numpy/core/ma.py
Commit message (Expand)AuthorAgeFilesLines
...
* fixed filled(masked)sasha2006-01-171-1/+1
* Fixed up usage of dtype to be consistent with new dtype objects.Travis Oliphant2006-01-171-8/+10
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-27/+21
* fixed domains for arccosh and arctanhsasha2006-01-141-2/+2
* use extended {{{__array_wrap__}}} in masasha2006-01-141-7/+35
* fixed printing of masked zero-rank arrayssasha2006-01-141-0/+3
* introduced nomask = None constantsasha2006-01-121-113/+114
* made 'masked' rank-0sasha2006-01-121-2/+1
* started filling in missing ma.array methodssasha2006-01-111-0/+70
* Undo r1855. x[m] does not raise ValueError anymore.sasha2006-01-091-1/+1
* Fixed a failure in test_ma reported by Nils Wagnersasha2006-01-081-1/+1
* Fixed the case when scalar mask is not None but False (see r1850)sasha2006-01-081-1/+3
* Fixed printing of masked arrayssasha2006-01-081-0/+4
* Fixed the following bug:sasha2006-01-081-1/+7
* Fix-up so that masked array returns masked array when ufunc does the adding.Travis Oliphant2006-01-061-0/+7
* Fixed printing of the masked objectssasha2006-01-061-0/+6
* Added i0 natively for kaiser windowTravis Oliphant2006-01-051-1/+1
* Re-added sasha's 1780 patchesTravis Oliphant2006-01-051-46/+42
* More numpy fixes...Travis Oliphant2006-01-041-2/+1
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-5/+5
* rename sub-packagesTravis Oliphant2006-01-041-0/+2062