| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
value. The functions now match their documentation. Fixes ticket #1182,
patch from rgommers.
|
| |
|
|
|
|
| |
extraneous output.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
modules.
|
| |
|
|
using the oldnumeric interface.
|