-
Notifications
You must be signed in to change notification settings - Fork 17
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
Pylearn-parsimony is not compatible with numpy version >=1.20 #38
Comments
Fixed in master but need a release. |
And by the way, are you using this package with Python 2.7 or Python 3? |
Hey, thanks for quick fix ! I am trying to use it with Python 3. Seems to work up to 3.8, but would like to go 3.10... |
Issues with 3.10 or 3.11? |
Issue noted with 3.10, not tested with 3.11... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While trying to use this module with a recent version of Python and numpy, scipy, and understand the error underlying desanou/multiscale_glasso#1, I got the following error:
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
It seems that parsimony use at least once
np.float
:pylearn-parsimony/parsimony/utils/check_arrays.py
Line 52 in 969ea18
Do you plan to publish a release correcting this?
Thanks
The text was updated successfully, but these errors were encountered: