summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric
Commit message (Collapse)AuthorAgeFilesLines
...
* Alter typeconv to ignore 'b'Travis Oliphant2006-08-051-16/+24
|
* Fixes for the recent change to oldnumericTravis Oliphant2006-08-0510-43/+92
|
* Final fixes to oldnumericTravis Oliphant2006-08-051-17/+24
|
* Fix-up oldnumeric compatibility layer.Travis Oliphant2006-08-053-5/+81
|
* More fixes to backward compatibilityTravis Oliphant2006-08-0511-103/+377
|
* Many name-changes in oldnumeric. This may break some numpy code that was ↵Travis Oliphant2006-08-048-42/+617
| | | | using the oldnumeric interface.
* Convert so that axis arguments are consistent for methods and functions. ↵Travis Oliphant2006-08-042-1/+15
| | | | Place functions for which this changes the Numeric default into oldnumeric.
* Strip white-space on element retrievalTravis Oliphant2006-08-031-1/+0
|
* Added histogram2d #161Travis Oliphant2006-07-011-2/+2
|
* Make the default array type float.Travis Oliphant2006-06-302-0/+51
|
* Expose deprecate functionTravis Oliphant2006-06-151-14/+9
|
* Fix-up oldnumeric moduleTravis Oliphant2006-06-122-0/+23
|
* Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵Travis Oliphant2006-06-122-0/+257
module and numpy does not contain all of the names.