summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_random.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-9/+9
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-1/+0
* MAINT: Remove uses of scalar aliasesEric Wieser2019-11-131-1/+1
* Merge pull request #13163 from mattip/randomgenSebastian Berg2019-05-281-11/+19
|\
| * STY: Clean up codeKevin Sheppard2019-05-271-8/+16
| * BUG: Change renamed attributeKevin Sheppard2019-05-231-1/+1
| * MAINT: Implement API changes for randomgen-derived codemattip2019-05-201-2/+2
* | Deprecate collapsing shape-1 dtype fields to scalars.Antony Lee2019-05-241-2/+1
* | MAINT: Fix errors seen on new python 3.8Sebastian Berg2019-05-211-2/+4
|/
* Merge pull request #12547 from bashtage/mvnormal-tol-checkAllan Haldane2019-03-211-0/+6
|\
| * ENH: Cast covariance to double in random mvnormalKevin Sheppard2018-12-141-0/+6
* | Added issue number in commentBharat123Rox2019-03-051-0/+1
* | Added more tests as suggested by @eric-wieserBharat123Rox2019-03-051-0/+2
* | Fix #13087 by raising a ValueError and adding a unit test for itBharat123Rox2019-03-051-0/+1
* | DOC: Fix Wald docstringKevin Sheppard2019-02-181-0/+2
* | BUG: Ensure probabilities are not NaN in choiceKevin Sheppard2018-12-141-0/+5
|/
* BUG: random: Fix handling of a=0 for numpy.random.weibull.Warren Weckesser2018-11-121-1/+2
* Merge pull request #11771 from asnasnasn/shuf-mmMatti Picus2018-10-121-0/+4
|\
| * BUG: Make `random.shuffle` work on 1-D instances of `ndarray` subclassesWenjamin Petrenko2018-08-181-0/+4
* | MAINT: remove redundant importsmattip2018-09-091-1/+0
* | MAINT: reformat line spacing before test methodsmattip2018-08-191-1/+0
|/
* fixes from reviewmattip2018-06-211-4/+5
* ENH: Allow size=0 in numpy.random.choicemattip2018-06-191-0/+8
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-1/+1
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-4/+1
* More misc. typosluz.paz2018-01-041-1/+1
* BUG: Prevent invalid array shapes in seedKevin Sheppard2017-10-181-0/+7
* BUG: Check for NaN parameter in random.zipf.Charles Harris2017-10-061-2/+6
* ENH: Remove unnecessary restriction in noncen-fKevin Sheppard2017-08-221-1/+7
* BUG: Missing dirichlet input validationKevin Sheppard2017-08-171-0/+5
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-10/+10
* TST: Remove unittest dependencies in numpy/random/tests.Charles Harris2017-07-241-27/+28
* BUG: Buttress handling of extreme values in randintgfyoung2017-05-091-1/+44
* BUG: Check for errors when PyInt_AsLong is called in np.randomSimon Gibbons2017-04-021-8/+15
* Fix testSimon Gibbons2017-04-011-1/+1
* BUG: Ensure Errors are correctly checked when PyFloat_AsDouble is called.Simon Gibbons2017-04-011-0/+14
* DOC: update docs and comments for move of mailing list to python.orgRalf Gommers2017-03-261-1/+1
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-2/+1
* Revert gh-8570.Charles Harris2017-03-131-40/+0
* Merge pull request #8570 from evanlimanto/random-permutation-shuffle-fixEric Wieser2017-03-121-0/+40
|\
| * BUG: fix issue #8250 where np.random.permutation fails when np.array gets cal...Evan Limanto2017-03-101-0/+40
* | BUG: Fix assert statements in random.choice testsMarein Könings2017-02-281-5/+5
|/
* TST: work around isfinite inconsistency on i386Julian Taylor2017-01-171-1/+3
* TST: remove a duplicate test. Closes gh-8447.Ralf Gommers2017-01-061-4/+0
* fixed merged testOscar Villellas2017-01-031-14/+8
* Merge remote-tracking branch 'numpy-org/master' into mult-normOscar Villellas2017-01-031-94/+916
|\
| * BUG: Better check for invalid bounds in np.random.uniform.Alistair Muldal2016-11-021-0/+2
| * TST: Use new warnings context manager in all testsSebastian Berg2016-09-021-11/+15
| * Merge pull request #5822 from anntzer/0-scale-distributionsNathaniel J. Smith2016-06-221-0/+40
| |\
| | * Don't allow -0. as distribution shape parameter.Antony Lee2016-06-091-0/+10