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

Replace instances of np.Inf to np.inf following Numpy 2.0 release #149

Open
luke9kim8 opened this issue Oct 10, 2024 · 1 comment
Open

Comments

@luke9kim8
Copy link

Since Numpy 2.0 release in June 2024, np.Inf is deprecated (See 'Highlights' in the release note). Would it be possible to have instances of np.Inf replaced with np.inf so we can use Numpy 2.0 when using this envrionment?

Creating the issue directly because I don't think there is a formal contribution guide. Please feel free to close this and link one in the comments if there is one.

@micahcarroll
Copy link
Member

Thank you for pointing this our @luke9kim8!

Is np.inf compatible with older versions of Numpy? If so, feel free to find and replace all the instances, and make a PR!

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