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 G.__networkx_cache__ to enable graph conversion caching #4567

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

eriknw
Copy link
Contributor

@eriknw eriknw commented Jul 30, 2024

Adding this now, because this was an oversight.

By having a G.__networkx_cache__ MutableMapping, we give NetworkX the ability to cache graph conversions. This will be most useful in dev and future versions of NetworkX. As such, it would be nice (but not strictly essential) to get this in 24.08.

@eriknw eriknw added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change python nx-cugraph labels Jul 30, 2024
@eriknw eriknw requested a review from a team as a code owner July 30, 2024 16:14
@rlratzel
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit fae0d3e into rapidsai:branch-24.08 Jul 31, 2024
139 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 nx-cugraph python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants