summaryrefslogtreecommitdiff
path: root/numpy/random
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-06DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl1-1/+1
2016-09-02TST: Use new warnings context manager in all testsSebastian Berg1-11/+15
2016-06-22Merge pull request #5822 from anntzer/0-scale-distributionsNathaniel J. Smith2-60/+88
2016-06-13DOC: add reference to poisson rngJulian Taylor1-0/+5
2016-06-10BUG: Fix segfaults in np.random.shuffleSimon Gibbons2-1/+34
2016-06-09Don't allow -0. as distribution shape parameter.Antony Lee2-24/+34
2016-05-05DOC: fix incorrect Gamma distribution parameterization commentsstevenjkern1-2/+2
2016-04-10MAINT: Ignore DeprecationWarning for random_integers in tests.Charles Harris1-9/+13
2016-04-10MAINT: Always use PyCapsule instead of PyCObject in mtrand.pyx.Charles Harris4-98/+11
2016-04-06Allow many distributions to have a scale of 0.Antony Lee2-60/+78
2016-02-27DOC: Clarify the valid range of integers passed to random.seed.Charles Harris1-6/+6
2016-02-27DOC: Update random.seed in mtrand.pyx.Oren Amsalem1-1/+1
2016-02-23Merge pull request #7279 from madphysicist/percentile-testsJulian Taylor1-2/+5
2016-02-22TST: Fixed shuffle axis in tests.Joseph Fox-Rabinovitz1-2/+5
2016-02-22BUG: Remove data race in mtrand: two threads could mutate the state.Devin Jeanpierre1-9/+27
2016-02-19BUG: Make randint backwards compatible with pandasgfyoung2-9/+24
2016-02-16BUG: Enforce dtype for randint singletonsgfyoung2-9/+18
2016-02-13DOC: fix a number of reST formatting issues in docstrings.Ralf Gommers1-3/+5
2016-02-02Update Wikipedia references for mtrand.pyxArne de Laat1-12/+12