summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand
Commit message (Expand)AuthorAgeFilesLines
* DOC: fix capitalization of kilojoulesMatthew Brett2018-08-131-1/+1
* Comment erroneously describing method as Box-Muller.Rohit Pandey2018-07-071-1/+1
* fixes from reviewmattip2018-06-211-1/+1
* ENH: Allow size=0 in numpy.random.choicemattip2018-06-192-15/+15
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-32/+32
* 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: Covariance must be symmetric as well as positive-semidefinite. (#10669)Oleg Zabluda2018-03-041-7/+8
* 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-181-5/+10
* BUG: Check for NaN parameter in random.zipf.Charles Harris2017-10-061-4/+6
* 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
* DOC: Update release notes for noncentral_f changes.Charles Harris2017-08-271-5/+9
* Merge pull request #9590 from bashtage/relax-noncentral-f-checksCharles Harris2017-08-261-6/+6
|\
| * ENH: Remove unnecessary restriction in noncen-fKevin Sheppard2017-08-221-6/+6
* | REF: Remove direct access to flatiter typesKevin Sheppard2017-08-222-2/+3
|/
* BUG: Missing dirichlet input validationKevin Sheppard2017-08-171-0/+7
* DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-101-2/+2
* BUG: Buttress handling of extreme values in randintgfyoung2017-05-091-5/+16
* Merge pull request #8962 from MSeifert04/random_choice_docsEric Wieser2017-04-261-2/+2
|\
| * DOC: Wrong return type of np.random.choice and wrong variable nameMichael Seifert2017-04-201-2/+2
* | [DOC] use of * instead of ` to refer to a function parameter.Matthias Bussonnier2017-04-261-2/+2
|/
* MAINT: avoid memcpy when i == jYu Feng2017-04-101-0/+1
* BUG: Check for errors when PyInt_AsLong is called in np.randomSimon Gibbons2017-04-021-1/+1
* BUG: Ensure Errors are correctly checked when PyFloat_AsDouble is called.Simon Gibbons2017-04-011-1/+1
* Revert gh-8570.Charles Harris2017-03-131-2/+1
* BUG: fix issue #8250 where np.random.permutation fails when np.array gets cal...Evan Limanto2017-03-101-1/+2
* single too argument + mention in release docs.Oscar Villellas2017-01-031-9/+5
* Documentation fix and proper handling of toleranceOscar Villellas2017-01-031-10/+15
* Merge remote-tracking branch 'numpy-org/master' into mult-normOscar Villellas2017-01-037-677/+1172
|\
| * DOC: Fixed minor typoMikhail Pak2016-12-131-1/+1
| * BUG: Better check for invalid bounds in np.random.uniform.Alistair Muldal2016-11-021-0/+4
| * DOC: Clean up lomax and genpareto references.wrwrwr2016-10-281-3/+3
| * MAINT, DOC: Update some scipy.stats references.wrwrwr2016-10-281-27/+27
| * DOC: 'highest' is exclusive for randint()Ben North2016-10-201-2/+2
| * MAINT: Remove duplicate randint helpers code.gfyoung2016-09-231-277/+0
| * MAINT: Add Tempita to randint helpersgfyoung2016-09-202-0/+78
| * DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-1/+1