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

Update CI scripts to run native NetworkX unit tests using various cugraph-nx algos #3770

Closed
rlratzel opened this issue Aug 7, 2023 · 0 comments · Fixed by #3793
Closed
Assignees

Comments

@rlratzel
Copy link
Contributor

rlratzel commented Aug 7, 2023

The goal is to ensure the cugraph-nx implementations work as part of the NetworkX API via the dispatching mechanism and are drop-in compatible.

Update the CI scripts to install the native NetworkX unit tests (ie. the actual unit tests included in the NetworkX repo, written for NetworkX) and make them available to run as part of CI to verify the cugraph-nx implementations are drop-in compatible.

This task need not be specific to CI, and it may actually be better if developers could run the native NetworkX unit tests in their development environment too.

rapids-bot bot pushed a commit that referenced this issue Aug 22, 2023
…3.2 (#3808)

This is one step to support #3770 

Note that NetworkX version 3.2 is currently under development.

CC @rlratzel

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

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

URL: #3808
rapids-bot bot pushed a commit that referenced this issue Aug 24, 2023
closes #3771 
closes #3772 
closes #3770 

This PR adds updates to build new `cugraph-nx` wheels and conda packages, updates the CI scripts to test them, and also updates the auto-versioning script used during releases to also update `cugraph-nx`.

This PR also cleans up some tech debt in `dependencies.yaml` and various conda recipes (added missing meta-data).

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

Approvers:
  - Ray Douglass (https://github.com/raydouglass)
  - Erik Welch (https://github.com/eriknw)
  - Alex Barghi (https://github.com/alexbarghi-nv)

URL: #3793
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants