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

Purge use of np.bool #1262

Open
JoerivanEngelen opened this issue Oct 31, 2024 · 0 comments
Open

Purge use of np.bool #1262

JoerivanEngelen opened this issue Oct 31, 2024 · 0 comments
Milestone

Comments

@JoerivanEngelen
Copy link
Contributor

np.bool was an alias for the builtin bool. It was removed in numpy >1.23, but then reintroduced in numpy 2.0 for some reason.

It currently is used in a type hint points_in_bounds. If you try to install iMOD Python with 1.26, it breaks upon import.

@JoerivanEngelen JoerivanEngelen added this to the v1.0 release milestone Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📯 New
Development

No branches or pull requests

1 participant