-
Notifications
You must be signed in to change notification settings - Fork 304
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
Add many graph generators to nx-cugraph #3954
Merged
Merged
Commits on Oct 24, 2023
-
Add a few (mostly "classic") graph generators to nx-cugraph
Also, better handle dtypes for edge values passed to pylibcugraph, which only takes float32 and float64 atm.
Configuration menu - View commit details
-
Copy full SHA for b4fb8df - Browse repository at this point
Copy the full SHA b4fb8dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5365700 - Browse repository at this point
Copy the full SHA 5365700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03623a9 - Browse repository at this point
Copy the full SHA 03623a9View commit details
Commits on Oct 25, 2023
-
Allow node values to be numpy arrays or cupy arrays
Currently, node values aren't used for any values, the only thing they are used for is converting to and from networkx, which we do just fine.
Configuration menu - View commit details
-
Copy full SHA for 13c8a6c - Browse repository at this point
Copy the full SHA 13c8a6cView commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 98e87a7 - Browse repository at this point
Copy the full SHA 98e87a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e657ec4 - Browse repository at this point
Copy the full SHA e657ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e45109 - Browse repository at this point
Copy the full SHA 9e45109View commit details
Commits on Oct 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a12e92a - Browse repository at this point
Copy the full SHA a12e92aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0305b35 - Browse repository at this point
Copy the full SHA 0305b35View commit details -
Configuration menu - View commit details
-
Copy full SHA for d28edde - Browse repository at this point
Copy the full SHA d28eddeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9bd011 - Browse repository at this point
Copy the full SHA f9bd011View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33f19ee - Browse repository at this point
Copy the full SHA 33f19eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1166b5d - Browse repository at this point
Copy the full SHA 1166b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 834fd5b - Browse repository at this point
Copy the full SHA 834fd5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f0839 - Browse repository at this point
Copy the full SHA 49f0839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07dd4e7 - Browse repository at this point
Copy the full SHA 07dd4e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ffccf - Browse repository at this point
Copy the full SHA 36ffccfView commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bfed89f - Browse repository at this point
Copy the full SHA bfed89fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a43d5e7 - Browse repository at this point
Copy the full SHA a43d5e7View commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f410ba5 - Browse repository at this point
Copy the full SHA f410ba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 299c415 - Browse repository at this point
Copy the full SHA 299c415View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1916489 - Browse repository at this point
Copy the full SHA 1916489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e2cd8 - Browse repository at this point
Copy the full SHA 85e2cd8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.