You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
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#2509closes#2496
Authors:
- Joseph Nke (https://github.com/jnke2016)
Approvers:
- Chuck Hastings (https://github.com/ChuckHastings)
- Rick Ratzel (https://github.com/rlratzel)
URL: #2866
WCC has C API support. Add the pylibcugraph API so it can be used by python.
The text was updated successfully, but these errors were encountered: