summaryrefslogtreecommitdiff
path: root/numpy/random/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge from documentation editor.Stefan van der Walt2008-08-051-0/+84
|
* Restore old test framework classes.Alan McIntyre2008-06-211-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 McIntyre2008-06-171-3/+3
| | | | modules.
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-2/+2
| | | | extraneous whitespace
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid ↵Pearu Peterson2006-02-241-2/+3
| | | | initiating Scipy/NumpyTest during imports.
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+17