summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: use tmp dir and check version for cython test (#15170)Matti Picus2019-12-262-17/+28
* DOC: Remove extraneous quoteKevin Sheppard2019-12-231-1/+1
* DOC: Correct documentation in choiceKevin Sheppard2019-12-231-13/+16
* DOC: Correct choice signatureKevin Sheppard2019-12-201-1/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-191-1/+1
* MAINT: Fix randint 0d limits and other 0d cleanups (#15126)Nico Schlömer2019-12-181-2/+1
* 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
* API, DOC: change names to multivariate_hypergeometric, improve docsmattip2019-12-043-12/+12
* 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