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

SpiPy's simps() is deprecated #575

Closed
pcagas opened this issue Aug 28, 2024 · 0 comments · Fixed by #579
Closed

SpiPy's simps() is deprecated #575

pcagas opened this issue Aug 28, 2024 · 0 comments · Fixed by #579

Comments

@pcagas
Copy link
Contributor

pcagas commented Aug 28, 2024

SciPy's simps function (scipy.integrate.simps) has been deprecated in scipy 1.14. It is instead replaced by scipy.integrate.simpson (https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.simpson.html).

Currently, pip with Python 3.10 installs scipy 1.14 and import mala fails.

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

Successfully merging a pull request may close this issue.

2 participants