summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand
Commit message (Expand)AuthorAgeFilesLines
* MAINT,BUG: Fix mtrand for Cython 0.27.Charles Harris2017-09-261-1/+11
* 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
| * DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-1/+1
| * Merge pull request #5822 from anntzer/0-scale-distributionsNathaniel J. Smith2016-06-221-60/+48
| |\
| | * Don't allow -0. as distribution shape parameter.Antony Lee2016-06-091-24/+24
| | * Allow many distributions to have a scale of 0.Antony Lee2016-04-061-60/+48
| * | DOC: add reference to poisson rngJulian Taylor2016-06-131-0/+5
| * | BUG: Fix segfaults in np.random.shuffleSimon Gibbons2016-06-101-1/+5
| * | DOC: fix incorrect Gamma distribution parameterization commentsstevenjkern2016-05-051-2/+2
| * | MAINT: Always use PyCapsule instead of PyCObject in mtrand.pyx.Charles Harris2016-04-104-98/+11
| |/
| * DOC: Clarify the valid range of integers passed to random.seed.Charles Harris2016-02-271-6/+6
| * DOC: Update random.seed in mtrand.pyx.Oren Amsalem2016-02-271-1/+1
| * Merge pull request #7279 from madphysicist/percentile-testsJulian Taylor2016-02-231-2/+5
| |\
| | * TST: Fixed shuffle axis in tests.Joseph Fox-Rabinovitz2016-02-221-2/+5
| * | BUG: Remove data race in mtrand: two threads could mutate the state.Devin Jeanpierre2016-02-221-9/+27
| |/
| * BUG: Make randint backwards compatible with pandasgfyoung2016-02-191-3/+9
| * BUG: Enforce dtype for randint singletonsgfyoung2016-02-161-9/+9
| * DOC: fix a number of reST formatting issues in docstrings.Ralf Gommers2016-02-131-3/+5
| * Update Wikipedia references for mtrand.pyxArne de Laat2016-02-021-12/+12
| * DOC: Clarify behavior in np.random.uniformgfyoung2016-01-251-0/+6
| * BUG: One element array inputs get one element arrays returned in np.randomgfyoung2016-01-241-187/+188
| * DOC: Clarified output size for broadcastable mtrand.pyx functionsgfyoung2016-01-231-182/+243
| * TST: Added broadcasting tests in test_random.pygfyoung2016-01-231-6/+9
| * MAINT: Simplified mtrand.pyx helpersgfyoung2016-01-201-104/+74
| * Top shuffle speed for machine-sized ints/floats.Antony Lee2016-01-161-8/+18
| * MAINT: memcpy-based ~4x faster, typed shuffle.Antony Lee2016-01-161-17/+28
| * DEP: Deprecate random_integersgfyoung2016-01-101-0/+12
| * DOC: high arg is mandatory for mtrand._rand_int32ldoddema2016-01-041-7/+3
| * MAINT: Fix notation in mtrand.pyx documentation.ldoddema2016-01-041-2/+2
| * MAINT: Fix typos in 1.11.0-notes.rst and mtrand.pyx documentation.Charles Harris2016-01-031-1/+1