summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix ticket #252Travis Oliphant2006-08-171-1/+1
|
* Fix error in oldnumeric.emptyTravis Oliphant2006-08-161-1/+1
|
* Fix Python 2.5 compatibility to work with new b3 releaseTravis Oliphant2006-08-142-2/+2
|
* Remove un-needed functions.Travis Oliphant2006-08-141-2/+2
|
* Restore numpy.oldnumeric.mlab.cov to MLab.cov behaviorTravis Oliphant2006-08-131-4/+29
|
* Change default axis argument of average and several masked array functions. ↵Travis Oliphant2006-08-133-3/+17
| | | | Move old behaviors to compatibility layer.
* Finished up numpy.numarray.alter_code1Travis Oliphant2006-08-102-2/+2
|
* Add output arguments to a few more functions for consistencyTravis Oliphant2006-08-102-7/+16
|
* Minor changes to alter_code scriptsTravis Oliphant2006-08-051-1/+1
|
* Un-deprecate some names in Numeric.Travis Oliphant2006-08-055-21/+46
|
* Move converting codeTravis Oliphant2006-08-052-0/+308
|
* Update eye and tri to take dtype in mlabTravis Oliphant2006-08-051-5/+5
|
* 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.