summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | 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
| * DOC: typos from reviewmattip2019-10-151-1/+1
| * DOC: clean up for moved references, remove ISeedSequencemattip2019-10-138-33/+27
| * API: move bit_generator and generator to be privatemattip2019-10-1116-26/+17
| * API: remove unused functions from distributions.hmattip2019-10-113-39/+36
| * API: refactor function names in distribution.{h,c}, refactor float_fillmattip2019-10-117-262/+117
| * API: make BitGenerators privatemattip2019-10-1111-25/+25