Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the cached Gaussian to the state tuple. Preserve backwards compatibility ↵ | Robert Kern | 2008-04-09 | 3 | -2235/+2325 |
| | | | | with the old state tuple. | ||||
* | Fix #581. | Robert Kern | 2008-04-09 | 3 | -2194/+2222 |
| | |||||
* | Re-generated the pyrex mtrand code after fixing seed setting bug: ticket #555 | Travis Oliphant | 2008-03-22 | 3 | -2056/+2081 |
| | |||||
* | Attempt to fix ticket #555 | Travis Oliphant | 2008-03-22 | 2 | -0/+5 |
| | |||||
* | Make sure that multivariate_normal() uses the standard_normal() method ↵ | Robert Kern | 2008-02-12 | 2 | -1865/+1489 |
| | | | | rather than the function so as to use the same consistent state. | ||||
* | ran reindent | Jarrod Millman | 2008-02-08 | 1 | -4/+4 |
| | |||||
* | numpy.random now builds with scons | David Cournapeau | 2008-01-07 | 2 | -0/+90 |
| | |||||
* | more janitorial work | Jarrod Millman | 2007-12-29 | 1 | -3/+3 |
| | |||||
* | Use a correct upper bound for the inversion search in binomial distributions. | Robert Kern | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | BUG: fix incorrect ordering of the 'good' and 'bad' objects in the ↵ | Robert Kern | 2007-12-03 | 1 | -2/+2 |
| | | | | hypergeometric distribution. | ||||
* | Fix randint for negative interval. | Stefan van der Walt | 2007-11-23 | 3 | -4/+10 |
| | |||||
* | Rename test classes to CapWords. | Stefan van der Walt | 2007-10-02 | 1 | -1/+1 |
| | |||||
* | Fix Von Mises random number generation algorithm to match that of Python and R. | Travis Oliphant | 2007-09-09 | 1 | -14/+15 |
| | |||||
* | Temporary workaround for problem with 'multivariate' when specifying zero | Stefan van der Walt | 2007-08-28 | 4 | -847/+861 |
| | | | | probabilities. | ||||
* | When checking for the _WIN32 preprocessor symbol, don't #error on failure | cookedm | 2007-05-28 | 1 | -2/+1 |
| | |||||
* | Clean up setup() calls. | Pearu Peterson | 2007-05-11 | 1 | -1/+1 |
| | |||||
* | Fix #484: random state not portable between 32-bit and 64-bit architectures | cookedm | 2007-04-02 | 2 | -2277/+2342 |
| | | | | | The random state now uses a uint32 array on both architectures. It should also handle old pickles. | ||||
* | Fixes #488. In rk_interval, use rk_random if the interval size is less than ↵ | cookedm | 2007-04-02 | 1 | -0/+8 |
| | | | | | | | 2**32. For 64-bit machines, this means results will agree with 32-bit machines, and will be faster for these interval sizes (one less rk_random evaluation). | ||||
* | More fixes to mtrand from recent speed ups. | Travis Oliphant | 2007-03-20 | 3 | -480/+419 |
| | |||||
* | More fixes related to #471 | Travis Oliphant | 2007-03-20 | 2 | -30/+23 |
| | |||||
* | Fix ticket #471 | Travis Oliphant | 2007-03-20 | 2 | -21/+16 |
| | |||||
* | Make random number generators faster for scalar parameters. | Travis Oliphant | 2007-03-19 | 3 | -3825/+6059 |
| | |||||
* | Added dirichlet random number generator to NumPy | Travis Oliphant | 2007-02-01 | 2 | -1036/+1335 |
| | |||||
* | Correct mtrand for Pyrex 0.9.5 | Robert Kern | 2007-01-28 | 3 | -1109/+995 |
| | |||||
* | Fix missing import statement. Fix bug where random.permutation did not ↵ | Travis Oliphant | 2007-01-19 | 2 | -635/+648 |
| | | | | accept numpy scalars. | ||||
* | Regenerate mtrand.c with the lxml project's branch of Pyrex in order to fi a ↵ | Robert Kern | 2007-01-09 | 1 | -833/+866 |
| | | | | 2.5-related bug in the official Pyrex distribution. | ||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -2/+1 |
| | |||||
* | Fix random.shuffle | Travis Oliphant | 2006-12-09 | 3 | -1868/+2056 |
| | |||||
* | Fix shuffle and chararray printing for empty strings. | Travis Oliphant | 2006-12-09 | 1 | -5/+25 |
| | |||||
* | Fix random.poisson(0) to return 0 (#229) | Travis Oliphant | 2006-09-13 | 3 | -897/+912 |
| | |||||
* | Pass the converted array arguments instead of the scalars. | Robert Kern | 2006-09-11 | 2 | -907/+894 |
| | |||||
* | Many name-changes in oldnumeric. This may break some numpy code that was ↵ | Travis Oliphant | 2006-08-04 | 3 | -438/+0 |
| | | | | using the oldnumeric interface. | ||||
* | Add PyArray_ContiguousFromObject to numpy.pxi | Travis Oliphant | 2006-08-01 | 2 | -126/+69 |
| | |||||
* | Update to use pyrex 0.9.4.1 | Travis Oliphant | 2006-07-26 | 2 | -1644/+1712 |
| | |||||
* | Fix random.uniform | Travis Oliphant | 2006-07-26 | 3 | -2122/+2072 |
| | |||||
* | Add broadcasting behavior to random-number generators. Fix cholesky to keep ↵ | Travis Oliphant | 2006-07-25 | 4 | -5362/+8461 |
| | | | | matrix return. | ||||
* | Make sure we deal with null bytes appropriate when getting a random stream ↵ | Robert Kern | 2006-07-20 | 3 | -5317/+5318 |
| | | | | of bytes as a Python string. | ||||
* | Remove global symbols from numpy. Remove use of replacetypechars in convertcode. | Travis Oliphant | 2006-07-12 | 1 | -1/+0 |
| | |||||
* | Redo mtrand.pyx with Pyrex 0.9.4.1: fixes bug in test_histogram2d on Python ↵ | cookedm | 2006-07-04 | 1 | -500/+544 |
| | | | | 2.3.5 | ||||
* | Fix up mtrand compile again. | Travis Oliphant | 2006-06-29 | 1 | -160/+116 |
| | |||||
* | Fix init_by_array to properly initialize the has_gauss and has_binomial ↵ | Robert Kern | 2006-06-24 | 1 | -0/+2 |
| | | | | members. Fixes #155. | ||||
* | Add CObject API | Robert Kern | 2006-06-13 | 1 | -0/+16 |
| | |||||
* | Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵ | Travis Oliphant | 2006-06-12 | 1 | -1/+1 |
| | | | | module and numpy does not contain all of the names. | ||||
* | Apply patch #137 | Travis Oliphant | 2006-06-12 | 2 | -214/+242 |
| | |||||
* | Fix syntax error in numpy/random/old.py: can't use import * in functions anymore | cookedm | 2006-06-10 | 1 | -1/+0 |
| | |||||
* | Add RNG interface and clean up old-interfaces to be separate from newer ones. | Travis Oliphant | 2006-06-09 | 3 | -0/+439 |
| | |||||
* | Update mtrand code | Travis Oliphant | 2006-06-09 | 1 | -9/+7 |
| | |||||
* | Use dot instead of matrixmultiply | Travis Oliphant | 2006-06-09 | 1 | -5/+5 |
| | |||||
* | Change rand and randn back to not take tuple argument. Alter docstring to ↵ | Travis Oliphant | 2006-06-02 | 1 | -1010/+938 |
| | | | | alert user what function to use to pass in a tuple. | ||||
* | Change rand and randn back to not take tuple argument. Alter docstring to ↵ | Travis Oliphant | 2006-06-02 | 1 | -4/+9 |
| | | | | alert user what function to use to pass in a tuple. |