Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: f2py: convert test suite to Nose form | Pauli Virtanen | 2010-03-06 | 4 | -734/+0 |
| | | | | | | Rewrite F2Py's test suite, so that it is run as a part of Numpy's tests. These tests require compiling extension modules on-the-fly, so I added a small helper module for that. | ||||
* | Remove uses of set_package_path, set_local_path, restore_path, and | Alan McIntyre | 2008-07-05 | 1 | -3/+0 |
| | | | | associated sys.path manipulations. | ||||
* | 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 | -24/+25 |
| | | | | modules. | ||||
* | Clean up setup() calls. | Pearu Peterson | 2007-05-11 | 1 | -1/+1 |
| | |||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -1/+0 |
| | |||||
* | Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.product | Travis Oliphant | 2006-08-29 | 1 | -1/+1 |
| | |||||
* | Add axis arguments to various functions so as not to rely on the defaults. | Travis Oliphant | 2006-08-29 | 1 | -1/+1 |
| | |||||
* | Replace ScipyTestCase with NumpyTestCase | cookedm | 2006-07-17 | 1 | -1/+1 |
| | |||||
* | More f2py changes | Travis Oliphant | 2006-07-08 | 2 | -10/+10 |
| | |||||
* | Make ext module typespecs to use PyMODINIT_FUNC that is essential for ↵ | Pearu Peterson | 2006-04-24 | 1 | -1/+1 |
| | | | | mingw32 and c++ code combination to work correctly. | ||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -9/+9 |
| | | | | extraneous whitespace | ||||
* | Updated f2py tests to recent numpy CAPI. | Pearu Peterson | 2006-01-25 | 2 | -11/+16 |
| | |||||
* | Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵ | Travis Oliphant | 2006-01-15 | 1 | -2/+2 |
| | | | | .dtypechar -> .dtype.char | ||||
* | numpy.base -> numpy | Travis Oliphant | 2006-01-05 | 2 | -3/+3 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 3 | -6/+6 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 4 | -0/+732 |