summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-1/+0
* 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
* PYX: Regenerate mtrand.cCharles Harris2012-01-211-4/+4
* Fixed RandomState docstrings.Joonas Paalasmaa2012-01-211-3/+3
* BUG: Fix dimension checks in random.choice. Make sure last entry in cdfCharles Harris2011-12-172-2473/+2517
* FIX: Add release notes, use inverse cdf method for non-uniformChris Jordan-Squire2011-12-173-3789/+3800
* FIX: Changed named to choice, reverted other changes.Chris Jordan-Squire2011-12-174-87/+78
* ENH: New sample function, bugs in tests fixedChris Jordan-Squire2011-12-164-4161/+5987
* BUG: fix non-mandatory win32-specific check.David Cournapeau2011-08-291-1/+1
* FEAT: fix numpy.random build issues with MSVC.David Cournapeau2011-08-291-7/+21
* REF: use new API for higher level builder reuse.David Cournapeau2011-08-291-4/+1
* REF: use new hook signature.David Cournapeau2011-08-291-1/+1
* REF: define hook file locally.David Cournapeau2011-08-291-0/+2
* ENH: update to last bento.David Cournapeau2011-08-291-2/+2
* ENH: remove temporary hacks for recurse path settings.David Cournapeau2011-08-291-12/+2
* ENH: add fft/random support.David Cournapeau2011-08-292-0/+39
* BUG: fix random.test_noncentral_f issue under win64 + MSVC9. Closes #1801.Ralf Gommers2011-04-221-2/+2
* TST: lower precision for one more test in random. Closes #1768. Again.Ralf Gommers2011-04-011-1/+1
* TST: lower precision of lognormal test a little more. Closes #1768.Ralf Gommers2011-03-161-1/+1