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

Incompatibility with scipy >= 1.14 #162

Open
grahamfindlay opened this issue Nov 20, 2024 · 2 comments
Open

Incompatibility with scipy >= 1.14 #162

grahamfindlay opened this issue Nov 20, 2024 · 2 comments

Comments

@grahamfindlay
Copy link

Scipy 1.14 deprecated integrate.simps in favor of integrate.simpson. This means that Scipy >= 1.14 errors on the following:

from scipy.integrate import simps

Easy fix, happy to PR if you want.

@wz274199091
Copy link

hi, I have downloaded the whl file for Scipy 1.14 locally, but I can't install it via pip, is this the reason why version 1.14 is deprecated?

@grahamfindlay
Copy link
Author

I think you've misunderstood: scipy.integrate.simps is the thing that is deprecated, not scipy itself.
Basically, versions of scipy<1.14 had a function called scipy.integrate.simps. Versions >=1.14 do not. Instead, they only have scipy.integrate.simpson.

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

2 participants