-
Notifications
You must be signed in to change notification settings - Fork 304
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
[REVIEW] Pylibcugraph connected components #1800
Conversation
… plus connected_components placeholder.
…for new dir names.
… for versioneer.py files in copyright checker.
…lean build was performed.
… errors and added import smoke test, formatting.
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #1800 +/- ##
================================================
+ Coverage 59.85% 69.83% +9.97%
================================================
Files 77 139 +62
Lines 3547 8592 +5045
================================================
+ Hits 2123 6000 +3877
- Misses 1424 2592 +1168
Continue to review full report at Codecov.
|
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.
Approving ops-codeowner
file changes
@gpucibot merge |
Adds initial support for
pylibcugraph.strongly_connected_components()
andpylibcugraph.weakly_connected_components()
This is still the first phase for pylibcugraph, where future phases will see the current cython code in cugraph replaced with a call to pylibcugraph from python. For now, they're still independent cython extensions.
Also added unit tests and updated ci testing script to call the new pylibcugraph tests.