Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move converting code | Travis Oliphant | 2006-08-05 | 1 | -173/+0 |
| | |||||
* | Fix convertnumericA.py to fix transition from 'b' to 'B' | Travis Oliphant | 2006-08-05 | 1 | -2/+33 |
| | |||||
* | Fix uses of nonzero and add flatnonzero | Travis Oliphant | 2006-08-05 | 1 | -0/+3 |
| | |||||
* | Many name-changes in oldnumeric. This may break some numpy code that was ↵ | Travis Oliphant | 2006-08-04 | 1 | -15/+15 |
| | | | | using the oldnumeric interface. | ||||
* | Change axis=0 to axis=None to be consistent with methods and move axis=0 ↵ | Travis Oliphant | 2006-08-04 | 1 | -0/+139 |
functions to oldnumeric |