summaryrefslogtreecommitdiff
path: root/numpy/lib/function_base.py
Commit message (Expand)AuthorAgeFilesLines
...
* trivial whitespace changes, more explicit importsTim Leslie2006-03-231-10/+10
* Add extra arguments to corrcoef.Travis Oliphant2006-03-161-2/+2
* Fix scalar case for corrcoefTravis Oliphant2006-03-161-1/+4
* Third time's the charm.Travis Oliphant2006-03-161-2/+3
* Fix cov and corrcoef in numpyTravis Oliphant2006-03-161-1/+1
* Fix cov and corrcoef in numpyTravis Oliphant2006-03-161-26/+32
* remove unused importsTim Leslie2006-03-131-4/+4
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-13/+13
* Fix-up error in piecewise.Travis Oliphant2006-03-011-1/+1
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initia...Pearu Peterson2006-02-241-1/+0
* Convert to arrays in piecewise. Improve error-handling of object-array conve...Travis Oliphant2006-01-291-1/+2
* Add test for column-vector bug in dotblas.Travis Oliphant2006-01-291-0/+2
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-13/+13
* Added new feature to .view method so that if the argument is a sub-type of th...Travis Oliphant2006-01-061-2/+3
* 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