Skip to content
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

Update python WCC to leverage the CAPI #2866

Merged
merged 48 commits into from
Nov 14, 2022

Conversation

jnke2016
Copy link
Contributor

@jnke2016 jnke2016 commented Nov 1, 2022

The CAPI has a weakly connected component version that can be leverage by the PLC and python API. This PR:

  1. Add a PLC implementation of WCC
  2. Update the python API to leverage the PLC API
  3. Remove the legacy implementation
  4. Update both the python and the PLC tests
  5. Add PLC API to to create a graph from a CSR representation
  6. Update docstrings

closes #2509
closes #2496

@jnke2016 jnke2016 requested review from a team as code owners November 1, 2022 00:56
@BradReesWork BradReesWork added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Nov 1, 2022
@BradReesWork BradReesWork added this to the 22.12 milestone Nov 1, 2022
@codecov-commenter
Copy link

codecov-commenter commented Nov 4, 2022

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.12@e4ed302). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@               Coverage Diff               @@
##             branch-22.12    #2866   +/-   ##
===============================================
  Coverage                ?   60.76%           
===============================================
  Files                   ?      122           
  Lines                   ?     6867           
  Branches                ?        0           
===============================================
  Hits                    ?     4173           
  Misses                  ?     2694           
  Partials                ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rlratzel
Copy link
Contributor

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 1f346de into rapidsai:branch-22.12 Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WCC - Implement pylibcugraph API MNMG WCC - Python
5 participants