On 11/03/2014 10:49, Nathaniel Smith wrote:
> On 11 Mar 2014 13:28, "Paul Brossier" <mailto:p...@piem.org>> wrote:
>> If I understand correctly, the current version is the one installed on
>> the user system. So using NPY_API_VERSION would mean "this code s
On 08/03/2014 19:25, Charles R Harris wrote:
>
Thanks for your quick reply Charles.
> On Sat, Mar 8, 2014 at 2:54 PM, Paul Brossier <mailto:p...@piem.org>> wrote:
> >
> > 2. When defining NPY_NO_DEPRECATED_API, as mentioned in the above
> > warning and
hi all,
I'm trying to understand how to use the deprecation mechanism.
1. When not defining NPY_NO_DEPRECATED_API, I get warnings (as expected):
#warning "Using deprecated NumPy API, disable it by #defining
NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
2. When defining NPY_NO_DEPRECATED_AP