summaryrefslogtreecommitdiff
path: root/numpy/lib/utils.py
Commit message (Collapse)AuthorAgeFilesLines
...
* For `deprecated`, include a note about the function being deprecated in its ↵cookedm2006-06-151-0/+9
| | | | | | docstring. Also set the __name__ attribute and copy over function attributes.
* Expose deprecate functionTravis Oliphant2006-06-151-1/+9
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-4/+4
| | | | extraneous whitespace
* Change arrtype --> sctype so that dtype is given pre-eminance in determining ↵Travis Oliphant2006-01-311-4/+4
| | | | array type.
* Fixed up usage of dtype to be consistent with new dtype objects.Travis Oliphant2006-01-171-4/+4
|
* numpy.base -> numpyTravis Oliphant2006-01-051-1/+1
|
* Fixed libTravis Oliphant2006-01-041-1/+1
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-8/+8
|
* Moving things..Travis Oliphant2006-01-041-0/+28