Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ... | Pauli Virtanen | 2010-07-17 | 1 | -1/+1 |
* | ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsule | Charles Harris | 2010-05-03 | 1 | -0/+3 |
* | BUG: Replace deprecated PyCObject by PyCapsule for Python >= 3.1. | Charles Harris | 2010-02-23 | 1 | -10/+10 |
* | More fixes to mtrand from recent speed ups. | Travis Oliphant | 2007-03-20 | 1 | -0/+1 |
* | Make random number generators faster for scalar parameters. | Travis Oliphant | 2007-03-19 | 1 | -2/+14 |
* | Make sure we deal with null bytes appropriate when getting a random stream of... | Robert Kern | 2006-07-20 | 1 | -0/+1 |
* | Add CObject API | Robert Kern | 2006-06-13 | 1 | -0/+16 |
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+24 |