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

Drop support for NetworkX 3.0 and 3.1 #27

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

eriknw
Copy link
Contributor

@eriknw eriknw commented Nov 15, 2024

I successfully ran tests locally for networkx versions 3.3, 3.4, 3.4.1, and 3.4.2. I'm seeing failures for 3.2 and 3.2.1, but these failures are not introduced by this PR. I'll investigate further, but getting these to pass are probably "nice to have" for this release.

We should consider adding tests (perhaps nightly tests) to test against different networkx versions, such as minimum supported version and dev versions.

Closes rapidsai/cugraph#4760

@eriknw eriknw added the improvement Improves an existing functionality label Nov 15, 2024
@eriknw eriknw requested review from a team as code owners November 15, 2024 19:27
@eriknw eriknw requested a review from jameslamb November 15, 2024 19:27
@github-actions github-actions bot added conda Relates to conda packaging benchmarks labels Nov 15, 2024
eriknw added a commit to eriknw/cugraph that referenced this pull request Nov 15, 2024
@eriknw
Copy link
Contributor Author

eriknw commented Nov 15, 2024

Docs are also updated in rapidsai/cugraph#4766

@eriknw eriknw added the non-breaking Introduces a non-breaking change label Nov 15, 2024
@eriknw eriknw added this to the 24.12 milestone Nov 19, 2024
Copy link
Contributor

@rlratzel rlratzel left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for remembering to remove the ugly special cases in bench_algos.py too.

@nv-rliu
Copy link
Contributor

nv-rliu commented Nov 20, 2024

/merge

@rapids-bot rapids-bot bot merged commit ea10f21 into rapidsai:branch-24.12 Nov 20, 2024
30 checks passed
rapids-bot bot pushed a commit to rapidsai/cugraph that referenced this pull request Nov 25, 2024
This updates docs. Code changes are here: rapidsai/nx-cugraph#27

See: #4760

Authors:
  - Erik Welch (https://github.com/eriknw)

Approvers:
  - Rick Ratzel (https://github.com/rlratzel)

URL: #4766
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmarks conda Relates to conda packaging improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop support for NX 3.0, 3.1 in nx-cugraph
4 participants