[Numpy-tickets] [NumPy] #727: Change mtrand to use Cython-generated C code (instead of Pyrex-generated)
NumPy
numpy-tickets@scipy....
Wed Apr 9 02:58:18 CDT 2008
#727: Change mtrand to use Cython-generated C code (instead of Pyrex-generated)
--------------------------+-------------------------------------------------
Reporter: fperez | Owner: rkern
Type: enhancement | Status: new
Priority: normal | Milestone: 1.1
Component: numpy.random | Version: devel
Severity: normal | Keywords: mtrand, pyrex, cython
--------------------------+-------------------------------------------------
See
http://projects.scipy.org/pipermail/numpy-
discussion/2008-April/032567.html
for background. We're considering updating the pyrex-based support to use
Cython instead, and this patch updates the mtrand component. There are no
changes to the original pyrex sources, only the generated C code is
different, as well as a trivial change to the code-genearation script to
call cython instead of pyrexc.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/727>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list