summaryrefslogtreecommitdiff
path: root/numpy/lib/UserArray.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove UserArray.py and dft sub-package.Travis Oliphant2006-09-201-3/+0
|
* Add back dft stub and alter warning.Travis Oliphant2006-08-041-1/+1
|
* Add back a compatibility UserArray.Travis Oliphant2006-08-041-0/+3
|
* Many name-changes in oldnumeric. This may break some numpy code that was ↵Travis Oliphant2006-08-041-217/+0
| | | | using the oldnumeric interface.
* Fix UserArray.Travis Oliphant2006-07-061-1/+1
|
* fix typo.Travis Oliphant2006-04-181-1/+1
|
* Fix bad __getattr__ code causing recursion.Travis Oliphant2006-04-181-0/+2
|
* use docstring header, fix 'import *', remove duplicate definition of ↵Tim Leslie2006-03-231-13/+12
| | | | __float__, change first arg of method from 'a' to 'self'
* remove unused importsTim Leslie2006-03-131-1/+0
|
* Modest improvements to UserArray attribute access.Travis Oliphant2006-02-281-18/+11
|
* Add check for rint and a default implementation if not present. Make ↵Travis Oliphant2006-02-241-1/+1
| | | | UserArray a new-style class.
* Fix scalar-multiply dotblas error for non-double types. Preserve more ↵Travis Oliphant2006-02-231-0/+3
| | | | matrices through functions
* Fix _AIX bug and add UserArray for container class backward compatibility.Travis Oliphant2006-02-231-0/+221