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

Removes the networkx_algorithm decorator to all SCC functions to disable dispatching to them #4120

Merged

Conversation

rlratzel
Copy link
Contributor

@rlratzel rlratzel commented Jan 26, 2024

The current cugraph strongly_connected_components is a legacy implementation with known issues, and in most cases should not be used until the cugraph team can provide an update.

This PR removes the networkx_algorithm decorator from all SCC functions to disable dispatching. Users can still run the SCC functions here by accessing them directly from nx_cugraph:

>>> import nx_cugraph as nxcg
>>> nxcg.strongly_connected_components(...)

Tested by running the nx_cugraph tests (pytest nx_cugraph/tests) and the NetworkX tests (run_nx_tests.sh)

Note: using the "non-breaking" label since this API was only present in nightlies and never released.

@rlratzel rlratzel added bug Something isn't working non-breaking Non-breaking change labels Jan 26, 2024
@rlratzel rlratzel added this to the 24.02 milestone Jan 26, 2024
@rlratzel rlratzel requested a review from eriknw January 26, 2024 20:17
@rlratzel rlratzel self-assigned this Jan 26, 2024
@rlratzel rlratzel requested a review from a team as a code owner January 26, 2024 20:17
@rlratzel
Copy link
Contributor Author

rlratzel commented Feb 2, 2024

/merge

@rapids-bot rapids-bot bot merged commit acb3add into rapidsai:branch-24.02 Feb 2, 2024
109 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants