Skip to content

Commit cd75a98

Browse files
committed
DOC v25.08 Updates [skip ci]
1 parent 33444ba commit cd75a98

File tree

30 files changed

+164
-164
lines changed

30 files changed

+164
-164
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: 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": "pip",
8-
"BASE": "rapidsai/devcontainers:25.06-cpp-cuda11.8-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.08-cpp-cuda11.8-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/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-conda/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
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": {
1717
"gpu": "optional"
1818
},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.6": {
20+
"ghcr.io/rapidsai/devcontainers/features/cuda:25.8": {
2121
"version": "12.8",
2222
"installCompilers": false,
2323
"installProfilers": true,
@@ -38,7 +38,7 @@
3838
"installnvJPEG": false,
3939
"pruneStaticLibs": true
4040
},
41-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.6": {}
41+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.8": {}
4242
},
4343
"overrideFeatureInstallOrder": [
4444
"ghcr.io/rapidsai/devcontainers/features/cuda",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"args": {
66
"CUDA": "12.8",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:25.06-cpp-cuda12.8-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.08-cpp-cuda12.8-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": {
1717
"gpu": "optional"
1818
},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.6": {}
20+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.8": {}
2121
},
2222
"overrideFeatureInstallOrder": [
2323
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.github/workflows/build.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cpp-build:
4141
needs: [telemetry-setup]
4242
secrets: inherit
43-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.06
43+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.08
4444
with:
4545
build_type: ${{ inputs.build_type || 'branch' }}
4646
branch: ${{ inputs.branch }}
@@ -50,7 +50,7 @@ jobs:
5050
python-build:
5151
needs: [telemetry-setup, cpp-build]
5252
secrets: inherit
53-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
53+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.08
5454
with:
5555
build_type: ${{ inputs.build_type || 'branch' }}
5656
branch: ${{ inputs.branch }}
@@ -59,7 +59,7 @@ jobs:
5959
upload-conda:
6060
needs: [cpp-build, python-build]
6161
secrets: inherit
62-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.06
62+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.08
6363
with:
6464
build_type: ${{ inputs.build_type || 'branch' }}
6565
branch: ${{ inputs.branch }}
@@ -70,7 +70,7 @@ jobs:
7070
if: github.ref_type == 'branch'
7171
needs: python-build
7272
secrets: inherit
73-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
73+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.08
7474
with:
7575
arch: "amd64"
7676
branch: ${{ inputs.branch }}
@@ -83,7 +83,7 @@ jobs:
8383
wheel-build-libcudf:
8484
needs: [telemetry-setup]
8585
secrets: inherit
86-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
86+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
8787
with:
8888
# build for every combination of arch and CUDA version, but only for the latest Python
8989
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
@@ -98,7 +98,7 @@ jobs:
9898
wheel-publish-libcudf:
9999
needs: wheel-build-libcudf
100100
secrets: inherit
101-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
101+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
102102
with:
103103
build_type: ${{ inputs.build_type || 'branch' }}
104104
branch: ${{ inputs.branch }}
@@ -109,7 +109,7 @@ jobs:
109109
wheel-build-pylibcudf:
110110
needs: [telemetry-setup, wheel-build-libcudf]
111111
secrets: inherit
112-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
112+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
113113
with:
114114
build_type: ${{ inputs.build_type || 'branch' }}
115115
branch: ${{ inputs.branch }}
@@ -121,7 +121,7 @@ jobs:
121121
wheel-publish-pylibcudf:
122122
needs: wheel-build-pylibcudf
123123
secrets: inherit
124-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
124+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
125125
with:
126126
build_type: ${{ inputs.build_type || 'branch' }}
127127
branch: ${{ inputs.branch }}
@@ -132,7 +132,7 @@ jobs:
132132
wheel-build-cudf:
133133
needs: [telemetry-setup, wheel-build-pylibcudf]
134134
secrets: inherit
135-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
135+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
136136
with:
137137
build_type: ${{ inputs.build_type || 'branch' }}
138138
branch: ${{ inputs.branch }}
@@ -144,7 +144,7 @@ jobs:
144144
wheel-publish-cudf:
145145
needs: wheel-build-cudf
146146
secrets: inherit
147-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
147+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
148148
with:
149149
build_type: ${{ inputs.build_type || 'branch' }}
150150
branch: ${{ inputs.branch }}
@@ -155,7 +155,7 @@ jobs:
155155
wheel-build-dask-cudf:
156156
needs: [telemetry-setup, wheel-build-cudf]
157157
secrets: inherit
158-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
158+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.08
159159
with:
160160
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
161161
matrix_filter: map(select(.ARCH == "amd64")) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
@@ -170,7 +170,7 @@ jobs:
170170
wheel-publish-dask-cudf:
171171
needs: wheel-build-dask-cudf
172172
secrets: inherit
173-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
173+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
174174
with:
175175
build_type: ${{ inputs.build_type || 'branch' }}
176176
branch: ${{ inputs.branch }}
@@ -181,7 +181,7 @@ jobs:
181181
wheel-build-cudf-polars:
182182
needs: [telemetry-setup, wheel-build-pylibcudf]
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
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
187187
matrix_filter: map(select(.ARCH == "amd64")) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))
@@ -196,7 +196,7 @@ jobs:
196196
wheel-publish-cudf-polars:
197197
needs: wheel-build-cudf-polars
198198
secrets: inherit
199-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
199+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.08
200200
with:
201201
build_type: ${{ inputs.build_type || 'branch' }}
202202
branch: ${{ inputs.branch }}

.github/workflows/pandas-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pandas-tests:
1818
# run the Pandas unit tests
1919
secrets: inherit
20-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
20+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.08
2121
with:
2222
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
2323
matrix_filter: map(select(.ARCH == "amd64")) | group_by(.CUDA_VER|split(".")|map(tonumber)|.[0]) | map(max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]))

0 commit comments

Comments
 (0)