summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/misc.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove deprecated modules numarray and oldnumeric.Charles Harris2013-09-231-37/+0
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-7/+6
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-1/+3
* 3K: ENH: make oldnumeric to import -- but don't implement oldnumeric.Unpickle...Pauli Virtanen2010-02-211-0/+7
* Improve support for old pickles.Travis Oliphant2008-03-251-18/+5
* NotImplementedError is the exception, not NotImplementedRobert Kern2008-03-241-4/+4
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
* Fix the fromfunction routine to use float as default. Update oldnumeric and ...Travis Oliphant2006-09-281-2/+2
* Switch order of .put arguments to match the function call. Eliminate .putmas...Travis Oliphant2006-09-221-6/+6
* Merge changes mistakenly added to 1.0b4 tag to the main trunkTravis Oliphant2006-08-281-2/+3
* Change default axis argument of average and several masked array functions. M...Travis Oliphant2006-08-131-2/+2
* Add output arguments to a few more functions for consistencyTravis Oliphant2006-08-101-5/+5
* Un-deprecate some names in Numeric.Travis Oliphant2006-08-051-3/+4
* Fixes for the recent change to oldnumericTravis Oliphant2006-08-051-2/+2
* Fix-up oldnumeric compatibility layer.Travis Oliphant2006-08-051-1/+38
* More fixes to backward compatibilityTravis Oliphant2006-08-051-0/+3