Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using deprecated NumPy API warnings #64

Open
swirhun opened this issue Aug 3, 2018 · 1 comment
Open

Using deprecated NumPy API warnings #64

swirhun opened this issue Aug 3, 2018 · 1 comment

Comments

@swirhun
Copy link

swirhun commented Aug 3, 2018

.../numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]

@swirhun
Copy link
Author

swirhun commented Aug 3, 2018

Also, I think scipy may have changed and now "flbas" token here is not used. In other words, it used to be sp.linalg.blas.fblas.<...>, and taking out the ".fblas" part allowed my system (which is Debian based) to use the SciPy-BLAS backend when I look at deltasigma.simulation_backends

in file: _simulateDSM_scipy_blas.pyx

cdef dgemv_ptr dgemv=<dgemv_ptr>PyCObject_AsVoidPtr(
sp.linalg.blas.dgemv._cpointer)
cdef dcopy_ptr dcopy=<dcopy_ptr>PyCObject_AsVoidPtr(
sp.linalg.blas.dcopy._cpointer)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant