summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_polynomial.py
Commit message (Collapse)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
| | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc.
* Switched to use nose to run tests. Added test and bench functions to all ↵Alan McIntyre2008-06-171-6/+8
| | | | modules.
* 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
| | | | zero. Closes ticket #564.
* 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
| | | | elements in object arrays.
* 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
| | | | machinery - needed for running tests via testoob.
* update tests to all run correctlyTim Leslie2006-03-131-0/+2
|
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵Travis Oliphant2006-01-151-2/+0
| | | | .dtypechar -> .dtype.char
* 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