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