| 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. | ||||
| * | Import NewAxis for numarray compatibility. | Stefan van der Walt | 2007-02-03 | 1 | -0/+1 |
| | | |||||
| * | Update C-API to add features needed for numarray compatibility. Output ↵ | Travis Oliphant | 2006-08-10 | 1 | -2/+5 |
| | | | | | argument added for several functions and clipmode argument added for a few others. | ||||
| * | Add numarray compatibility. | Travis Oliphant | 2006-08-08 | 1 | -2/+19 |
| | | |||||
| * | Add diagflat. Begin to add numarray compatibility | Travis Oliphant | 2006-08-02 | 1 | -0/+3 |
| | | |||||
| * | fix numarray package a bit. | Travis Oliphant | 2006-07-08 | 1 | -0/+2 |
| | | |||||
| * | Adding numarray C-API | Travis Oliphant | 2006-06-20 | 1 | -0/+0 |
