summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_random.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Missing dirichlet input validationKevin Sheppard2017-08-171-0/+5
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-10/+10
* TST: Remove unittest dependencies in numpy/random/tests.Charles Harris2017-07-241-27/+28
* BUG: Buttress handling of extreme values in randintgfyoung2017-05-091-1/+44
* BUG: Check for errors when PyInt_AsLong is called in np.randomSimon Gibbons2017-04-021-8/+15
* Fix testSimon Gibbons2017-04-011-1/+1
* BUG: Ensure Errors are correctly checked when PyFloat_AsDouble is called.Simon Gibbons2017-04-011-0/+14
* DOC: update docs and comments for move of mailing list to python.orgRalf Gommers2017-03-261-1/+1
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-2/+1
* Revert gh-8570.Charles Harris2017-03-131-40/+0
* Merge pull request #8570 from evanlimanto/random-permutation-shuffle-fixEric Wieser2017-03-121-0/+40
|\
| * BUG: fix issue #8250 where np.random.permutation fails when np.array gets cal...Evan Limanto2017-03-101-0/+40
* | BUG: Fix assert statements in random.choice testsMarein Könings2017-02-281-5/+5
|/
* TST: work around isfinite inconsistency on i386Julian Taylor2017-01-171-1/+3
* TST: remove a duplicate test. Closes gh-8447.Ralf Gommers2017-01-061-4/+0
* fixed merged testOscar Villellas2017-01-031-14/+8
* Merge remote-tracking branch 'numpy-org/master' into mult-normOscar Villellas2017-01-031-94/+916
|\
| * BUG: Better check for invalid bounds in np.random.uniform.Alistair Muldal2016-11-021-0/+2
| * TST: Use new warnings context manager in all testsSebastian Berg2016-09-021-11/+15
| * Merge pull request #5822 from anntzer/0-scale-distributionsNathaniel J. Smith2016-06-221-0/+40
| |\
| | * Don't allow -0. as distribution shape parameter.Antony Lee2016-06-091-0/+10
| | * Allow many distributions to have a scale of 0.Antony Lee2016-04-061-0/+30
| * | MAINT: Ignore DeprecationWarning for random_integers in tests.Charles Harris2016-04-101-9/+13
| |/
| * BUG: Make randint backwards compatible with pandasgfyoung2016-02-191-6/+15
| * BUG: Enforce dtype for randint singletonsgfyoung2016-02-161-0/+9
| * BUG: One element array inputs get one element arrays returned in np.randomgfyoung2016-01-241-1/+86
| * TST: Added broadcasting tests in test_random.pygfyoung2016-01-231-81/+635
| * Revert to non-generative test.Antony Lee2016-01-161-5/+4
| * MAINT: memcpy-based ~4x faster, typed shuffle.Antony Lee2016-01-161-23/+28
| * DEP: Deprecate random_integersgfyoung2016-01-101-0/+16
| * Merge pull request #6910 from charris/add-64-bit-random-intCharles Harris2016-01-031-0/+77
| |\
| | * TST: Add tests for new randint functionality.Charles Harris2016-01-021-0/+77
| * | MAINT: Cleaned up unused variables and spelling mistakes in np.random modulesgfyoung2015-12-291-1/+1
| |/
| * ENH: Allow random_integers to include the maximum np.iinfo('l').maxgfyoung2015-12-281-0/+11
| * MAINT: minor spelling and grammar correctionsgfyoung2015-12-161-3/+3
| * MAINT: random: allow nonc==0 in noncentral_chisquare.Evgeni Burovski2015-11-021-0/+7
* | TST: test multivariate_normal check_valid kwBlake Griffith2015-05-191-12/+28
|/
* BUG: Fixes random.noncentral_chisquare when 0 < df <= 1behzad nouri2015-04-271-0/+6
* Throws if range is too large for 'random.uniform'Masud Rahman2014-09-281-0/+12
* TST: gnufreebsd has fixed the thread control word lossJulian Taylor2014-09-141-3/+1
* Merge pull request #5051 from juliantaylor/thread-test-fixCharles Harris2014-09-061-1/+8
|\
| * TST: accept small error in threaded random testJulian Taylor2014-09-061-1/+8
* | STY: PEP8 fixups for numpy/random.Charles Harris2014-07-311-165/+162
|/
* BUG: avoid infinite loop for small kappa in vonmisesJulian Taylor2014-05-281-0/+6
* BUG: reject too large seeds to RandomStateJulian Taylor2014-05-151-0/+29
* ENH: replace GIL of random module with a per state lockJulian Taylor2014-05-021-0/+40
* BUG: Explicitly reject nan values for p in binomial(n, p). Fixes #4571.Daniel da Silva2014-04-041-0/+4
* TST: Add some tests for random.multivariate_normal.Charles Harris2014-03-221-10/+23
* BUG: handle non integer types for multinomial/dirichlet sizeJulian Taylor2014-02-221-1/+27
* BUG: fix shuffling of flexible dtypes and masked arraysJulian Taylor2014-02-131-0/+23