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

nx-cugraph: add to_undirected method; add reciprocity algorithms #4063

Merged
merged 14 commits into from
Jan 18, 2024

Conversation

eriknw
Copy link
Contributor

@eriknw eriknw commented Dec 15, 2023

Getting G.to_undirected to work was more involved than I expected, but at least we got two algorithms "for free" out of the effort!

We raise NotImplementedError for multidigraph.to_undirected() for now.

I would say that understanding the reciprocity algorithms is the first step to understanding to_undirected.

@eriknw eriknw requested a review from a team as a code owner December 15, 2023 21:03
@eriknw eriknw added the improvement Improvement / enhancement to an existing function label Jan 2, 2024
@rlratzel rlratzel added the non-breaking Non-breaking change label Jan 18, 2024
@rlratzel
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit c5d2a9a into rapidsai:branch-24.02 Jan 18, 2024
102 checks passed
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 python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants