Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Make fftshift and ifftshift accept integer arguments for the axes | Charles Harris | 2010-05-10 | 1 | -0/+8 |
| | | | | | value. The functions now match their documentation. Fixes ticket #1182, patch from rgommers. | ||||
* | DEP: Fix more files for unittest deprecated functions. It isn't clear why these | Charles Harris | 2010-02-21 | 1 | -1/+1 |
| | | | | tests didn't issue deprecation warnings. Are they being run? | ||||
* | Removed unused imports. | Alan McIntyre | 2008-09-09 | 2 | -2/+0 |
| | |||||
* | Clean up test output such that a completely-passing test suite has no ↵ | Robert Kern | 2008-07-03 | 2 | -4/+0 |
| | | | | extraneous output. | ||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 2 | -2/+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 | 2 | -13/+15 |
| | | | | modules. | ||||
* | janitorial work | Jarrod Millman | 2007-12-29 | 1 | -7/+7 |
| | |||||
* | Increase test code coverage. Add documentation. | Stefan van der Walt | 2007-12-03 | 1 | -2/+14 |
| | |||||
* | Rename test classes to CapWords. | Stefan van der Walt | 2007-10-02 | 2 | -3/+3 |
| | |||||
* | Add test for fftpack. | Stefan van der Walt | 2006-11-20 | 1 | -0/+12 |
| | |||||
* | Many name-changes in oldnumeric. This may break some numpy code that was ↵ | Travis Oliphant | 2006-08-04 | 1 | -0/+45 |
using the oldnumeric interface. |