summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* BUG: Proect generators from log(0.0)Kevin Sheppard2019-04-291-9/+22
* BUILD: remove unused filemattip2019-04-131-42/+0
* DOC: Small readability improvementspacescientist2019-04-041-2/+2
* DOC: Improve mtrand docstringsKevin Sheppard2019-04-021-23/+22
* DOC: Fix small issues in mtrand doc stringsKevin Sheppard2019-03-311-12/+12
* DOC: Use std docstring for multivariate normal (#13203)Kevin Sheppard2019-03-281-1/+1
* Merge pull request #12547 from bashtage/mvnormal-tol-checkAllan Haldane2019-03-212-0/+9
|\
| * ENH: Cast covariance to double in random mvnormalKevin Sheppard2018-12-142-0/+9
* | STY: Fix weird indents to be multiples of 4 spacesEric Wieser2019-03-201-1/+1
* | Fix backticks, expand out docstring, improve consistencyKatharine Hyatt2019-03-141-8/+10
* | DOC: Fix #12050 by updating numpy.random.hypergeometric docsKatharine Hyatt2019-03-131-8/+8
* | Merge pull request #13096 from mattip/doctest-randomTyler Reddy2019-03-061-4/+4
|\ \
| * | TEST: allow margin of error, increase discoverability of refcheck optionmattip2019-03-061-4/+4
* | | Added issue number in commentBharat123Rox2019-03-051-0/+1
* | | Added more tests as suggested by @eric-wieserBharat123Rox2019-03-051-0/+2
* | | Fix #13087 by raising a ValueError and adding a unit test for itBharat123Rox2019-03-052-0/+4
|/ /
* | DOC: Encourage users to use the non-matlab-style random functionsEric Wieser2019-02-271-17/+49
* | DOC: Remove incorrect statement about `randn` accepting floats as sizesEric Wieser2019-02-241-6/+4
* | DOC: fixes from reviewmattip2019-02-191-3/+3
* | DOC: reflect changes from #5822 (May 2015) in the docsmattip2019-02-191-10/+14
* | DOC: Fix Wald docstringKevin Sheppard2019-02-182-2/+4
* | DOC: Clean noncentral chi2 docstringKevin Sheppard2019-02-181-10/+1
* | DOC: Correct negative_binomial docstringKevin Sheppard2019-02-051-10/+12
* | Merge pull request #12545 from bashtage/choice-nan-protectCharles Harris2019-01-102-1/+9
|\ \
| * | BUG: Ensure probabilities are not NaN in choiceKevin Sheppard2018-12-142-1/+9
| |/
* | DOC, TST: clean up matplotlib importsTyler Reddy2019-01-021-7/+0
* | Merge pull request #12333 from tuelwer/masterMatti Picus2018-12-241-8/+20
|\ \
| * | Remove extra whitespaceTobias Uelwer2018-12-141-1/+1
| * | DOC: update description of the Dirichlet distributionTobias Uelwer2018-11-051-9/+21
* | | MAINT: clean up whitespace issues in mtrand.pyx.Tyler Reddy2018-12-141-25/+25
* | | TST, DOC: enable refguide_checkTyler Reddy2018-12-141-60/+74
| |/ |/|
* | MAINT: Prepare master for 1.17.0 development.Charles Harris2018-12-082-0/+4
* | DOC: random: Make the constraint on the parameter `a` of weibull more precise.Warren Weckesser2018-11-121-1/+1
* | BUG: random: Fix handling of a=0 for numpy.random.weibull.Warren Weckesser2018-11-122-1/+5
* | Fix typo in docstring numpy.random.beta docGuillaume Gautier2018-11-071-2/+2
|/
* Merge pull request #11613 from moshelooks/patch-2Matti Picus2018-10-121-4/+4
|\
| * BUG: have geometric() raise ValueError on p=0Moshe Looks2018-07-241-4/+4
* | Merge pull request #11771 from asnasnasn/shuf-mmMatti Picus2018-10-122-3/+6
|\ \
| * | BUG: Make `random.shuffle` work on 1-D instances of `ndarray` subclassesWenjamin Petrenko2018-08-182-3/+6
* | | BUG: Fix in-place permutationKevin Sheppard2018-10-102-2/+24
* | | MAINT: remove unused stdlib importsEmil Hessman2018-09-301-2/+1
* | | MAINT: remove redundant importsmattip2018-09-091-1/+0
* | | Merge pull request #11755 from gyk/patch-1Matti Picus2018-08-211-4/+4
|\ \ \
| * | | MAINT: Fix typos in random.hypergeometric's notesYukun Guo2018-08-211-4/+4
| |/ /
* | | MAINT: reformat line spacing before test methodsmattip2018-08-191-1/+0
|/ /
* | Merge pull request #11722 from eric-wieser/fix-random-lgtmCharles Harris2018-08-142-145/+55
|\ \
| * | MAINT: Remove duplicate docstring and incorrect location of __all__ from np.r...Eric Wieser2018-08-122-145/+55
| |/
* | DOC: fix capitalization of kilojoulesMatthew Brett2018-08-131-1/+1
|/
* Comment erroneously describing method as Box-Muller.Rohit Pandey2018-07-071-1/+1
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1