Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3K: lib: poly1d __div__ -> __truediv__, and fix its doctests | Pauli Virtanen | 2010-02-21 | 1 | -7/+7 |
| | |||||
* | BUG: Check input to poly for zero-dimensional arrays. | Stefan van der Walt | 2010-02-08 | 1 | -0/+6 |
| | |||||
* | Fix formatting of complex coefficients in poly1d | Pauli Virtanen | 2009-04-24 | 1 | -0/+9 |
| | |||||
* | Fixed #1095: make polyint work well with object arrays | Pauli Virtanen | 2009-04-24 | 1 | -0/+23 |
| | |||||
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -2/+1 |
| | |||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -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 McIntyre | 2008-06-17 | 1 | -6/+8 |
| | | | | modules. | ||||
* | Fix polyfit for 2D case and add test for same. Fixes ticket 697. | Charles Harris | 2008-03-15 | 1 | -0/+15 |
| | |||||
* | more janitorial work | Jarrod Millman | 2007-12-29 | 1 | -4/+4 |
| | |||||
* | Rename test classes to CapWords. | Stefan van der Walt | 2007-10-02 | 1 | -1/+1 |
| | |||||
* | Fix string conversion of polynomial when leading coefficients are | Stefan van der Walt | 2007-08-06 | 1 | -0/+12 |
| | | | | zero. Closes ticket #564. | ||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -1/+1 |
| | |||||
* | Add tests for tickets #312, #322, for polynomial roots and for setting | Stefan van der Walt | 2006-10-06 | 1 | -0/+4 |
| | | | | elements in object arrays. | ||||
* | Replace ScipyTestCase with NumpyTestCase | cookedm | 2006-07-17 | 1 | -1/+1 |
| | |||||
* | Added NumpyTestCase.rundocs method to support running doc-tests via unittest ↵ | Pearu Peterson | 2006-04-26 | 1 | -3/+2 |
| | | | | machinery - needed for running tests via testoob. | ||||
* | update tests to all run correctly | Tim Leslie | 2006-03-13 | 1 | -0/+2 |
| | |||||
* | Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵ | Travis Oliphant | 2006-01-15 | 1 | -2/+0 |
| | | | | .dtypechar -> .dtype.char | ||||
* | More fixes... | Travis Oliphant | 2006-01-04 | 1 | -2/+2 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -3/+3 |
| | |||||
* | Moving things.. | Travis Oliphant | 2006-01-04 | 1 | -0/+83 |