summaryrefslogtreecommitdiff
path: root/numpy/random
AgeCommit message (Expand)AuthorFilesLines
2017-11-13ENH: don't show boolean dtype, as it is impliedEric Wieser1-1/+1
2017-11-08DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus1-1/+1
2017-10-18BUG: Prevent invalid array shapes in seedKevin Sheppard2-5/+17
2017-10-06BUG: Check for NaN parameter in random.zipf.Charles Harris2-6/+12
2017-10-05MAINT: Refactor rk_zipf to be more efficient.Charles Harris1-12/+12
2017-10-04BUG: Fix possibly undefined cast of double -> long.Yang Li1-9/+15
2017-09-25MAINT,BUG: Fix mtrand for Cython 0.27.Charles Harris1-1/+11
2017-09-01MAINT: fix std header include orderJulian Taylor2-14/+16
2017-08-30DOC: Fix type definitions in mtrandKevin Sheppard1-11/+13
2017-08-27DOC: Update release notes for noncentral_f changes.Charles Harris1-5/+9
2017-08-26Merge pull request #9590 from bashtage/relax-noncentral-f-checksCharles Harris2-7/+13
2017-08-22ENH: Remove unnecessary restriction in noncen-fKevin Sheppard2-7/+13
2017-08-22REF: Remove direct access to flatiter typesKevin Sheppard2-2/+3
2017-08-17BUG: Missing dirichlet input validationKevin Sheppard2-0/+12
2017-08-06TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris1-0/+0
2017-08-05MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser1-10/+10
2017-07-24TST: Remove unittest dependencies in numpy/random/tests.Charles Harris2-30/+32
2017-07-04MAINT: Rearrange files in numpy/testing module.Charles Harris1-1/+1
2017-06-10DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers1-2/+2
2017-05-09BUG: Buttress handling of extreme values in randintgfyoung3-15/+60
2017-04-26Merge pull request #8962 from MSeifert04/random_choice_docsEric Wieser1-2/+2
2017-04-26[DOC] use of * instead of ` to refer to a function parameter.Matthias Bussonnier1-2/+2
2017-04-20DOC: Wrong return type of np.random.choice and wrong variable nameMichael Seifert1-2/+2
2017-04-10MAINT: avoid memcpy when i == jYu Feng1-0/+1
2017-04-02BUG: Check for errors when PyInt_AsLong is called in np.randomSimon Gibbons2-9/+16
2017-04-01Fix testSimon Gibbons1-1/+1
2017-04-01BUG: Ensure Errors are correctly checked when PyFloat_AsDouble is called.Simon Gibbons2-1/+15
2017-03-26DOC: update docs and comments for move of mailing list to python.orgRalf Gommers1-1/+1
2017-03-25MAINT: Remove asbytes where a b prefix would sufficeEric Wieser1-2/+1
2017-03-13Revert gh-8570.Charles Harris2-42/+1
2017-03-12Merge pull request #8570 from evanlimanto/random-permutation-shuffle-fixEric Wieser2-1/+42
2017-03-10BUG: fix issue #8250 where np.random.permutation fails when np.array gets cal...Evan Limanto2-1/+42
2017-02-28BUG: Fix assert statements in random.choice testsMarein Könings1-5/+5
2017-01-17TST: work around isfinite inconsistency on i386Julian Taylor1-1/+3
2017-01-06TST: remove a duplicate test. Closes gh-8447.Ralf Gommers1-4/+0
2017-01-03single too argument + mention in release docs.Oscar Villellas1-9/+5
2017-01-03Documentation fix and proper handling of toleranceOscar Villellas1-10/+15
2017-01-03fixed merged testOscar Villellas1-14/+8
2017-01-03Merge remote-tracking branch 'numpy-org/master' into mult-normOscar Villellas14-840/+2145
2016-12-13DOC: Fixed minor typoMikhail Pak1-1/+1
2016-11-02BUG: Better check for invalid bounds in np.random.uniform.Alistair Muldal2-0/+6
2016-10-28DOC: Clean up lomax and genpareto references.wrwrwr1-3/+3
2016-10-28MAINT, DOC: Update some scipy.stats references.wrwrwr1-27/+27
2016-10-22Merge pull request #8173 from aixtools/issue8118Charles Harris1-3/+6
2016-10-22STY: Fix indentation to follow PEP8Charles Harris1-2/+2
2016-10-21commit BLD: AIX uses the flag _LARGE_FILES to ensure proper prototype declara...Michael Felt1-1/+4
2016-10-20DOC: 'highest' is exclusive for randint()Ben North1-2/+2
2016-09-23MAINT: Remove duplicate randint helpers code.gfyoung1-277/+0
2016-09-20MAINT: Add Tempita to randint helpersgfyoung2-0/+78
2016-09-07DOC: change version references from x.y to x.y.zPierre de Buyl1-1/+1