summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand/Python.pxi
Commit message (Expand)AuthorAgeFilesLines
* BENCH: convert bencmarks to asv formatmattip2019-05-201-43/+0
* BUG: Check for errors when PyInt_AsLong is called in np.randomSimon Gibbons2017-04-021-1/+1
* BUG: Ensure Errors are correctly checked when PyFloat_AsDouble is called.Simon Gibbons2017-04-011-1/+1
* MAINT: Always use PyCapsule instead of PyCObject in mtrand.pyx.Charles Harris2016-04-101-14/+0
* BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ...Pauli Virtanen2010-07-171-1/+1
* ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsuleCharles Harris2010-05-031-0/+3
* BUG: Replace deprecated PyCObject by PyCapsule for Python >= 3.1.Charles Harris2010-02-231-10/+10
* More fixes to mtrand from recent speed ups.Travis Oliphant2007-03-201-0/+1
* Make random number generators faster for scalar parameters.Travis Oliphant2007-03-191-2/+14
* Make sure we deal with null bytes appropriate when getting a random stream of...Robert Kern2006-07-201-0/+1
* Add CObject APIRobert Kern2006-06-131-0/+16
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+24