summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* commit BLD: AIX uses the flag _LARGE_FILES to ensure proper prototype declara...Michael Felt2016-10-211-1/+4
* 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
* TST: Use new warnings context manager in all testsSebastian Berg2016-09-021-11/+15
* Merge pull request #5822 from anntzer/0-scale-distributionsNathaniel J. Smith2016-06-222-60/+88
|\
| * Don't allow -0. as distribution shape parameter.Antony Lee2016-06-092-24/+34
| * Allow many distributions to have a scale of 0.Antony Lee2016-04-062-60/+78
* | DOC: add reference to poisson rngJulian Taylor2016-06-131-0/+5
* | BUG: Fix segfaults in np.random.shuffleSimon Gibbons2016-06-102-1/+34
* | DOC: fix incorrect Gamma distribution parameterization commentsstevenjkern2016-05-051-2/+2
* | MAINT: Ignore DeprecationWarning for random_integers in tests.Charles Harris2016-04-101-9/+13
* | 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-192-9/+24
* BUG: Enforce dtype for randint singletonsgfyoung2016-02-162-9/+18
* 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-242-188/+274
* DOC: Clarified output size for broadcastable mtrand.pyx functionsgfyoung2016-01-231-182/+243
* TST: Added broadcasting tests in test_random.pygfyoung2016-01-232-87/+644
* MAINT: Simplified mtrand.pyx helpersgfyoung2016-01-201-104/+74
* Revert to non-generative test.Antony Lee2016-01-161-5/+4
* Top shuffle speed for machine-sized ints/floats.Antony Lee2016-01-161-8/+18
* MAINT: memcpy-based ~4x faster, typed shuffle.Antony Lee2016-01-162-40/+56
* DEP: Deprecate random_integersgfyoung2016-01-102-0/+28
* 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
* Merge pull request #6910 from charris/add-64-bit-random-intCharles Harris2016-01-036-45/+771
|\
| * TST: Add tests for new randint functionality.Charles Harris2016-01-021-0/+77
| * ENH: Add dtype argument to random.randint.Charles Harris2016-01-025-45/+694
* | Merge pull request #6901 from njsmith/test-warning-defaultsRalf Gommers2015-12-301-3/+3
|\ \
| * | [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
| |/
* | MAINT: Cleaned up unused variables and spelling mistakes in np.random modulesgfyoung2015-12-292-6/+1
|/
* ENH: Allow random_integers to include the maximum np.iinfo('l').maxgfyoung2015-12-282-31/+46
* DOC: Update example in np.random.multinomial.Charles Harris2015-12-181-10/+11
* DOC: typo in the docstring of random.multinomialEvgeni Burovski2015-12-181-2/+15
* MAINT: minor spelling and grammar correctionsgfyoung2015-12-161-3/+3
* Correct reference to Johnk's algorithmJohn Bjorn Nelson2015-12-151-1/+1
* Made changes in numpy/numpy/random/mtrand/matrand.pyxgopalmeena2015-12-151-1/+1
* BUG: Fix for #6719Gerrit Holl2015-11-251-1/+2
* Merge pull request #6614 from charris/update-random-allCharles Harris2015-11-021-0/+4
|\
| * BUG: Add choice and dirichlet to numpy.random.__all__.Charles Harris2015-11-021-0/+4