summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes from reviewmattip2018-06-212-5/+6
* ENH: Allow size=0 in numpy.random.choicemattip2018-06-193-15/+23
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-162-33/+33
* MAINT: Don't use dtype strings when the dtypes themselves can be usedEric Wieser2018-06-131-26/+25
* PERF: Improve performance of random permutationKevin Sheppard2018-05-091-4/+18
* DOC: Fix negative binomial documentation.Hameer Abbasi2018-04-201-10/+8
* Merge pull request #10878 from mattip/devdocsRalf Gommers2018-04-161-27/+27
|\
| * silence warnings, matplotlib deprecated normed in favor of densitymattip2018-04-101-27/+27
* | Merge pull request #10903 from subhrm/10902-docu-fixCharles Harris2018-04-151-1/+1
|\ \
| * | Fixes #10902: Changed `See Also` doc-string section of `randn`Subhendu Ranjan Mishra2018-04-131-1/+1
| |/
* | DOC, BUG : Bad link to `np.random.randint` (#10901)Subhendu2018-04-131-1/+1
|/
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-062-8/+2
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
* MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
* MAINT: Covariance must be symmetric as well as positive-semidefinite. (#10669)Oleg Zabluda2018-03-041-7/+8
* More misc. typosluz.paz2018-01-041-1/+1
* Documentation and misc. typosluzpaz2017-12-301-1/+1
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-1/+1
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-081-1/+1
* BUG: Prevent invalid array shapes in seedKevin Sheppard2017-10-182-5/+17
* BUG: Check for NaN parameter in random.zipf.Charles Harris2017-10-062-6/+12
* MAINT: Refactor rk_zipf to be more efficient.Charles Harris2017-10-051-12/+12
* BUG: Fix possibly undefined cast of double -> long.Yang Li2017-10-041-9/+15
* MAINT,BUG: Fix mtrand for Cython 0.27.Charles Harris2017-09-251-1/+11
* MAINT: fix std header include orderJulian Taylor2017-09-012-14/+16
* DOC: Fix type definitions in mtrandKevin Sheppard2017-08-301-11/+13