summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_polynomial.py
Commit message (Expand)AuthorAgeFilesLines
* 3K: lib: poly1d __div__ -> __truediv__, and fix its doctestsPauli Virtanen2010-02-211-7/+7
* BUG: Check input to poly for zero-dimensional arrays.Stefan van der Walt2010-02-081-0/+6
* Fix formatting of complex coefficients in poly1dPauli Virtanen2009-04-241-0/+9
* Fixed #1095: make polyint work well with object arraysPauli Virtanen2009-04-241-0/+23
* ran reindentJarrod Millman2008-08-081-2/+1
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+2
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-6/+8
* 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