summaryrefslogtreecommitdiff
path: root/numpy/random/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove duplicate docstring and incorrect location of __all__ from np.r...Eric Wieser2018-08-121-9/+53
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
* MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-1/+1
* [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
* Optimization for pickling random statesmarkdepristo2014-06-021-1/+9
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-121-7/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-3/+3
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* TST: filter Cython warning on import of random module. Closes #2103.Ralf Gommers2012-04-151-1/+11
* FIX: Changed named to choice, reverted other changes.Chris Jordan-Squire2011-12-171-1/+6
* ENH: New sample function, bugs in tests fixedChris Jordan-Squire2011-12-161-2/+1
* Merge from documentation editor.Stefan van der Walt2008-08-051-0/+84
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-3/+3
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-2/+2
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initia...Pearu Peterson2006-02-241-2/+3
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+17