Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move finfo into core. | David Cournapeau | 2009-09-16 | 1 | -59/+0 |
| | |||||
* | Fix finfo to work on all instances, not just NumPy scalars. | Stefan van der Walt | 2009-01-14 | 1 | -0/+4 |
| | |||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | -13/+15 |
| | | | | modules. | ||||
* | more janitorial work | Jarrod Millman | 2007-12-29 | 1 | -6/+4 |
| | |||||
* | Rename test classes to CapWords. | Stefan van der Walt | 2007-10-02 | 1 | -5/+5 |
| | |||||
* | Add iinfo based on a patch by Albert Strasheim (ticket #250). | Stefan van der Walt | 2007-05-13 | 1 | -1/+18 |
| | |||||
* | Replace ScipyTestCase with NumpyTestCase | cookedm | 2006-07-17 | 1 | -5/+5 |
| | |||||
* | More fixes... | Travis Oliphant | 2006-01-04 | 1 | -2/+2 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -4/+4 |
| | |||||
* | Moving things.. | Travis Oliphant | 2006-01-04 | 1 | -0/+38 |