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 NumPy >=v2.0 and SciPy >=v1.14 #294

Open
ben-l-p opened this issue Jun 25, 2024 · 0 comments
Open

Incompatibility with NumPy >=v2.0 and SciPy >=v1.14 #294

ben-l-p opened this issue Jun 25, 2024 · 0 comments
Labels

Comments

@ben-l-p
Copy link
Collaborator

ben-l-p commented Jun 25, 2024

NumPy 2.0 has been released, which depreciates many functions that have been used in SHARPy. This now causes many unit tests to fail, and there is also a corresponding SciPy version which presents issues. These all show up as warnings in previous versions. A temporary fix #292 sets an upper ceiling on the versions which can be used (was previously set to use latest).

We aim to update the code so that we don't need this limit, as it will cause incompatibilities with new packages which use features from v2.0.

@ben-l-p ben-l-p changed the title Incompatibility with NumPy v2.0 Incompatibility with NumPy >=v2.0 and SciPy >=v1.14 Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant