Skip to content

Commit fd2aee8

Browse files
committed
DOC v25.08 Updates [skip ci]
1 parent 5bbab69 commit fd2aee8

File tree

24 files changed

+188
-188
lines changed

24 files changed

+188
-188
lines changed

.devcontainer/cuda11.8-conda/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"args": {
66
"CUDA": "11.8",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:25.06-cpp-cuda11.8-mambaforge-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.08-cpp-cuda11.8-mambaforge-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.06-cuda11.8-conda"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.08-cuda11.8-conda"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.6": {}
18+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.8": {}
1919
},
2020
"overrideFeatureInstallOrder": [
2121
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda11.8-pip/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"args": {
66
"CUDA": "11.8",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:25.06-cpp-cuda11.8-ucx1.18.0-openmpi-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.08-cpp-cuda11.8-ucx1.18.0-openmpi-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.06-cuda11.8-pip"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.08-cuda11.8-pip"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.6": {
18+
"ghcr.io/rapidsai/devcontainers/features/cuda:25.8": {
1919
"version": "11.8",
2020
"installcuBLAS": true,
2121
"installcuSOLVER": true,
2222
"installcuRAND": true,
2323
"installcuSPARSE": true
2424
},
25-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.6": {}
25+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.8": {}
2626
},
2727
"overrideFeatureInstallOrder": [
2828
"ghcr.io/rapidsai/devcontainers/features/cuda",

.devcontainer/cuda12.8-conda/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"args": {
66
"CUDA": "12.8",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:25.06-cpp-mambaforge-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.08-cpp-mambaforge-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.06-cuda12.8-conda"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.08-cuda12.8-conda"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.6": {}
18+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.8": {}
1919
},
2020
"overrideFeatureInstallOrder": [
2121
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda12.8-pip/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"args": {
66
"CUDA": "12.8",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:25.06-cpp-cuda12.8-ucx1.18.0-openmpi-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.08-cpp-cuda12.8-ucx1.18.0-openmpi-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.06-cuda12.8-pip"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.08-cuda12.8-pip"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.6": {
18+
"ghcr.io/rapidsai/devcontainers/features/cuda:25.8": {
1919
"version": "12.8",
2020
"installcuBLAS": true,
2121
"installcuSOLVER": true,
2222
"installcuRAND": true,
2323
"installcuSPARSE": true
2424
},
25-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.6": {}
25+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.8": {}
2626
},
2727
"overrideFeatureInstallOrder": [
2828
"ghcr.io/rapidsai/devcontainers/features/cuda",

.github/workflows/build.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
jobs:
2929
cpp-build:
3030
secrets: inherit
31-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.06
31+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.08
3232
with:
3333
build_type: ${{ inputs.build_type || 'branch' }}
3434
branch: ${{ inputs.branch }}
@@ -38,7 +38,7 @@ jobs:
3838
python-build:
3939
needs: [cpp-build]
4040
secrets: inherit
41-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
41+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.08
4242
with:
4343
build_type: ${{ inputs.build_type || 'branch' }}
4444
branch: ${{ inputs.branch }}
@@ -47,7 +47,7 @@ jobs:
4747
upload-conda:
4848
needs: [cpp-build, python-build]
4949
secrets: inherit
50-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.06
50+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.08
5151
with:
5252
build_type: ${{ inputs.build_type || 'branch' }}
5353
branch: ${{ inputs.branch }}
@@ -57,7 +57,7 @@ jobs:
5757
if: github.ref_type == 'branch'
5858
needs: python-build
5959
secrets: inherit
60-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
60+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
6161
with:
6262
arch: "amd64"
6363
branch: ${{ inputs.branch }}
@@ -69,7 +69,7 @@ jobs:
6969
sha: ${{ inputs.sha }}
7070
wheel-build-libcugraph:
7171
secrets: inherit
72-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
72+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
7373
with:
7474
# build for every combination of arch and CUDA version, but only for the latest Python version
7575
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
@@ -84,7 +84,7 @@ jobs:
8484
wheel-publish-libcugraph:
8585
needs: wheel-build-libcugraph
8686
secrets: inherit
87-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
87+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
8888
with:
8989
build_type: ${{ inputs.build_type || 'branch' }}
9090
branch: ${{ inputs.branch }}
@@ -95,7 +95,7 @@ jobs:
9595
wheel-build-pylibcugraph:
9696
needs: wheel-build-libcugraph
9797
secrets: inherit
98-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
98+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
9999
with:
100100
build_type: ${{ inputs.build_type || 'branch' }}
101101
branch: ${{ inputs.branch }}
@@ -107,7 +107,7 @@ jobs:
107107
wheel-publish-pylibcugraph:
108108
needs: wheel-build-pylibcugraph
109109
secrets: inherit
110-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
110+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
111111
with:
112112
build_type: ${{ inputs.build_type || 'branch' }}
113113
branch: ${{ inputs.branch }}
@@ -118,7 +118,7 @@ jobs:
118118
wheel-build-cugraph:
119119
needs: wheel-build-pylibcugraph
120120
secrets: inherit
121-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
121+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
122122
with:
123123
build_type: ${{ inputs.build_type || 'branch' }}
124124
branch: ${{ inputs.branch }}
@@ -130,7 +130,7 @@ jobs:
130130
wheel-publish-cugraph:
131131
needs: wheel-build-cugraph
132132
secrets: inherit
133-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
133+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
134134
with:
135135
build_type: ${{ inputs.build_type || 'branch' }}
136136
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- telemetry-setup
3232
- devcontainer
3333
secrets: inherit
34-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.06
34+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.08
3535
if: always()
3636
with:
3737
needs: ${{ toJSON(needs) }}
@@ -59,7 +59,7 @@ jobs:
5959
changed-files:
6060
secrets: inherit
6161
needs: telemetry-setup
62-
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.06
62+
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.08
6363
with:
6464
files_yaml: |
6565
test_cpp:
@@ -90,49 +90,49 @@ jobs:
9090
checks:
9191
secrets: inherit
9292
needs: telemetry-setup
93-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.06
93+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.08
9494
with:
9595
enable_check_generated_files: false
9696
ignored_pr_jobs: telemetry-summarize
9797
conda-cpp-build:
9898
needs: checks
9999
secrets: inherit
100-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.06
100+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.08
101101
with:
102102
build_type: pull-request
103103
node_type: cpu32
104104
conda-cpp-tests:
105105
needs: [conda-cpp-build, changed-files]
106106
secrets: inherit
107-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
107+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.08
108108
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
109109
with:
110110
build_type: pull-request
111111
conda-cpp-checks:
112112
needs: conda-cpp-build
113113
secrets: inherit
114-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.06
114+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.08
115115
with:
116116
build_type: pull-request
117117
enable_check_symbols: true
118118
symbol_exclusions: (cugraph::ops|hornet|void writeEdgeCountsKernel|void markUniqueOffsetsKernel)
119119
conda-python-build:
120120
needs: conda-cpp-build
121121
secrets: inherit
122-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
122+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.08
123123
with:
124124
build_type: pull-request
125125
conda-python-tests:
126126
needs: [conda-python-build, changed-files]
127127
secrets: inherit
128-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
128+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.08
129129
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
130130
with:
131131
build_type: pull-request
132132
conda-notebook-tests:
133133
needs: [conda-python-build, changed-files]
134134
secrets: inherit
135-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
135+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
136136
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_notebooks
137137
with:
138138
build_type: pull-request
@@ -143,7 +143,7 @@ jobs:
143143
docs-build:
144144
needs: conda-python-build
145145
secrets: inherit
146-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
146+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
147147
with:
148148
build_type: pull-request
149149
node_type: "gpu-l4-latest-1"
@@ -153,7 +153,7 @@ jobs:
153153
wheel-build-libcugraph:
154154
needs: checks
155155
secrets: inherit
156-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
156+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
157157
with:
158158
# build for every combination of arch and CUDA version, but only for the latest Python
159159
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
@@ -164,7 +164,7 @@ jobs:
164164
wheel-build-pylibcugraph:
165165
needs: wheel-build-libcugraph
166166
secrets: inherit
167-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
167+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
168168
with:
169169
build_type: pull-request
170170
script: ci/build_wheel_pylibcugraph.sh
@@ -173,15 +173,15 @@ jobs:
173173
wheel-tests-pylibcugraph:
174174
needs: [wheel-build-pylibcugraph, changed-files]
175175
secrets: inherit
176-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
176+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.08
177177
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
178178
with:
179179
build_type: pull-request
180180
script: ci/test_wheel_pylibcugraph.sh
181181
wheel-build-cugraph:
182182
needs: wheel-build-pylibcugraph
183183
secrets: inherit
184-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
184+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
185185
with:
186186
build_type: pull-request
187187
script: ci/build_wheel_cugraph.sh
@@ -190,15 +190,15 @@ jobs:
190190
wheel-tests-cugraph:
191191
needs: [wheel-build-cugraph, changed-files]
192192
secrets: inherit
193-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
193+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.08
194194
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
195195
with:
196196
build_type: pull-request
197197
script: ci/test_wheel_cugraph.sh
198198
devcontainer:
199199
secrets: inherit
200200
needs: telemetry-setup
201-
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.06
201+
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.08
202202
with:
203203
arch: '["amd64"]'
204204
cuda: '["12.8"]'

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
conda-cpp-checks:
2121
secrets: inherit
22-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.06
22+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.08
2323
with:
2424
build_type: ${{ inputs.build_type }}
2525
branch: ${{ inputs.branch }}
@@ -29,23 +29,23 @@ jobs:
2929
symbol_exclusions: (cugraph::ops|hornet|void writeEdgeCountsKernel|void markUniqueOffsetsKernel)
3030
conda-cpp-tests:
3131
secrets: inherit
32-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
32+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.08
3333
with:
3434
build_type: ${{ inputs.build_type }}
3535
branch: ${{ inputs.branch }}
3636
date: ${{ inputs.date }}
3737
sha: ${{ inputs.sha }}
3838
conda-python-tests:
3939
secrets: inherit
40-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
40+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.08
4141
with:
4242
build_type: ${{ inputs.build_type }}
4343
branch: ${{ inputs.branch }}
4444
date: ${{ inputs.date }}
4545
sha: ${{ inputs.sha }}
4646
wheel-tests-pylibcugraph:
4747
secrets: inherit
48-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
48+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.08
4949
with:
5050
build_type: ${{ inputs.build_type }}
5151
branch: ${{ inputs.branch }}
@@ -54,7 +54,7 @@ jobs:
5454
script: ci/test_wheel_pylibcugraph.sh
5555
wheel-tests-cugraph:
5656
secrets: inherit
57-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
57+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.08
5858
with:
5959
build_type: ${{ inputs.build_type }}
6060
branch: ${{ inputs.branch }}

.github/workflows/trigger-breaking-change-alert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
trigger-notifier:
1313
if: contains(github.event.pull_request.labels.*.name, 'breaking')
1414
secrets: inherit
15-
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.06
15+
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.08
1616
with:
1717
sender_login: ${{ github.event.sender.login }}
1818
sender_avatar: ${{ github.event.sender.avatar_url }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.06.00
1+
25.08.00

0 commit comments

Comments
 (0)