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

Numpy 2.0.0 breaks BioLogic.MPTfile() #116

Closed
d-cogswell opened this issue Jul 11, 2024 · 1 comment
Closed

Numpy 2.0.0 breaks BioLogic.MPTfile() #116

d-cogswell opened this issue Jul 11, 2024 · 1 comment

Comments

@d-cogswell
Copy link
Contributor

d-cogswell commented Jul 11, 2024

Errors indicate that some deprecated type aliases have finally been removed:
AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.

Deprecated in 1.20.0: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
Removed in 2.0.0: https://numpy.org/devdocs/release/2.0.0-notes.html#numpy-2-0-python-api-removals

I will prepare a PR to make these updates.

@ml-evs
Copy link
Collaborator

ml-evs commented Jul 31, 2024

Closed by #119

@ml-evs ml-evs closed this as completed Jul 31, 2024
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