-
Notifications
You must be signed in to change notification settings - Fork 70
Fix cupy.round for newer version of cupy
#507
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
Conversation
[RELEASE] v0.19 cucim
[RELEASE] cucim v21.06
REL Fix `21.06` Release Changelog
[RELEASE] cucim v21.08
[RELEASE] cucim v21.08.01
[RELEASE] cucim v21.12
[RELEASE] cucim v22.02
[RELEASE] cucim v22.04
[RELEASE] cucim v22.06
[RELEASE] cucim v22.08
[RELEASE] cucim v22.08.01
[RELEASE] cucim v22.12
Signed-off-by: Behrooz <[email protected]>
|
Retargeted to |
Thanks, I saw from the checks that main is not the right place. Will make another PR based on |
|
Ok sounds good. Thanks Behrooz! 🙏 Sorry again for the confusion |
cupy.roundis used in stain normalization and it is removed from the newer version of cupy (although I didn't find the changelog related to that). This PR simply changecp.roundtocp.around, which should be backward compatible.