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

Refactoring for numpy >2.0 support #62

Open
maestroque opened this issue Aug 19, 2024 · 0 comments
Open

Refactoring for numpy >2.0 support #62

maestroque opened this issue Aug 19, 2024 · 0 comments
Labels
Bug Something isn't working

Comments

@maestroque
Copy link
Contributor

Currently the numpy package is constrained to be <2, due to some incompatibilities within the codebase and the new API. The ones currently detected include:

  • numpy.math usage (mainly numpy.math.pi)

A workaround shall be found for compatibility with versions both over and under numpy 2.0. Some relevant PRs could be these [1] [2]

[Note] Edit this issue accordingly if other incompatibilities are found

@maestroque maestroque added the Bug Something isn't working label Aug 19, 2024
@maestroque maestroque removed their assignment Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant