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

MAINT: make compatible to NumPy 2 #525

Merged
merged 1 commit into from Apr 10, 2024
Merged

Conversation

DerWeh
Copy link
Contributor

@DerWeh DerWeh commented Apr 3, 2024

NumPy is about to release version 2 cleaning up their API, see https://numpy.org/devdocs/release/2.0.0-notes.html#numpy-2-0-python-api-removals

This PR ensures compatibility with the upcoming NumPy release by adopting the future-prove type names.

Signed-off-by: DerWeh <andreas.weh@web.de>
@paulbkoch paulbkoch merged commit 346362f into interpretml:develop Apr 10, 2024
52 of 53 checks passed
Copy link
Collaborator

@paulbkoch paulbkoch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @DerWeh! It's great to get ahead of incompatibilities with the upcoming numpy release.

@DerWeh DerWeh deleted the numpy2 branch April 11, 2024 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants