summaryrefslogtreecommitdiff
path: root/numpy/lib/polynomial.py
Commit message (Expand)AuthorAgeFilesLines
...
* Change error exception to RankWarning.Charles Harris2006-10-161-19/+65
* Make sure order is an integerCharles Harris2006-10-151-1/+1
* Set rcond to precision of x as default.Charles Harris2006-10-151-2/+13
* Scale the x vector in polyfit to improve condition of Vandermonde matrix.Charles Harris2006-10-141-18/+48
* Mention scaling in the polyfit docstring.Charles Harris2006-10-131-8/+13
* Add a rcond parameter to the polyfit function and give it the double precisionCharles Harris2006-10-131-12/+25
* Fix ticket #323 --- problem with roots all zeros and all zero coefficients.Travis Oliphant2006-10-051-1/+5
* Fix uses of nonzero and add flatnonzeroTravis Oliphant2006-08-051-1/+1
* Fix defect #28Travis Oliphant2006-03-121-2/+2
* Add __eq__ and __ne__ to poly1dcookedm2006-02-281-0/+6
* Minor style improvements for polynomial.pycookedm2006-02-211-4/+7
* Fix bad use of .dtypeTravis Oliphant2006-01-151-2/+2
* Remove deconvolveTravis Oliphant2006-01-051-19/+0
* Added i0 natively for kaiser windowTravis Oliphant2006-01-051-1/+1
* Final commit before merge to trunk.Travis Oliphant2006-01-041-1/+1
* Fixed libTravis Oliphant2006-01-041-3/+3
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-5/+5
* Moving things..Travis Oliphant2006-01-041-0/+554