Commit message (Collapse) | 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 |
| | | | | on Python 2.x | ||||
* | 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 | 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 ↵ | Robert Kern | 2006-07-20 | 1 | -0/+1 |
| | | | | of bytes as a Python string. | ||||
* | Add CObject API | Robert Kern | 2006-06-13 | 1 | -0/+16 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+24 |