summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert to arrays in piecewise. Improve error-handling of object-array ↵Travis Oliphant2006-01-291-1/+2
| | | | conversions.
* Add test for column-vector bug in dotblas.Travis Oliphant2006-01-291-0/+2
|
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵Travis Oliphant2006-01-151-13/+13
| | | | .dtypechar -> .dtype.char
* Added new feature to .view method so that if the argument is a sub-type of ↵Travis Oliphant2006-01-061-2/+3
| | | | the ndarray, an object is returned with all the information of the array.
* Copy input for i0 calculation.Travis Oliphant2006-01-051-1/+1
|
* Cleaning up __all__ list and numpy namespace.Pearu Peterson2006-01-051-2/+2
|
* Add a few more docstrings using add_docstring.Travis Oliphant2006-01-051-2/+17
|
* Added i0 natively for kaiser windowTravis Oliphant2006-01-051-8/+96
|
* More fixes...Travis Oliphant2006-01-041-1/+0
|
* More numpy fixes...Travis Oliphant2006-01-041-74/+3
|
* Fixed libTravis Oliphant2006-01-041-5/+5
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-7/+7
|
* Moving things..Travis Oliphant2006-01-041-0/+815