summaryrefslogtreecommitdiff
path: root/numpy/lib/convertcode.py
Commit message (Expand)AuthorAgeFilesLines
* Change axis=0 to axis=None to be consistent with methods and move axis=0 func...Travis Oliphant2006-08-041-160/+0
* 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 mod...Travis Oliphant2006-06-121-2/+2
* 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 t...Travis Oliphant2006-06-021-0/+2
* 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 ex...cookedm2006-03-101-6/+3
* Made dtypedescr name attribute always report bit-width; fixed memmap slicing;...Travis Oliphant2006-01-151-4/+15
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-1/+1
* 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