-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge fast-forwarded files from cugraph into nx-cugraph (#13)
> Keep the nx-cugraph repo in sync with any relevant changes made to the cugraph codebase Part of rapidsai/graph_dl#578 This PR updates branch-24.12 with any updates that were made since the last fast-forward ([PR on Oct 3, 2024](#4)) This was done by running `git log --since="2024-10-03" --name-only --pretty=format: -- python/nx-cugraph/ | sort | uniq` inside the cugraph repo to see which files were modified since the last fast-forward. These files were then copied over while preserving their history ```bash git filter-repo \ --path python/nx-cugraph/_nx_cugraph/__init__.py \ --path python/nx-cugraph/nx_cugraph/tests/test_ego_graph.py \ --path python/nx-cugraph/README.md \ --path-rename python/nx-cugraph/_nx_cugraph/__init__.py:_nx_cugraph/__init__.py \ --path-rename python/nx-cugraph/nx_cugraph/tests/test_ego_graph.py:nx_cugraph/tests/test_ego_graph.py \ --path-rename python/nx-cugraph/README.md:README.md ``` Authors: - Ralph Liu (https://github.com/nv-rliu) - Erik Welch (https://github.com/eriknw) - Ray Douglass (https://github.com/raydouglass) - Rick Ratzel (https://github.com/rlratzel) - gpuCI (https://github.com/GPUtester) - Jake Awe (https://github.com/AyodeAwe) - Kyle Edwards (https://github.com/KyleFromNVIDIA) - James Lamb (https://github.com/jameslamb) Approvers: - Erik Welch (https://github.com/eriknw) URL: #13
- Loading branch information
Showing
3 changed files
with
49 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters