summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/ma.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove deprecated modules numarray and oldnumeric.Charles Harris2013-09-231-2296/+0
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-13/+13
* 2to3: Apply types fixer.Charles Harris2013-04-141-13/+14
* Merge pull request #3241 from charris/2to3-apply-nonzero-fixerCharles Harris2013-04-141-0/+15
|\
| * 2to3: Apply nonzero fixer.Charles Harris2013-04-131-0/+15
* | 2to3: Apply renames fixer.Charles Harris2013-04-131-8/+16
|/
* Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-071-2/+1
|\
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-2/+1
* | 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
|/
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+3
* STY: Fix up some remaining old-style exceptions.Charles Harris2011-04-051-2/+2
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-1/+1
* STY: Update exception style, easy ones.Charles Harris2011-04-051-26/+26
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+3
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-2/+0
* Fix typo.Travis Oliphant2008-04-031-1/+1
* Fix-up a few errors in oldnumeric.Travis Oliphant2008-04-011-3/+3
* fix-up imports in oldnumeric/ma.pyTravis Oliphant2008-04-011-6/+6
* Add old ma.py interface to oldnumeric compatibility layer so that it stays th...Travis Oliphant2008-04-011-7/+2262
* Fix oldnumeric compatibility with maTravis Oliphant2008-03-131-2/+2
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+0
* Change default axis argument of average and several masked array functions. M...Travis Oliphant2006-08-131-0/+10
* Fixes for the recent change to oldnumericTravis Oliphant2006-08-051-8/+2
* More fixes to backward compatibilityTravis Oliphant2006-08-051-0/+11