| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
numpy.distutils. This warning triggered when setuptools was imported first.
|
| |
|
|
| |
message on the situation that triggered this issue: numpy.distutils must always be imported before distutils.
|
| |
|
|
| |
importing numpy during numpy import.
|
| |
|
|
| |
packages.
|
| | |
|
| |
|