-
Notifications
You must be signed in to change notification settings - Fork 18
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
v0.0.10 #75
v0.0.10 #75
Conversation
Looking forward to the new version. |
I'm testing this branch and have some comments. Don't forget to include in the release notes the breaking change from from Using simulated random data I get the
|
Thanks, @SilasK! That warning can be ignored, it is meant to be suppressed within Gemelli but if numpy is re-imported before running RPCA it will get un-suppressed. Not sure how to fix that or if I want to since the user might want that warning for other parts of their own code. It comes from the RCLR command where the infs/-infs/NaNs are later ignored. If you want to suppress it in your scripts add numpy.seterr(divide = 'ignore') after your numpy import. Let me know if you run into any other issues/comments on the new branch! |
Maby there is a divide function that can handle nans. |
Otherwise I could use it. |
Self-assigning for review |
@gibsramen Fixed, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple changes requested, thanks!
v0.0.10 (2023-12-01)
Bug fixes
Features [experimental]
Deprecated functionality