Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ENH: update to last bento. | David Cournapeau | 2011-08-29 | 1 | -2/+2 | |
| | ||||||
* | ENH: remove temporary hacks for recurse path settings. | David Cournapeau | 2011-08-29 | 1 | -12/+2 | |
| | ||||||
* | ENH: add fft/random support. | David Cournapeau | 2011-08-29 | 2 | -0/+39 | |
| | ||||||
* | BUG: fix random.test_noncentral_f issue under win64 + MSVC9. Closes #1801. | Ralf Gommers | 2011-04-22 | 1 | -2/+2 | |
| | | | | Thanks to Christoph Gohlke for the patch. | |||||
* | TST: lower precision for one more test in random. Closes #1768. Again. | Ralf Gommers | 2011-04-01 | 1 | -1/+1 | |
| | ||||||
* | TST: lower precision of lognormal test a little more. Closes #1768. | Ralf Gommers | 2011-03-16 | 1 | -1/+1 | |
| | | | | Thanks to Mark Sienkiewicz for testing. | |||||
* | TST: Some tests in random module were failing on RHEL4 due to too high ↵ | Ralf Gommers | 2011-03-15 | 1 | -9/+9 | |
| | | | | | | | | | precision. It is not yet confirmed this is the right precision, since I don't have an RHEL4 test machine. Changing this anyway for 1.6.0 beta 1. See ticket 1768. | |||||
* | TST: Py3K: fix bytes/string test failure in numpy.random.bytes() test. | rgommers | 2011-03-11 | 1 | -2/+3 | |
| | ||||||
* | CYT: Regenerate mtrand.c file. | Charles Harris | 2011-03-10 | 1 | -5900/+6516 | |
| | ||||||
* | TST: Add test for poisson exceptions. | Charles Harris | 2011-03-10 | 1 | -1/+10 | |
| | ||||||
* | ENH: Add check for maximum average allowed in poisson rng. Original | Charles Harris | 2011-03-10 | 1 | -0/+9 | |
| | | | | implementation due to olsonse. | |||||
* | TST: add test for random distributions. Closes #1512. | rgommers | 2011-03-06 | 1 | -1/+357 | |
| | | | | | | | These tests ensure that returned values stay the same, which is necessary because other tests rely on this when setting a fixed seed. Thanks to Vincent Davis. | |||||
* | DOC: merge wiki changes for numpy.random and regenerate mtrand.c | rgommers | 2011-03-02 | 2 | -5879/+5572 | |
| | ||||||
* | ENH: Break out regression tests into separate file and explicitly import needed | Charles Harris | 2011-01-24 | 2 | -49/+58 | |
| | | | | functions from np.testing. | |||||
* | ENH: Replace assert by assert_. | Charles Harris | 2011-01-24 | 1 | -9/+9 | |
| | ||||||
* | BUG: Ticket #1690, fix overflow error in randint. Slightly modified from the | Justin Peel | 2011-01-24 | 3 | -5511/+5918 | |
| | | | | original by committer. | |||||
* | DOC: Merge wiki changes for RandomState as far as possible. Closes #1503. | rgommers | 2010-07-26 | 1 | -57/+69 | |
| | ||||||
* | BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ↵ | Pauli Virtanen | 2010-07-17 | 1 | -1/+1 | |
| | | | | on Python 2.x | |||||
* | ENH: random: strip absolute paths from generated mtrand.c line number ↵ | Pauli Virtanen | 2010-07-09 | 1 | -0/+2 | |
| | | | | comments; they just add unnecessary noise to the changesets | |||||
* | GEN: random: Regenerate mtrand.c | Pauli Virtanen | 2010-07-09 | 1 | -1068/+1079 | |
| | ||||||
* | BUG: random: accept Python long as input to np.random.permutation (#1535) | Pauli Virtanen | 2010-07-09 | 2 | -1/+7 | |
| | ||||||
* | BUG, STY: Make gaussian random number generators with identical behaviour | Charles Harris | 2010-05-26 | 2 | -14/+19 | |
| | | | | have identical pickles. | |||||
* | STY: A Few more coding style cleanups. | Charles Harris | 2010-05-26 | 1 | -9/+20 | |
| | ||||||
* | STY: Some c coding style cleanups. | Charles Harris | 2010-05-26 | 2 | -142/+165 | |
| | ||||||
* | ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsule | Charles Harris | 2010-05-03 | 1 | -0/+3 | |
| | | | | | | | compatibility functions in npy_3kcompat.h to replace the current calls. This gets rid of a number of version checks and is easier to maintain. Fix bug that was present in the ufunc _loop1d_list_free destructor in the python3k case. | |||||
* | BUG: Replace deprecated PyCObject by PyCapsule for Python >= 3.1. | Charles Harris | 2010-02-23 | 2 | -1082/+1074 | |
| | ||||||
* | 3K: ENH: regenerate mtrand.c with a newer Cython, for better Python 3 ↵ | Pauli Virtanen | 2010-02-21 | 1 | -4686/+5426 | |
| | | | | compatibility | |||||
* | API and ABI changes: Removed BigArrayType, Fixed hasobject to an integer ↵ | Travis Oliphant | 2010-02-15 | 1 | -1/+1 | |
| | | | | (and inserted an unused character for alignment) and renamed it to flags. Re-organized the ArrFuncs structure. Moved NPY_DATETIME and friends to their 'correct' place in the type order. | |||||
* | random: regenrate mtrand.c | Pauli Virtanen | 2009-12-06 | 1 | -2550/+2630 | |
| | ||||||
* | 3K: random: make mtrand to import | Pauli Virtanen | 2009-12-06 | 2 | -2/+27 | |
| | ||||||
* | Hard tab removal. | Charles Harris | 2009-10-20 | 5 | -261/+258 | |
| | | | | | Trailing whitespace removal. Some coding style cleanups. | |||||
* | Regenerate mtrand.c | Pauli Virtanen | 2009-10-02 | 1 | -2096/+2096 | |
| | ||||||
* | Docstring update: random | Pauli Virtanen | 2009-10-02 | 1 | -70/+903 | |
| | ||||||
* | Docstring updates, part 1 | Pauli Virtanen | 2009-10-02 | 1 | -1/+87 | |
| | ||||||
* | Regenerate mtrand.c | Pauli Virtanen | 2009-06-02 | 1 | -2/+2 | |
| | ||||||
* | Fix errors in examples in docstrings | Pauli Virtanen | 2009-06-02 | 1 | -1/+1 | |
| | ||||||
* | mtrand: regenerate mtrand.c | Pauli Virtanen | 2009-05-21 | 1 | -4546/+2456 | |
| | ||||||
* | Docstring fixes: make some examples to work properly | Pauli Virtanen | 2009-05-20 | 1 | -5/+6 | |
| | ||||||
* | Regenerate mtrand with cython-0.11 on David's urging. | Charles Harris | 2009-04-16 | 1 | -5944/+11991 | |
| | ||||||
* | Rebuild mtrand.c with cython and change the script to use cython. | Charles Harris | 2009-04-16 | 2 | -5251/+11850 | |
| | | | | This is needed because some VC++ compilers can't handle long strings. | |||||
* | Regenerate mtrand.c | Pauli Virtanen | 2009-03-27 | 1 | -1998/+2032 | |
| | ||||||
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 1 | -11/+70 | |
| | ||||||
* | Make logseries test deterministic. | Charles Harris | 2009-03-14 | 1 | -3/+4 | |
| | ||||||
* | Fix tickets #921 and #923. Add regression tests. | Charles Harris | 2009-03-14 | 2 | -12/+34 | |
| | ||||||
* | Applied Anand's patch fixing Ticket #986 regarding the domain of the Von ↵ | dhuard | 2009-03-09 | 2 | -3/+22 | |
| | | | | Mises random variable generator. Regression test added. | |||||
* | Forgot to finish the configure context in numscons build of random. | David Cournapeau | 2008-11-19 | 1 | -0/+1 | |
| | ||||||
* | Handle ftime mingw problem with numscons. | David Cournapeau | 2008-11-19 | 1 | -1/+6 | |
| | ||||||
* | Forgot to add time headers when mingw workaround is not used on windows. | David Cournapeau | 2008-11-17 | 1 | -0/+2 | |
| | ||||||
* | Do not use mingw workaround for msvc runtime 7.1. | David Cournapeau | 2008-11-17 | 1 | -1/+1 | |
| | ||||||
* | Include time.h and sys/timeb.h just after defining our custom ↵ | David Cournapeau | 2008-11-17 | 1 | -2/+2 | |
| | | | | __MSVCRT_VERSION__ to avoid possible duplicate. |