Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -0/+4 |
| | | | | modules. | ||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -2/+1 |
| | |||||
* | Fixes for the recent change to oldnumeric | Travis Oliphant | 2006-08-05 | 1 | -1/+2 |
| | |||||
* | More fixes to backward compatibility | Travis Oliphant | 2006-08-05 | 1 | -4/+20 |
| | |||||
* | Many name-changes in oldnumeric. This may break some numpy code that was ↵ | Travis Oliphant | 2006-08-04 | 1 | -15/+7 |
| | | | | using the oldnumeric interface. | ||||
* | Convert so that axis arguments are consistent for methods and functions. ↵ | Travis Oliphant | 2006-08-04 | 1 | -0/+12 |
| | | | | Place functions for which this changes the Numeric default into oldnumeric. | ||||
* | Make the default array type float. | Travis Oliphant | 2006-06-30 | 1 | -0/+6 |
| | |||||
* | Fix-up oldnumeric module | Travis Oliphant | 2006-06-12 | 1 | -0/+15 |