summaryrefslogtreecommitdiff
path: root/numpy/core/ma.py
Commit message (Expand)AuthorAgeFilesLines
* Make .T == .transpose()Travis Oliphant2006-07-071-5/+1
* Remove .M .A .H attribute. Keep .T attribute as .transpose for >=2d. Create...Travis Oliphant2006-07-071-20/+11
* Add .M .A .T .H attributes to MATravis Oliphant2006-07-061-0/+20
* Fix up failing tests.Travis Oliphant2006-07-021-0/+5
* Make the default array type float.Travis Oliphant2006-06-301-5/+4
* Cleaned up casting code to also handle broadcasting. Several SciPy tests are...Travis Oliphant2006-06-221-1/+1
* Check-in name-space changes so that numpy.oldnumeric is the compatibility mod...Travis Oliphant2006-06-121-34/+34
* Remove deprecated names from ma and tests.Travis Oliphant2006-06-021-10/+14
* fixed mask calculation in cum* methodssasha2006-04-071-2/+2
* more array methods in ma (thanks Pierre GM <pgmdevlist@mailcan.com>)sasha2006-04-061-8/+44
* Changed fortran= keywords to order= keywordsTravis Oliphant2006-03-241-5/+5
* Removed branches that use undefined "_wrapit"sasha2006-03-221-17/+6
* * More array methods thanks to Pierre GM <pgmdevlist@mailcan.com>sasha2006-03-221-7/+47
* remove 'from numerictypes import *'Tim Leslie2006-03-191-1/+1
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-15/+15
* Change error raise to warning when __array_() is called with no contextTravis Oliphant2006-03-101-4/+9
* removed checks for the mask shape; fixes ticket:19 by timlsasha2006-03-061-24/+0
* code cleanup for ma.py by timlsasha2006-03-061-49/+49
* fixed ma.nonzerosasha2006-03-051-1/+8
* made ma friendlier to pydocsasha2006-03-011-0/+2
* implemented ndim attributesasha2006-03-011-1/+4
* added rint ufunc and ndarray.roundsasha2006-02-241-0/+1
* fixed max and minsasha2006-02-181-2/+14
* support passing arrays with non-trivial mask to ufuncssasha2006-02-161-8/+14
* fixed alltrue and sometruesasha2006-01-261-2/+2
* take advantage of nomask=False_sasha2006-01-201-7/+4
* changed nomask from None to False_sasha2006-01-201-1/+1
* Made ma immune to a bug in choosesasha2006-01-201-14/+6
* 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