You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2018. It is now read-only.
We should think about compiling with -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION to prevent cython from using a deprecated numpy API. This, however, yields errors from calls to PyArray_DATA() - which we use frequently. Some typecast might fix that, but so far, I have not found a working solution.
The text was updated successfully, but these errors were encountered:
We should think about compiling with
-DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION
to prevent cython from using a deprecated numpy API. This, however, yields errors from calls to PyArray_DATA() - which we use frequently. Some typecast might fix that, but so far, I have not found a working solution.The text was updated successfully, but these errors were encountered: