summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/compat.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.