Re: [Numpy-discussion] Cythonizing some of NumPy

2015-09-01 Thread Nathaniel Smith
On Sun, Aug 30, 2015 at 2:44 PM, David Cournapeau wrote: > Hi there, > > Reading Nathaniel summary from the numpy dev meeting, it looks like there is > a consensus on using cython in numpy for the Python-C interfaces. > > This has been on my radar for a long time: that was one

Re: [Numpy-discussion] Cythonizing some of NumPy

2015-09-01 Thread David Cournapeau
On Tue, Sep 1, 2015 at 8:16 AM, Nathaniel Smith wrote: > On Sun, Aug 30, 2015 at 2:44 PM, David Cournapeau > wrote: > > Hi there, > > > > Reading Nathaniel summary from the numpy dev meeting, it looks like > there is > > a consensus on using cython in numpy

[Numpy-discussion] Cythonizing some of NumPy

2015-08-30 Thread David Cournapeau
Hi there, Reading Nathaniel summary from the numpy dev meeting, it looks like there is a consensus on using cython in numpy for the Python-C interfaces. This has been on my radar for a long time: that was one of my rationale for splitting multiarray into multiple independent .c files half a