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

np.machar is depricated #61

Closed
davidovitch opened this issue Nov 3, 2023 · 1 comment
Closed

np.machar is depricated #61

davidovitch opened this issue Nov 3, 2023 · 1 comment

Comments

@davidovitch
Copy link
Member

numpy.MaChar has been deprecated since numpy v1.22, and has been removed since v1.25 (see https://numpy.org/doc/1.25/release/1.25.0-notes.html and numpy/numpy#22638). Not sure how to replace it yet, but one should be able to figure out based on the documentation:

np.finfo(float).machar.tiny should become np.finfo(float).tiny and np.finfo(float).machar.xmax np.finfo(float).max

@davidovitch
Copy link
Member Author

davidovitch commented Nov 9, 2023

was fixed by #57 and #62.

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

1 participant