summaryrefslogtreecommitdiff
path: root/numpy/random/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert changes to mtrandKevin Sheppard2020-12-112-6/+9
* BUG: Enforce high >= low on uniform number generatorsKevin Sheppard2020-12-112-0/+12
* TST: Make test suite work in FIPS (140-2) ModeNikola Forró2020-10-293-69/+69
* conversion of strings to fstringsJakob2020-10-245-13/+12
* ENH: random: Add the method `permuted` to Generator. (#15121)Warren Weckesser2020-09-021-0/+50
* BUG: Validate output size in bin- and multinomialKevin Sheppard2020-07-142-0/+20
* BLD: update cython to 0.29.21mattip2020-07-101-2/+2
* BUG: Ensure SeedSequence 0-padding does not collide with spawn keysRobert Kern2020-06-091-1/+27
* BUG: Correct broadcasting when size is not NoneKevin Sheppard2020-06-051-0/+41
* REF: Refactor jump codeKevin Sheppard2020-05-121-5/+11
* BUG: Correct loop order in MT19937 jumpKevin Sheppard2020-05-121-3/+43
* Merge pull request #16162 from mattip/add-pxdCharles Harris2020-05-071-3/+13
|\
| * TST: add tag to __init__.pxd and test that the tag is foundmattip2020-05-061-3/+13
* | BUG: Fix numpy.random.dirichlet returns NaN for small 'alpha' parameters. (#1...Benjamin Trendelkamp-Schroer2020-04-291-0/+25
|/
* TST: random: Skip a test if integers are 32 bit.Warren Weckesser2020-04-271-0/+2
* TST: random: Add more repeatability tests for random integers.Warren Weckesser2020-04-272-0/+45
* BUG: random: Generator.integers(2**32) always returned 0.Warren Weckesser2020-04-261-0/+15
* BUG: Alpha parameter must be 1D in `generator.dirichlet` (#15951)panpiort82020-04-182-0/+12
* Merge pull request #15876 from panpiort8/multinomial_pvals_1dMatti Picus2020-04-112-0/+12
|\
| * Add minor tests enhancementPan Jan2020-04-062-2/+2
| * Add testing and replace checkPan Jan2020-04-012-0/+12
* | BUG: random: Disallow p=0 in negative_binomialWarren Weckesser2020-04-051-0/+5
* | Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normalMax Balandat2020-04-041-0/+24
|/
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-263-24/+0
* BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-...Matti Picus2020-03-162-5/+33
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-2/+2
* STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-281-2/+3
* NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-213-7/+10
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-058-37/+37
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-032-3/+0
* MAINT: remove dead code from reviewmattip2019-12-271-1/+0
* MAINT: unskip test on win32mattip2019-12-271-1/+0
* BUG: use tmp dir and check version for cython test (#15170)Matti Picus2019-12-261-16/+23
* MAINT: random: Remove a few unused imports from test files.Warren Weckesser2019-12-153-3/+0
* Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-implRalf Gommers2019-12-063-10/+7
* Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-023-7/+10
|\
| * MAINT: revert change to assert_array_equal, adjust testsmattip2019-10-313-3/+6
| * DEP: issue deprecation warning when creating ragged array (NEP 34)mattip2019-10-313-4/+4
* | Merge pull request #14954 from mattip/test-extending-cffiCharles Harris2019-11-272-2/+22
|\ \
| * | TST: skip cffi tests when PYTHONOPTIMIZE>1, pycparser failsmattip2019-11-212-0/+12
| * | TST. API: test using distributions.h via cffimattip2019-11-211-2/+10
* | | TST: skip if cython is not availablemattip2019-11-221-0/+6
|/ /
* | MAINT: move numpy/random/examples -> numpy/random/_examplesmattip2019-11-191-3/+3
* | API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-191-0/+32
* | MAINT: Remove uses of scalar aliasesEric Wieser2019-11-134-15/+14
* | merge latest changes on master branchRedRuM2019-11-036-29/+271
|\ \ | |/
| * BUG: random: biased samples from integers() with 8 or 16 bit dtype.Warren Weckesser2019-10-241-2/+20
| * ENH: random: Add the multivariate hypergeometric distributionWarren Weckesser2019-10-181-1/+135
| * TEST, DOC: fixes from reviewmattip2019-10-171-1/+1
| * API: move bit_generator and generator to be privatemattip2019-10-112-2/+2