We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
Remove legacy betweenness centrality (#3829)
5120c63
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
Remove legacy betweenness centrality (rapidsai#3829)
3c8a8c6
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
ChuckHastings
Successfully merging a pull request may close this issue.
Tasks
The text was updated successfully, but these errors were encountered: