summaryrefslogtreecommitdiff
path: root/numpy/random/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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: fix OverflowError on win-amd64Christoph Gohlke2015-08-011-1/+1
| * MAINT: adjust tolerance for validating the sum of probs in random.choicealex2015-07-291-1/+13
* | TST: test multivariate_normal check_valid kwBlake Griffith2015-05-191-12/+28
|/
* BUG: np.random.beta with small parameters produces NaNsJaime Fernandez2015-05-101-0/+8
* BUG: Fixes random.noncentral_chisquare when 0 < df <= 1behzad nouri2015-04-271-0/+6
* BUG: Fix potential overflows in rk_hypergeometric_hrua()Anton Ovchinnikov2015-03-031-0/+11
* 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-312-166/+163
|/
* 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
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-31/+31
* BUG: numpy.random.binomial raised ValueError for n == 0HaroldMills2013-06-281-0/+11
* ENH: random: Allow ngood=0 or nbad=0 in mtrand.hypergeometric.Warren Weckesser2013-06-131-0/+18
* Merge pull request #3243 from seberg/deprecate-non-integer-arguments-newCharles Harris2013-06-091-1/+1
|\
| * STY: Style fixes for integer deprecation changesSebastian Berg2013-06-091-1/+1
| * MAINT: adept divisions for truedivideSebastian Berg2013-05-311-1/+1
* | TST: remove docstrings from test_ functionsChristoph Gohlke2013-05-271-13/+8
* | BUG: Fix multivariate_normal issue with 'size' argumentChristoph Gohlke2013-05-271-5/+16
* | TST: remove docstring from test_randint_range functionChristoph Gohlke2013-05-271-1/+1
* | TST: rename one test_hypergeometric_range functionChristoph Gohlke2013-05-271-1/+1
|/
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-1/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-062-2/+2
* 2to3: Use absolute imports.Charles Harris2013-03-282-2/+2
* Merge pull request #2992 from seberg/choice-object-scalarseberg2013-03-041-1/+12
|\
| * BUG: fix random.choice scalar object result and disallow 0-d arraysSebastian Berg2013-03-041-1/+12
* | 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-012-0/+4
|/
* BUG: internal call fix in random.choiceSebastian Berg2012-12-151-0/+10
* TST: Add tests for new feature and fix in random.choiceSebastian Berg2012-12-061-1/+27