summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_random.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+2
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-5/+5
* TST: Implemented an unused test for np.random.randintMatteo Raso2022-08-251-17/+16
* BUG: random: Check 'writeable' flag in 'shuffle' and 'permuted'.warren2021-12-181-0/+6
* STY: Fix hanging indentation.Charles Harris2021-03-171-3/+3
* STY: Break long line.Charles Harris2021-03-171-1/+3
* BUG: Correct shuffling of objects in 1-d array likesSebastian Berg2021-02-221-0/+25
* TST: Add test for shuffle warning and assert stacklevelSebastian Berg2021-02-191-0/+12
* MAINT: gracefully shuffle memoryviewsTyler Reddy2021-02-011-0/+15
* TST: Make test suite work in FIPS (140-2) ModeNikola Forró2020-10-291-12/+12
* BUG: Alpha parameter must be 1D in `generator.dirichlet` (#15951)panpiort82020-04-181-0/+6
* Add minor tests enhancementPan Jan2020-04-061-1/+1
* Add testing and replace checkPan Jan2020-04-011-0/+6
* 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