summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/compat.py
Commit message (Collapse)AuthorAgeFilesLines
* 3K: ENH: make oldnumeric to import -- but don't implement ↵Pauli Virtanen2010-02-211-6/+14
| | | | oldnumeric.Unpickler as it's not straightforward to do
* Rewrapped __all__ definition to conform to PEP8.Alan McIntyre2008-09-131-1/+1
| | | | | | | Standardize NumPy import as "import numpy as np". Removed unused imports. Fixed undefined reference to ndarray (should be np.ndarray). Fixed undefined references to exp (should be math.exp).
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-3/+3
|
* Fix typo from last checkin.Travis Oliphant2008-03-251-1/+1
|
* Improve support for old pickles.Travis Oliphant2008-03-251-1/+44
|
* clean up unused imports and bad whitespaceTim Leslie2007-01-091-4/+1
|
* Whitespace cleanup.Stefan van der Walt2007-01-081-3/+2
|
* Fix typo in oldnumeric and add Rick White's improvement to histogram for ↵Travis Oliphant2006-12-141-1/+1
| | | | large arrays.
* Un-deprecate some names in Numeric.Travis Oliphant2006-08-051-15/+5
|
* Fix-up oldnumeric compatibility layer.Travis Oliphant2006-08-051-2/+9
|
* More fixes to backward compatibilityTravis Oliphant2006-08-051-98/+4
|
* Many name-changes in oldnumeric. This may break some numpy code that was ↵Travis Oliphant2006-08-041-1/+1
| | | | using the oldnumeric interface.
* Convert so that axis arguments are consistent for methods and functions. ↵Travis Oliphant2006-08-041-1/+3
| | | | Place functions for which this changes the Numeric default into oldnumeric.
* Strip white-space on element retrievalTravis Oliphant2006-08-031-1/+0
|
* Expose deprecate functionTravis Oliphant2006-06-151-14/+9
|
* Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵Travis Oliphant2006-06-121-0/+171
module and numpy does not contain all of the names.