Discussion:
[Cython] Numpy Deprecation Warnings
Anthony Scopatz
2014-03-12 18:55:42 UTC
Permalink
Forwarding this on to cython developers.
Hello All,
I continue to see numpy deprecation warnings. When I set the right flag
flag, the warnings go away but then the build fails because it seems Cython
*is* generating to the old API even though I am not using it! Is this what
is actually going on? And if so, is there a fix in the pipeline?
Be Well
Anthony
Stefan Behnel
2014-03-13 06:39:41 UTC
Permalink
[copying my answer from cython-users, which the core developers tend to
read as well]
Post by Anthony Scopatz
Forwarding this on to cython developers.
I continue to see numpy deprecation warnings. When I set the right flag
flag, the warnings go away but then the build fails because it seems Cython
*is* generating to the old API even though I am not using it! Is this what
is actually going on? And if so, is there a fix in the pipeline?
No fix prepared, but we certainly take patches.

Stefan

Loading...