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

Updates READMEs, updates core_number to properly ignore degree_type, minor cleanup #4776

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

rlratzel
Copy link
Contributor

@rlratzel rlratzel commented Nov 20, 2024

  • updates READMEs to remove outdated nx-cugraph text
  • updates core_number docs, APIs, tests to properly ignore degree_type due to core_number not supporting directed graphs which degree_type is intended for - degree_type settings will be honored when directed graphs are supported.
  • renames test helper function for clarity
  • fixes issue with datasets API to properly recreate the edgelist for MG (dask) if previously created for SG.

…er docs, APIs, tests to properly ignore degree_type, renames test help function for clarity.
@rlratzel rlratzel added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Nov 20, 2024
@rlratzel rlratzel added this to the 24.12 milestone Nov 20, 2024
@rlratzel rlratzel self-assigned this Nov 20, 2024
@rlratzel rlratzel requested review from a team as code owners November 20, 2024 22:50
Copy link
Contributor

@acostadon acostadon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

Copy link
Member

@alexbarghi-nv alexbarghi-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rlratzel
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit e155a8f into rapidsai:branch-24.12 Nov 25, 2024
68 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 python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cuGraph doc update: stale nxcg info in README, cugraph test info needed
4 participants