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

Algorithm Migration - Betweenness Centrality #3272

Closed
15 tasks done
kingmesal opened this issue Feb 14, 2023 · 0 comments · Fixed by #3829
Closed
15 tasks done

Algorithm Migration - Betweenness Centrality #3272

kingmesal opened this issue Feb 14, 2023 · 0 comments · Fixed by #3829
Assignees
Labels
Epic Tracker for a relatively large body of work that is broken down into stories and issues

Comments

@kingmesal
Copy link

kingmesal commented Feb 14, 2023

@kingmesal kingmesal added the Epic Tracker for a relatively large body of work that is broken down into stories and issues label Feb 14, 2023
@kingmesal kingmesal mentioned this issue Mar 7, 2023
4 tasks
@BradReesWork BradReesWork added ? - Needs Triage Need team to review and classify and removed ? - Needs Triage Need team to review and classify labels Jul 6, 2023
rapids-bot bot pushed a commit that referenced this issue Aug 30, 2023
The python API is now leveraging the CAPI for both [betweenness](#2971) and [edge betweenness centrality](#3672) therefore, the legacy code is no longer used anywhere. This PR cleanup the C++ API.

closes #2651 
closes #3272

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

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

URL: #3829
rlratzel pushed a commit to rlratzel/cugraph that referenced this issue 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
Epic Tracker for a relatively large body of work that is broken down into stories and issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants