summaryrefslogtreecommitdiff
path: root/numpy/lib/convertcode.py
Commit message (Collapse)AuthorAgeFilesLines
* Change axis=0 to axis=None to be consistent with methods and move axis=0 ↵Travis Oliphant2006-08-041-160/+0
| | | | functions to oldnumeric
* Fix-up convertcode and CAPI docsTravis Oliphant2006-07-251-2/+1
|
* convertcode: replace ArrayType, NewAxis, and typecode =cookedm2006-07-131-4/+6
|
* Remove global symbols from numpy. Remove use of replacetypechars in convertcode.Travis Oliphant2006-07-121-4/+5
|
* Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵Travis Oliphant2006-06-121-2/+2
| | | | module and numpy does not contain all of the names.
* Add RNG interface and clean up old-interfaces to be separate from newer ones.Travis Oliphant2006-06-091-4/+5
|
* Use convertcode to replace matrixmultiply with dot. Add DeprecationWarning ↵Travis Oliphant2006-06-021-0/+2
| | | | to several old Numeric calls.
* change header comments into docstringsTim Leslie2006-03-231-21/+20
|
* Isolate Numeric compatibility to numpy.linalg.oldTravis Oliphant2006-03-151-1/+2
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-6/+3
| | | | extraneous whitespace
* Made dtypedescr name attribute always report bit-width; fixed memmap ↵Travis Oliphant2006-01-151-4/+15
| | | | slicing; Improved documentation of convertfile and convertall in convertcode.py
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵Travis Oliphant2006-01-151-1/+1
| | | | .dtypechar -> .dtype.char
* numpy.base -> numpyTravis Oliphant2006-01-051-1/+1
|
* Fixes to convertcode.pyTravis Oliphant2006-01-051-4/+4
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
|
* Change most setup.py filesTravis Oliphant2006-01-041-12/+12
|
* Moving things..Travis Oliphant2006-01-041-0/+147