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

Make sure H2O-3 runs with both new and older Numpy #16295

Open
wendycwong opened this issue Jun 3, 2024 · 0 comments
Open

Make sure H2O-3 runs with both new and older Numpy #16295

wendycwong opened this issue Jun 3, 2024 · 0 comments
Assignees

Comments

@wendycwong
Copy link
Contributor

Information from @tomasfryda

@team-h2o-3 I think we should make sure the new numpy major release doesn’t break our code. There are breaking changes so the easiest fix is probably to check for version 1.x.x in h2o.utils.shared_utils.can_use_numpy .
https://numpy.org/news/#numpy-20-release-date-june-16
numpy.orgnumpy.org
News
NumPy 2.0 release date: June 16# 23 May, 2024 – We are excited to announce that NumPy 2.0 is planned to be released on June 16, 2024. This release has been over a year in the making, and is the first major release since 2006. Importantly, in addition to many new features and performance improvement, it contains breaking changes to the ABI as well as the Python and C APIs. It is likely that downstream packages and end user code needs to be adapted - if you can, please verify whether your code works with NumPy 2. (47 kB)

The point here is to make sure that H2O-3 can run with latest version of Numpy as well as the original Numpy.

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