summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* 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
* MAINT: random: Add assert() statements.Warren Weckesser2020-04-271-0/+11
* BUG: random: Generator.integers(2**32) always returned 0.Warren Weckesser2020-04-272-11/+46
* Merge pull request #16017 from charris/backport-15951Charles Harris2020-04-194-18/+32
|\
| * BUG: Alpha parameter must be 1D in `generator.dirichlet` (#15951)panpiort82020-04-194-18/+32
* | Add minor tests enhancementPan Jan2020-04-112-2/+2
* | Replace checks with direct function callPan Jan2020-04-112-8/+4
* | Add testing and replace checkPan Jan2020-04-114-4/+16
* | BUG: add check if pvals is 1d array in numpy.random.*.multinomialPan Jan2020-04-112-0/+4
|/
* Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normalMax Balandat2020-04-062-3/+26
* Documentation updated.przemb2020-03-012-31/+22
* Changes suggested in reviewprzemb2020-03-013-16/+11
* MAINT: Large overhead in some random functions #15460przemb2020-03-013-59/+53
* MAINT: remove dead code from reviewmattip2020-01-021-2/+2
* MAINT: unskip test on win32mattip2020-01-012-3/+2
* BUG: use tmp dir and check version for cython test (#15170)Matti Picus2019-12-262-17/+28
* API, DOC: change names to multivariate_hypergeometric, improve docsmattip2019-12-053-12/+12
* REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl"Charles Harris2019-12-043-10/+7
* Merge pull request #15007 from mattip/random-c-api2Ralf Gommers2019-12-034-89/+94
|\
| * API: revert changes to standard_t, cauchymattip2019-11-302-6/+6
| * API: rename functions in distributions.c,hmattip2019-11-292-60/+51
| * DOC, TST: refactor CFFI test, add file names to documentationmattip2019-11-292-35/+49
* | 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-274-5/+97
|\ \
| * | TST: skip cffi tests when PYTHONOPTIMIZE>1, pycparser failsmattip2019-11-212-0/+12
| * | API, MAINT: export symbols on MSVC, fix typosmattip2019-11-211-3/+3
| * | TST. API: test using distributions.h via cffimattip2019-11-212-2/+82
* | | Merge pull request #14948 from mattip/document-randomCharles Harris2019-11-2712-25/+315
|\ \ \
| * | | DOC: update note from reviewmattip2019-11-211-84/+84
| * | | MAINT: "See also" -> "See Also"mattip2019-11-211-23/+23
| * | | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcsmattip2019-11-2112-25/+315
* | | | TST: skip if cython is not availablemattip2019-11-221-0/+6
|/ / /
* | | DOC: Clean up examples of low-level random accessKevin Sheppard2019-11-214-21/+37
|/ /
* | DOC, MAINT: fix documentation, remove __init__.pymattip2019-11-201-0/+0
* | MAINT: move numpy/random/examples -> numpy/random/_examplesmattip2019-11-198-4/+4
* | DOC: Clarify return type for default rngKevin Sheppard2019-11-191-3/+7
* | API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-1918-298/+127
* | Merge pull request #14878 from mattip/remove-sse2Warren Weckesser2019-11-141-5/+0
|\ \
| * | BUILD: remove SSE2 flag from numpy.random buildsmattip2019-11-111-5/+0
* | | MAINT: Remove uses of scalar aliasesEric Wieser2019-11-137-32/+31
* | | MAINT: Delete and ignore generated filesEric Wieser2019-11-133-1593/+3
|/ /
* | merge latest changes on master branchRedRuM2019-11-0341-997/+3010
|\ \ | |/
| * DOC: random: Remove redundant 'See Also' entry in 'uniform' docstring.Warren Weckesser2019-10-281-1/+0
| * BUG: random: biased samples from integers() with 8 or 16 bit dtype.Warren Weckesser2019-10-242-16/+25
| * ENH: random: Add the multivariate hypergeometric distributionWarren Weckesser2019-10-186-3/+668
| * DOC: fix from reviewmattip2019-10-171-1/+1
| * TEST, DOC: fixes from reviewmattip2019-10-171-1/+1