summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* MAINT: precompute log(2.0 * M_PI) in `random_loggam' (gh-16237)Elia Franzella2020-05-191-10/+12
* Merge pull request #16156 from WarrenWeckesser/deprecate-dualSebastian Berg2020-05-192-4/+4
|\
| * DEP: Deprecate `numpy.dual`.Warren Weckesser2020-05-042-4/+4
* | Merge pull request #16153 from bashtage/fix-mt19937-jumpCharles Harris2020-05-136-329/+210
|\ \
| * | DOC: Update docstringKevin Sheppard2020-05-121-4/+3
| * | DOC: Improve the docstring for MT19937.jumpedKevin Sheppard2020-05-121-0/+18
| * | MAINT: Remove unused fileKevin Sheppard2020-05-121-215/+0
| * | REF: Refactor jump codeKevin Sheppard2020-05-124-121/+154
| * | BUG: Correct loop order in MT19937 jumpKevin Sheppard2020-05-123-6/+52
* | | DOC: Fix Generator.choice docstringKevin Sheppard2020-05-132-2/+2
|/ /
* | 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
* | | Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+2
| |/ |/|
* | MAINT: Fix random.PCG64 signature in its docstring (#16113)ndunnewind2020-04-291-1/+1
* | BUG: Fix numpy.random.dirichlet returns NaN for small 'alpha' parameters. (#1...Benjamin Trendelkamp-Schroer2020-04-292-13/+97
|/
* 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-261-0/+11
* BUG: random: Generator.integers(2**32) always returned 0.Warren Weckesser2020-04-262-11/+46
* DOC: add a note on sampling 2-D arrays to random.choice docstringRalf Gommers2020-04-251-0/+5
* BUG: missing 'f' prefix for fstringmattip2020-04-221-1/+1
* BUG: Alpha parameter must be 1D in `generator.dirichlet` (#15951)panpiort82020-04-184-18/+32
* Merge pull request #15876 from panpiort8/multinomial_pvals_1dMatti Picus2020-04-114-4/+16
|\
| * Add minor tests enhancementPan Jan2020-04-062-2/+2
| * Replace checks with direct function callPan Jan2020-04-012-8/+4
| * Add testing and replace checkPan Jan2020-04-014-4/+16
| * BUG: add check if pvals is 1d array in numpy.random.*.multinomialPan Jan2020-03-312-0/+4
* | Typo in the `mtrand.pyx` was fixedAndrei Shirobokov2020-04-081-1/+1
* | BUG: random: Disallow p=0 in negative_binomialWarren Weckesser2020-04-052-3/+8
* | Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normalMax Balandat2020-04-042-3/+26
|/
* 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-1611-149/+244
* convert shebang from python to python3 (#15687)Changqing Li2020-03-042-2/+2
* BUG: fix doctest exception messagesmattip2020-02-281-1/+1
* DOC: Document caveat in random.uniformmattip2020-02-151-2/+9
* Merge pull request #15465 from mwtoews/importsSebastian Berg2020-02-071-2/+2
|\
| * MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-2/+2
* | Documentation updated.przemb2020-02-062-31/+22
* | Changes suggested in reviewprzemb2020-02-053-16/+11
* | MAINT: Large overhead in some random functions #15460przemb2020-02-053-59/+53
|/
* DOC: Correct get_state docKevin Sheppard2020-01-311-5/+7
* 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 unnecessary calls to PyArray_DATA from binomial functionsAlex Henrie2020-01-192-2/+0
* BLD: use 0.3.7 release version, add dependency on libgfortran5mattip2020-01-172-2/+2
* DOC: fix typosBrian Wignall2020-01-141-1/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-058-37/+37
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-034-7/+0
* MAINT: remove dead code from reviewmattip2019-12-271-1/+0
* MAINT: unskip test on win32mattip2019-12-272-3/+2