Re: [Numpy-discussion] Comping Numpy in Cython

2011-09-30 Thread Mark Wiebe
On Tue, Sep 20, 2011 at 8:38 AM, Sean Poust wrote: > I keep getting this error: #warning "Using deprecated NumPy > API, disable it by #defining NPY_NO_DEPRECATED_API" and a bunch of > undefined variables when comping cython code with numpy > This is a warning introduced in current NumPy master.

[Numpy-discussion] Comping Numpy in Cython

2011-09-20 Thread Sean Poust
I keep getting this error: #warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API" and a bunch of undefined variables when comping cython code with numpy I am new to cython and numpy and I am having trouble getting a *.pyx extension to compile with this in the header: