On Mon, Aug 17, 2015 at 10:53 AM, Sebastian Berg wrote:
> On So, 2015-08-16 at 14:04 -0600, Charles R Harris wrote:
> > Hi All,
> >
> >
> > While waiting for Christoph to drop the other shoe on 1.10.0b1, I
> > thought I'd try again to start a discussion on the 1.11 release. If we
> > want to get
Why not do as it says instead?
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
/* Or: NPY_NO_DEPRECATED_API NPY_API_VERSION */
#include
#include
Sturla
On 17/08/15 13:11, Florian Lindner wrote:
> Hello,
>
> I try to converse a piece of C code to the new NumPy API to get rid of the
> de
Hello,
I try to converse a piece of C code to the new NumPy API to get rid of the
deprecation warning.
#warning "Using deprecated NumPy API, disable it by " "#defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
As a first step I replaced arrayobject.h by numpy/npy_math.h:
#include
#include
On So, 2015-08-16 at 14:04 -0600, Charles R Harris wrote:
> Hi All,
>
>
> While waiting for Christoph to drop the other shoe on 1.10.0b1, I
> thought I'd try again to start a discussion on the 1.11 release. If we
> want to get the next release out in a timely manner there should be
> some advance