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

Remove legacy betweenness centrality #3829

Merged

Conversation

jnke2016
Copy link
Contributor

@jnke2016 jnke2016 commented Aug 28, 2023

The python API is now leveraging the CAPI for both betweenness and edge betweenness centrality therefore, the legacy code is no longer used anywhere. This PR cleanup the C++ API.

closes #2651
closes #3272

@jnke2016 jnke2016 requested review from a team as code owners August 28, 2023 11:01
@copy-pr-bot
Copy link

copy-pr-bot bot commented Aug 30, 2023

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@ChuckHastings ChuckHastings added improvement Improvement / enhancement to an existing function breaking Breaking change labels Aug 30, 2023
@ChuckHastings
Copy link
Collaborator

/ok to test

@ChuckHastings
Copy link
Collaborator

/merge

@rapids-bot rapids-bot bot merged commit 5120c63 into rapidsai:branch-23.10 Aug 30, 2023
54 checks passed
rlratzel pushed a commit to rlratzel/cugraph that referenced this pull request Sep 8, 2023
The python API is now leveraging the CAPI for both [betweenness](rapidsai#2971) and [edge betweenness centrality](rapidsai#3672) therefore, the legacy code is no longer used anywhere. This PR cleanup the C++ API.

closes rapidsai#2651
closes rapidsai#3272

Authors:
  - Joseph Nke (https://github.com/jnke2016)
  - Chuck Hastings (https://github.com/ChuckHastings)

Approvers:
  - Chuck Hastings (https://github.com/ChuckHastings)

URL: rapidsai#3829
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change improvement Improvement / enhancement to an existing function
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Algorithm Migration - Betweenness Centrality MNMG BC - Remove legacy C/C++
2 participants