summaryrefslogtreecommitdiff
path: root/numpy/random/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * API: make BitGenerators privatemattip2019-10-112-2/+3
| * API: rename common, bounded_integers -> _common, _bounded_integers; cleanupmattip2019-10-111-1/+1
| * BUG: random: Use correct length when axis is given to shuffle.Warren Weckesser2019-10-081-0/+9
| * BUG: random: Create a legacy implementation of random.binomial.Warren Weckesser2019-09-161-1/+17
| * Merge pull request #13829 from kianasun/add-permutation-axisMatti Picus2019-09-161-0/+45
| |\
| | * ENH: Improve permutation and shuffle functions on a given axisKexuan Sun2019-09-141-0/+45
| * | Merge pull request #14498 from mattip/random-namespaceRalf Gommers2019-09-151-21/+1
| |\ \
| | * | MAINT: remove the entropy c-extension modulemattip2019-09-131-21/+1
| | |/
| * | BUG: Fix randint when range is 2**32Kevin Sheppard2019-09-141-0/+11
| |/
| * BUG: Fix segfault in `random.permutation(x)` when x is a string. (#14241)Maxwell Aladago2019-08-222-0/+28
* | MAINT: remove stray commentsRedRuM2019-10-161-4/+0
* | TST: Parametrize tests using different methodsRedRuM2019-10-161-26/+11
* | Back out use_factor changes, to be restored in a separate PREric Wieser2019-10-161-40/+0
* | MNT: simplify the API by requiring the user to ensure the correct factor is s...RedRuM2019-08-181-2/+0
* | ENH: re-write the implementation with new keywords method and use_factorRedRuM2019-08-171-6/+81
* | REV: Undo all changes to codebaseRedRuM2019-08-171-50/+8
* | ENH: Add test cases for proposed API for samlping from a multivariate normal ...RedRuM2019-08-161-8/+50
|/
* test shuffle keywordGuillaume Horel2019-07-111-0/+3
* fix testsGuillaume Horel2019-07-111-2/+2
* fix testsGuillaume Horel2019-07-111-1/+1
* fix testsGuillaume Horel2019-07-111-2/+2
* ENH: Rename tests for default_rngRobert Kern2019-06-292-2/+2