Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: random: accept Python long as input to np.random.permutation (#1535) | Pauli Virtanen | 2010-07-09 | 1 | -0/+6 |
| | |||||
* | 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 | 1 | -10/+32 |
| | |||||
* | Applied Anand's patch fixing Ticket #986 regarding the domain of the Von ↵ | dhuard | 2009-03-09 | 1 | -0/+11 |
| | | | | Mises random variable generator. Regression test added. | ||||
* | BUG: Allow floating point argument n to negative binomial distribution. | Robert Kern | 2008-08-23 | 1 | -0/+6 |
| | |||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -1/+1 |
| | | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc. | ||||
* | Switched to use nose to run tests. Added test and bench functions to all ↵ | Alan McIntyre | 2008-06-17 | 1 | -3/+3 |
| | | | | modules. | ||||
* | Add the cached Gaussian to the state tuple. Preserve backwards compatibility ↵ | Robert Kern | 2008-04-09 | 1 | -0/+23 |
| | | | | with the old state tuple. | ||||
* | Fix #581. | Robert Kern | 2008-04-09 | 1 | -0/+23 |
| | |||||
* | more janitorial work | Jarrod Millman | 2007-12-29 | 1 | -3/+3 |
| | |||||
* | Fix randint for negative interval. | Stefan van der Walt | 2007-11-23 | 1 | -0/+6 |
| | |||||
* | Rename test classes to CapWords. | Stefan van der Walt | 2007-10-02 | 1 | -1/+1 |
| | |||||
* | Temporary workaround for problem with 'multivariate' when specifying zero | Stefan van der Walt | 2007-08-28 | 1 | -0/+13 |
probabilities. |