Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove UserArray.py and dft sub-package. | Travis Oliphant | 2006-09-20 | 1 | -3/+0 |
| | |||||
* | Add back dft stub and alter warning. | Travis Oliphant | 2006-08-04 | 1 | -1/+1 |
| | |||||
* | Add back a compatibility UserArray. | Travis Oliphant | 2006-08-04 | 1 | -0/+3 |
| | |||||
* | Many name-changes in oldnumeric. This may break some numpy code that was ↵ | Travis Oliphant | 2006-08-04 | 1 | -217/+0 |
| | | | | using the oldnumeric interface. | ||||
* | Fix UserArray. | Travis Oliphant | 2006-07-06 | 1 | -1/+1 |
| | |||||
* | fix typo. | Travis Oliphant | 2006-04-18 | 1 | -1/+1 |
| | |||||
* | Fix bad __getattr__ code causing recursion. | Travis Oliphant | 2006-04-18 | 1 | -0/+2 |
| | |||||
* | use docstring header, fix 'import *', remove duplicate definition of ↵ | Tim Leslie | 2006-03-23 | 1 | -13/+12 |
| | | | | __float__, change first arg of method from 'a' to 'self' | ||||
* | remove unused imports | Tim Leslie | 2006-03-13 | 1 | -1/+0 |
| | |||||
* | Modest improvements to UserArray attribute access. | Travis Oliphant | 2006-02-28 | 1 | -18/+11 |
| | |||||
* | Add check for rint and a default implementation if not present. Make ↵ | Travis Oliphant | 2006-02-24 | 1 | -1/+1 |
| | | | | UserArray a new-style class. | ||||
* | Fix scalar-multiply dotblas error for non-double types. Preserve more ↵ | Travis Oliphant | 2006-02-23 | 1 | -0/+3 |
| | | | | matrices through functions | ||||
* | Fix _AIX bug and add UserArray for container class backward compatibility. | Travis Oliphant | 2006-02-23 | 1 | -0/+221 |