[SciPy-dev] cython in scipy?

David Cournapeau cournape at gmail.com
Thu Oct 9 00:43:08 EDT 2008


Hi Anne,

On Thu, Oct 9, 2008 at 1:38 PM, Anne Archibald
<peridot.faceted at gmail.com> wrote:
>On the other hand, it would be very easy to
> translate this into cython and get C performance out of it. So: is it
> okay to include cython code in scipy?

If there is a python version already (to serve as a reference), I
don't think it would be a big problem to include cython source.

> Check the
> generated C into svn and run cython by hand when I remember to?

Yes, that's already how it is done for numpy.random.mtrand. Cython is
not yet packaged by so many distributions, so depending on it for
building scipy is a bit premature IMHO.

cheers,

David



More information about the SciPy-Dev mailing list