summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_polynomial.py
Commit message (Expand)AuthorAgeFilesLines
* Fix polyfit for 2D case and add test for same. Fixes ticket 697.Charles Harris2008-03-151-0/+15
* more janitorial workJarrod Millman2007-12-291-4/+4
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-1/+1
* Fix string conversion of polynomial when leading coefficients areStefan van der Walt2007-08-061-0/+12
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
* Add tests for tickets #312, #322, for polynomial roots and for settingStefan van der Walt2006-10-061-0/+4
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-171-1/+1
* Added NumpyTestCase.rundocs method to support running doc-tests via unittest ...Pearu Peterson2006-04-261-3/+2
* update tests to all run correctlyTim Leslie2006-03-131-0/+2
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-2/+0
* More fixes...Travis Oliphant2006-01-041-2/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
* Moving things..Travis Oliphant2006-01-041-0/+83