Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UPD: Add NPY_NO_DEPRECATED_API to some more files. | Charles Harris | 2012-04-06 | 1 | -0/+1 |
| | | | | _dotblas needs more work to remove direct access to ndarray internals. | ||||
* | BUG: Use npy_intp instead of long in mtrand. | cgohlke | 2012-03-10 | 1 | -4/+4 |
| | | | | | This fixes a problem on 64 bit Windows where a 64 bit index is needed but long is only 32 bits. | ||||
* | BUG, STY: Make gaussian random number generators with identical behaviour | Charles Harris | 2010-05-26 | 1 | -0/+1 |
| | | | | have identical pickles. | ||||
* | STY: Some c coding style cleanups. | Charles Harris | 2010-05-26 | 1 | -101/+115 |
| | |||||
* | Hard tab removal. | Charles Harris | 2009-10-20 | 1 | -55/+55 |
| | | | | | Trailing whitespace removal. Some coding style cleanups. | ||||
* | Fix init_by_array to properly initialize the has_gauss and has_binomial ↵ | Robert Kern | 2006-06-24 | 1 | -0/+2 |
| | | | | members. Fixes #155. | ||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+134 |