-
Notifications
You must be signed in to change notification settings - Fork 310
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
Removal of remaining DiGraph Python mentions #2049
Removal of remaining DiGraph Python mentions #2049
Conversation
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.
Overall it looks good so far, and here's some early feedback. The main goal is that the cugraph code should not be using deprecated code, and this PR accomplishes that, but we may want to roll back a few of these other changes to allow users to continue to use the deprecated classes in case they haven't migrated yet, but we can discuss offline..
Codecov Report
@@ Coverage Diff @@
## branch-22.04 #2049 +/- ##
================================================
- Coverage 73.26% 73.11% -0.16%
================================================
Files 151 155 +4
Lines 9736 10061 +325
================================================
+ Hits 7133 7356 +223
- Misses 2603 2705 +102
Continue to review full report at Codecov.
|
@gpucibot merge |
Closes #2005 when merged