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

[RELEASE] cugraph v23.12 #4027

Merged
merged 86 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
81e27de
v23.12 Updates [skip ci]
raydouglass Sep 22, 2023
f8890a9
Merge pull request #3871 from rapidsai/branch-23.10
GPUtester Sep 22, 2023
bdb9d38
Merge pull request #3876 from rapidsai/branch-23.10
GPUtester Sep 25, 2023
a8bf87f
Merge pull request #3878 from rapidsai/branch-23.10
GPUtester Sep 26, 2023
0da1e70
Merge pull request #3880 from rapidsai/branch-23.10
GPUtester Sep 26, 2023
240de5a
Merge pull request #3881 from rapidsai/branch-23.10
GPUtester Sep 26, 2023
ff10ff3
Merge pull request #3882 from rapidsai/branch-23.10
GPUtester Sep 26, 2023
b7944bc
Merge pull request #3883 from rapidsai/branch-23.10
GPUtester Sep 26, 2023
526b404
Merge pull request #3888 from rapidsai/branch-23.10
GPUtester Sep 27, 2023
8dc0493
Merge branch-23.10 into branch-23.12
rlratzel Sep 28, 2023
0e7df55
Merge pull request #3898 from rlratzel/branch-23.12-merge-23.10
raydouglass Sep 28, 2023
b42d9f8
Merge pull request #3899 from rapidsai/branch-23.10
GPUtester Sep 29, 2023
143324d
Merge pull request #3901 from rapidsai/branch-23.10
GPUtester Sep 29, 2023
16c5d34
Merge pull request #3902 from rapidsai/branch-23.10
GPUtester Sep 29, 2023
b3d2452
CUDA 12.0 ARM conda support. (#3903)
bdice Oct 4, 2023
2c1626f
Adds benchmarks for `nx-cugraph` (#3854)
rlratzel Oct 6, 2023
af5de4e
Merge branch-23.08 into branch-23.10
nv-rliu Oct 6, 2023
c02b295
update Dask worker min timeout
nv-rliu Oct 10, 2023
81e33bd
Link wholegrah and cugraphops XML docs (#3906)
AyodeAwe Oct 11, 2023
06a840e
Update Broken Links in README.md (#3924)
nv-rliu Oct 11, 2023
f605d6a
Use branch-23.12 workflows. (#3928)
bdice Oct 12, 2023
ea61c4f
Merge branch 'branch-23.12' into branch-23.12-merge-23.10
ChuckHastings Oct 12, 2023
63e282e
new build all option (#3916)
BradReesWork Oct 12, 2023
b7fd16a
Merge branch 'branch-23.12' into branch-23.12-merge-23.10
BradReesWork Oct 12, 2023
3003307
TODO: revert this commit for re-running ci
nv-rliu Oct 12, 2023
60c2d46
DONE: reverted to re-run ci
nv-rliu Oct 12, 2023
98cf958
Merge branch 'branch-23.10' of https://github.com/rapidsai/cugraph in…
nv-rliu Oct 12, 2023
c1c8c68
Merge branch 'rapidsai-branch-23.10' into branch-23.12-merge-23.10
nv-rliu Oct 12, 2023
d52344d
style fix for merged changes
nv-rliu Oct 12, 2023
c457090
bump wheel-build-plc to cpu32
nv-rliu Oct 13, 2023
ebe792b
update pr.yaml to bump to cpu32
nv-rliu Oct 13, 2023
ba648ff
Merge pull request #3919 from nv-rliu/branch-23.12-merge-23.10
raydouglass Oct 14, 2023
89e884a
Silence spurious compiler warnings (#3913)
seunghwak Oct 14, 2023
11279aa
Updating Docs (#3923)
BradReesWork Oct 16, 2023
34bc1ae
Updates to 23.12 (#3905)
raydouglass Oct 17, 2023
f0ea634
Add nx-cugraph notebook for showing accelerated networkX APIs (#3830)
betochimas Oct 17, 2023
9efd87d
Temporarily disable mg testing (#3940)
jnke2016 Oct 17, 2023
34dce3d
Implement the transform_e primitive (to update property values for al…
seunghwak Oct 18, 2023
8877464
Add multigraph support to nx-cugraph (#3934)
eriknw Oct 18, 2023
0fd5883
update workflow links (#3939)
AyodeAwe Oct 18, 2023
d9a8dc7
nx-cugraph: xfail test_louvain.py:test_threshold in Python 3.9 (#3944)
eriknw Oct 23, 2023
9b28458
Some MTMG code cleanup and small optimizations (#3894)
ChuckHastings Oct 24, 2023
629e63c
nx-cugraph: add k_truss and degree centralities (#3945)
eriknw Oct 25, 2023
c90fd94
Unpin `dask` and `distributed` for `23.12` development (#3953)
galipremsagar Oct 26, 2023
4e39f20
Download `xml` docs artifact through CloudFront endpoint (#3955)
AyodeAwe Oct 27, 2023
a57f779
Update the neighbor intersection primitive to support edge masking. (…
seunghwak Oct 27, 2023
e0c3a93
Fix an issue occurring in the cuGraph-DGL example for "mixed" mode. (…
drivanov Oct 30, 2023
9755022
nx-cugraph: handle seed argument in edge_betweenness_centrality (#3943)
eriknw Oct 30, 2023
35875a8
Errors compiling for DLFW on CUDA 12.3 (#3952)
ChuckHastings Oct 31, 2023
d6c7fa1
Add many graph generators to nx-cugraph (#3954)
eriknw Oct 31, 2023
24845ca
Skip certain `cugraph-pyg` tests when `torch_sparse` is not available…
tingyu66 Oct 31, 2023
eb1e515
nx-cugraph: add CC for undirected graphs to fix k-truss (#3965)
eriknw Oct 31, 2023
0a90563
Cut peak memory footprint in graph creation (#3966)
seunghwak Nov 1, 2023
5c0bc8a
[BUG] Check if Dask has quit to avoid throwing an exception and trigg…
alexbarghi-nv Nov 1, 2023
f4bcdc2
Setup Consistent Nightly Versions for Pip and Conda (#3933)
divyegala Nov 1, 2023
2bdb735
Skip certain `cugraph-pyg` tests when torch-sparse is not available (…
tingyu66 Nov 3, 2023
586451d
MTMG multi node (#3932)
ChuckHastings Nov 6, 2023
a3cda5d
[BUG] Restore the original default order of CSR, which does not rever…
alexbarghi-nv Nov 7, 2023
ac5b981
Fix eigenvector testing and HITS testing discrepancies (#3979)
ChuckHastings Nov 7, 2023
663d95f
[REVIEW]Optimize cugraph-DGL csc codepath (#3977)
VibhuJawa Nov 8, 2023
9b9ce55
CuGraph compatibility fixes (#3973)
brandon-b-miller Nov 8, 2023
77bb291
Updates README file to include nx-cugraph user documentation, adds nx…
rlratzel Nov 8, 2023
c3b3cee
Fixes typos, updates link to NX backend docs. (#3989)
rlratzel Nov 8, 2023
ff94333
Adds update-version.sh support for proper versioning to cu version su…
rlratzel Nov 14, 2023
96a7a6e
Move MTMG_TEST to MG tests block (#3993)
naimnv Nov 14, 2023
b90e1a5
Use new `rapids-dask-dependency` metapackage for managing `dask` vers…
galipremsagar Nov 14, 2023
8c104a5
Pin to minor versions of packages outside the cuGraph repository. (#4…
bdice Nov 15, 2023
119816c
[BUG] Fix Incorrect Edge Index, Directory Selection in cuGraph-PyG Lo…
alexbarghi-nv Nov 17, 2023
06f082b
Enable build concurrency for nightly and merge triggers. (#4009)
bdice Nov 17, 2023
5d43f14
Find rmm before cuco (#4011)
vyasr Nov 18, 2023
0684f9d
`Resultset` and `Dataset` Refactors (#3957)
nv-rliu Nov 19, 2023
0f28b2e
[BUG] Fix Graph Construction From Pandas in cuGraph-PyG (#3985)
alexbarghi-nv Nov 20, 2023
d34e3d6
Address FIXMEs (#3988)
seunghwak Nov 20, 2023
8549b54
Fix Leiden refinement phase (#3990)
naimnv Nov 20, 2023
6e765bb
nx-cugraph: add SSSP (unweighted) (#3976)
eriknw Nov 20, 2023
f3eecda
Support `drop_last` Argument in cuGraph-PyG Loader (#3995)
alexbarghi-nv Nov 20, 2023
6b3d3e3
Enable parallel mode (#3875)
jnke2016 Nov 21, 2023
3f1c7b5
Update C API graph creation function signatures (#3982)
ChuckHastings Nov 21, 2023
fceb6b7
adding C/C++ API docs (#3938)
BradReesWork Nov 21, 2023
332676e
[DOC]: Fix invalid links and add materials to notebooks (#4002)
huiyuxie Nov 21, 2023
f2df81d
nx-cugraph: add `eigenvector_centrality`, `katz_centrality`, `hits`, …
eriknw Nov 22, 2023
4b1618b
Adds missing connected_components algo to table. (#4019)
rlratzel Nov 22, 2023
3116eed
Moves more MG graph ETL to libcugraph and re-enables MG tests in CI (…
jnke2016 Nov 27, 2023
1e446c4
Correct defect found in DLFW testing (#4021)
ChuckHastings Nov 28, 2023
3fc3e98
Pin actions/labeler to v4 [skip ci] (#4038)
raydouglass Dec 4, 2023
2ec94b3
Update Changelog [skip ci]
raydouglass Dec 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .devcontainer/cuda11.8-conda/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"args": {
"CUDA": "11.8",
"PYTHON_PACKAGE_MANAGER": "conda",
"BASE": "rapidsai/devcontainers:23.10-cpp-llvm16-cuda11.8-mambaforge-ubuntu22.04"
"BASE": "rapidsai/devcontainers:23.12-cpp-cuda11.8-mambaforge-ubuntu22.04"
}
},
"hostRequirements": {"gpu": "optional"},
"features": {
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.10": {}
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.12": {}
},
"overrideFeatureInstallOrder": [
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"
Expand Down
8 changes: 5 additions & 3 deletions .devcontainer/cuda11.8-pip/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"args": {
"CUDA": "11.8",
"PYTHON_PACKAGE_MANAGER": "pip",
"BASE": "rapidsai/devcontainers:23.10-cpp-llvm16-cuda11.8-ubuntu22.04"
"BASE": "rapidsai/devcontainers:23.12-cpp-llvm16-cuda11.8-ubuntu22.04"
}
},
"hostRequirements": {"gpu": "optional"},
"features": {
"ghcr.io/rapidsai/devcontainers/features/ucx:23.10": {"version": "1.14.1"},
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.10": {}
"ghcr.io/rapidsai/devcontainers/features/ucx:23.12": {
"version": "1.14.1"
},
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.12": {}
},
"overrideFeatureInstallOrder": [
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/cuda12.0-conda/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"args": {
"CUDA": "12.0",
"PYTHON_PACKAGE_MANAGER": "conda",
"BASE": "rapidsai/devcontainers:23.10-cpp-mambaforge-ubuntu22.04"
"BASE": "rapidsai/devcontainers:23.12-cpp-mambaforge-ubuntu22.04"
}
},
"hostRequirements": {"gpu": "optional"},
"features": {
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.10": {}
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.12": {}
},
"overrideFeatureInstallOrder": [
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"
Expand Down
8 changes: 5 additions & 3 deletions .devcontainer/cuda12.0-pip/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"args": {
"CUDA": "12.0",
"PYTHON_PACKAGE_MANAGER": "pip",
"BASE": "rapidsai/devcontainers:23.10-cpp-llvm16-cuda12.0-ubuntu22.04"
"BASE": "rapidsai/devcontainers:23.12-cpp-llvm16-cuda12.0-ubuntu22.04"
}
},
"hostRequirements": {"gpu": "optional"},
"features": {
"ghcr.io/rapidsai/devcontainers/features/ucx:23.10": {"version": "1.14.1"},
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.10": {}
"ghcr.io/rapidsai/devcontainers/features/ucx:23.12": {
"version": "1.14.1"
},
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:23.12": {}
},
"overrideFeatureInstallOrder": [
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"
Expand Down
27 changes: 14 additions & 13 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ on:
default: nightly

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true

jobs:
cpp-build:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -38,7 +38,7 @@ jobs:
python-build:
needs: [cpp-build]
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -47,7 +47,7 @@ jobs:
upload-conda:
needs: [cpp-build, python-build]
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-upload-packages.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -57,7 +57,7 @@ jobs:
if: github.ref_type == 'branch'
needs: python-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-23.12
with:
arch: "amd64"
branch: ${{ inputs.branch }}
Expand All @@ -69,20 +69,21 @@ jobs:
sha: ${{ inputs.sha }}
wheel-build-pylibcugraph:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
sha: ${{ inputs.sha }}
date: ${{ inputs.date }}
script: ci/build_wheel_pylibcugraph.sh
extra-repo: rapidsai/cugraph-ops
extra-repo-sha: branch-23.10
extra-repo-sha: branch-23.12
extra-repo-deploy-key: CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
node_type: cpu32
wheel-publish-pylibcugraph:
needs: wheel-build-pylibcugraph
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-publish.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -92,20 +93,20 @@ jobs:
wheel-build-cugraph:
needs: wheel-publish-pylibcugraph
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
sha: ${{ inputs.sha }}
date: ${{ inputs.date }}
script: ci/build_wheel_cugraph.sh
extra-repo: rapidsai/cugraph-ops
extra-repo-sha: branch-23.10
extra-repo-sha: branch-23.12
extra-repo-deploy-key: CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
wheel-publish-cugraph:
needs: wheel-build-cugraph
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-publish.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -115,7 +116,7 @@ jobs:
wheel-build-nx-cugraph:
needs: wheel-publish-pylibcugraph
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand All @@ -125,7 +126,7 @@ jobs:
wheel-publish-nx-cugraph:
needs: wheel-build-nx-cugraph
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-publish.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-23.12
with:
build_type: ${{ inputs.build_type || 'branch' }}
branch: ${{ inputs.branch }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
38 changes: 20 additions & 18 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,41 +27,41 @@ jobs:
- wheel-tests-nx-cugraph
- devcontainer
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/pr-builder.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-23.12
checks:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/checks.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-23.12
with:
enable_check_generated_files: false
conda-cpp-build:
needs: checks
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-23.12
with:
build_type: pull-request
node_type: cpu32
conda-cpp-tests:
needs: conda-cpp-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.12
with:
build_type: pull-request
conda-python-build:
needs: conda-cpp-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-23.12
with:
build_type: pull-request
conda-python-tests:
needs: conda-python-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-23.12
with:
build_type: pull-request
conda-notebook-tests:
needs: conda-python-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-23.12
with:
build_type: pull-request
node_type: "gpu-v100-latest-1"
Expand All @@ -71,7 +71,7 @@ jobs:
docs-build:
needs: conda-python-build
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/custom-job.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-23.12
with:
build_type: pull-request
node_type: "gpu-v100-latest-1"
Expand All @@ -81,57 +81,59 @@ jobs:
wheel-build-pylibcugraph:
needs: checks
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-23.12
with:
build_type: pull-request
script: ci/build_wheel_pylibcugraph.sh
extra-repo: rapidsai/cugraph-ops
extra-repo-sha: branch-23.10
extra-repo-sha: branch-23.12
extra-repo-deploy-key: CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
node_type: cpu32
wheel-tests-pylibcugraph:
needs: wheel-build-pylibcugraph
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-23.12
with:
build_type: pull-request
script: ci/test_wheel_pylibcugraph.sh
wheel-build-cugraph:
needs: wheel-tests-pylibcugraph
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-23.12
with:
build_type: pull-request
script: ci/build_wheel_cugraph.sh
extra-repo: rapidsai/cugraph-ops
extra-repo-sha: branch-23.10
extra-repo-sha: branch-23.12
extra-repo-deploy-key: CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
wheel-tests-cugraph:
needs: wheel-build-cugraph
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-23.12
with:
build_type: pull-request
script: ci/test_wheel_cugraph.sh
wheel-build-nx-cugraph:
needs: wheel-tests-pylibcugraph
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-build.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-23.12
with:
build_type: pull-request
script: ci/build_wheel_nx-cugraph.sh
wheel-tests-nx-cugraph:
needs: wheel-build-nx-cugraph
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-23.12
with:
build_type: pull-request
script: ci/test_wheel_nx-cugraph.sh
devcontainer:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/build-in-devcontainer.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-23.12
with:
node_type: cpu32
extra-repo-deploy-key: CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
build_command: |
sccache -z;
build-all --verbose;
build-all --verbose -j$(nproc --ignore=1);
sccache -s;
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ on:
jobs:
conda-cpp-tests:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.12
with:
build_type: nightly
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
conda-python-tests:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/conda-python-tests.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-23.12
with:
build_type: nightly
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
wheel-tests-pylibcugraph:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-23.12
with:
build_type: nightly
branch: ${{ inputs.branch }}
Expand All @@ -41,7 +41,7 @@ jobs:
script: ci/test_wheel_pylibcugraph.sh
wheel-tests-cugraph:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-23.12
with:
build_type: nightly
branch: ${{ inputs.branch }}
Expand All @@ -50,7 +50,7 @@ jobs:
script: ci/test_wheel_cugraph.sh
wheel-tests-nx-cugraph:
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/wheels-test.yaml@branch-23.10
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-23.12
with:
build_type: nightly
branch: ${{ inputs.branch }}
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ datasets/*
# Jupyter Notebooks
.ipynb_checkpoints

## Doxygen
## Doxygen and Docs
cpp/doxygen/html
docs/cugraph/lib*
docs/cugraph/api/*

# created by Dask tests
python/dask-worker-space
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: black
language_version: python3
args: [--target-version=py38]
files: ^python/
files: ^(python/.*|benchmarks/.*)$
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
hooks:
Expand Down
Loading
Loading