summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* STY: Giant comma spacing fixup.Charles Harris2013-08-183-36/+36
* STY: Giant whitespace cleanup.Charles Harris2013-08-183-729/+729
* DOC: Merge doc updates from http://docs.scipy.org/numpy/patch/.Charles Harris2013-08-151-1/+1
* MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-121-7/+3
* BUG: numpy.random.binomial raised ValueError for n == 0HaroldMills2013-06-283-1557/+1608
* ENH: random: Allow ngood=0 or nbad=0 in mtrand.hypergeometric.Warren Weckesser2013-06-133-252/+259
* Merge pull request #3243 from seberg/deprecate-non-integer-arguments-newCharles Harris2013-06-091-1/+1
|\
| * STY: Style fixes for integer deprecation changesSebastian Berg2013-06-091-1/+1
| * MAINT: adept divisions for truedivideSebastian Berg2013-05-311-1/+1
* | TST: remove docstrings from test_ functionsChristoph Gohlke2013-05-271-13/+8
* | BUG: Fix multivariate_normal issue with 'size' argumentChristoph Gohlke2013-05-273-4750/+5513
* | TST: remove docstring from test_randint_range functionChristoph Gohlke2013-05-271-1/+1
* | TST: rename one test_hypergeometric_range functionChristoph Gohlke2013-05-271-1/+1
|/
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-1/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-066-9/+8
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-1/+0
|\
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-1/+0
* | 2to3: Use absolute imports.Charles Harris2013-03-285-7/+7
|/
* Merge pull request #2992 from seberg/choice-object-scalarseberg2013-03-043-4241/+4450
|\
| * MAINT: regenerate mtrand.cSebastian Berg2013-03-041-4223/+4405
| * BUG: fix random.choice scalar object result and disallow 0-d arraysSebastian Berg2013-03-042-18/+45
* | 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-016-0/+11
|/
* DEP: Remove scons related files and code.Charles Harris2013-01-133-92/+0
* Fixed choice docstring, wrong default sizeJuan Luis Cano Rodríguez2013-01-041-1/+1
* Merge pull request #2818 from juliantaylor/spellingCharles Harris2012-12-171-1/+1
|\
| * fix a spelling errorJulian Taylor2012-12-141-1/+1
* | BUG: internal call fix in random.choiceSebastian Berg2012-12-153-1260/+1076
|/
* MAINT: Regenerate mtrand.cSebastian Berg2012-12-061-3294/+3819
* TST: Add tests for new feature and fix in random.choiceSebastian Berg2012-12-061-1/+27
* BUG: Fix various problems in the previous commits.Sebastian Berg2012-12-061-9/+17
* BUG: Do not sort new indices in random.choice.Sebastian Berg2012-12-061-2/+3
* ENH: make random.choice size argument default to None and allow tupleSebastian Berg2012-12-061-10/+16
* FIX: loosen numerical tolerance in test_pareto()Nathaniel J. Smith2012-09-071-1/+7
* FIX: Regenerate mtrand.c with Cython 0.17Ondřej Čertík2012-09-021-7743/+8196
* [FIX] Make np.random.shuffle less brain-deadNathaniel J. Smith2012-07-174-8412/+7867
* GEN: regenerate mtrand.c to make doc changes show up.Ralf Gommers2012-07-071-2226/+3025
* DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion).Ralf Gommers2012-07-071-13/+13
* REF: use simpler API in top bscript.David Cournapeau2012-06-011-1/+1
* TST: filter Cython warning on import of random module. Closes #2103.Ralf Gommers2012-04-151-1/+11
* STY: Remove trailing whitespace.Charles Harris2012-04-061-1/+1
* UPD: Regenerate mtrand.cCharles Harris2012-04-061-3252/+3253
* UPD: Add NPY_NO_DEPRECATED_API to some more files.Charles Harris2012-04-061-0/+1
* UPD: Make numpy.pxd and mtrand.pyx use non-deprecated macros/functions.Charles Harris2012-04-062-123/+132
* MOV: Rename numpy.pxi to numpy.pxd to conform to current Cython.Charles Harris2012-04-061-0/+0
* GEN: Regenerate mtrand.c from modified mtrand.pyx.Charles Harris2012-03-101-1438/+1560
* BUG: Use npy_intp instead of long in mtrand.cgohlke2012-03-104-39/+40
* DOC: merge wiki doc edits.Ralf Gommers2012-03-032-1229/+1219
* BUG: fix some Python 2.4 compatibility issues.Ralf Gommers2012-03-032-1578/+1542
* DOC: Fix another detail in randn documentation.Charles Harris2012-02-012-4/+4
* DOC: Fix docstrings of rand and randn a bit more and regenerate.Charles Harris2012-01-272-2042/+2044