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

Add MG implementation of induced subgraph #3391

Merged

Conversation

jnke2016
Copy link
Contributor

This PR adds an MG implementation of induced subgraph by leveraging the CAPI

closes #2535
closes #2536

@jnke2016 jnke2016 requested review from a team as code owners March 29, 2023 14:56
@rlratzel rlratzel added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 29, 2023
@BradReesWork BradReesWork added this to the 23.04 milestone Mar 30, 2023
@BradReesWork BradReesWork requested a review from rlratzel March 30, 2023 19:04
Copy link
Contributor

@rlratzel rlratzel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also add deprecatino warnings for cugraph.subgraph so we can start the process of removing that API, which is now redundant?

python/cugraph/cugraph/dask/community/induced_subgraph.py Outdated Show resolved Hide resolved
python/cugraph/cugraph/dask/community/induced_subgraph.py Outdated Show resolved Hide resolved
@rlratzel
Copy link
Contributor

rlratzel commented Apr 3, 2023

/merge

@rapids-bot rapids-bot bot merged commit ee98cea into rapidsai:branch-23.04 Apr 3, 2023
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.

MNMG Induce Subgraph - Python unit tests MNMG Induce Subgraph - Python
5 participants