Skip to content

Commit 4a68f24

Browse files
authored
Merge branch 'branch-25.12' into test/json_stream_failure
2 parents 2936ee5 + b4ba86b commit 4a68f24

File tree

780 files changed

+20968
-14073
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

780 files changed

+20968
-14073
lines changed

.devcontainer/cuda12.9-conda/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"args": {
66
"CUDA": "12.9",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:25.10-cpp-mambaforge"
8+
"BASE": "rapidsai/devcontainers:25.12-cpp-mambaforge"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.10-cuda12.9-conda",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.12-cuda12.9-conda",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {
1919
"gpu": "optional"
2020
},
2121
"features": {
22-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.10": {
22+
"ghcr.io/rapidsai/devcontainers/features/cuda:25.12": {
2323
"version": "12.9",
2424
"installCompilers": false,
2525
"installProfilers": true,
@@ -40,7 +40,7 @@
4040
"installnvJPEG": false,
4141
"pruneStaticLibs": true
4242
},
43-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.10": {}
43+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
4444
},
4545
"overrideFeatureInstallOrder": [
4646
"ghcr.io/rapidsai/devcontainers/features/cuda",

.devcontainer/cuda12.9-pip/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"args": {
66
"CUDA": "12.9",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:25.10-cpp-cuda12.9"
8+
"BASE": "rapidsai/devcontainers:25.12-cpp-cuda12.9"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.10-cuda12.9-pip",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.12-cuda12.9-pip",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {
1919
"gpu": "optional"
2020
},
2121
"features": {
22-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.10": {}
22+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
2323
},
2424
"overrideFeatureInstallOrder": [
2525
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda13.0-conda/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"args": {
66
"CUDA": "13.0",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:25.10-cpp-mambaforge"
8+
"BASE": "rapidsai/devcontainers:25.12-cpp-mambaforge"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.10-cuda13.0-conda",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.12-cuda13.0-conda",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {
1919
"gpu": "optional"
2020
},
2121
"features": {
22-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.10": {
22+
"ghcr.io/rapidsai/devcontainers/features/cuda:25.12": {
2323
"version": "13.0",
2424
"installCompilers": false,
2525
"installProfilers": true,
@@ -40,7 +40,7 @@
4040
"installnvJPEG": false,
4141
"pruneStaticLibs": true
4242
},
43-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.10": {}
43+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
4444
},
4545
"overrideFeatureInstallOrder": [
4646
"ghcr.io/rapidsai/devcontainers/features/cuda",

.devcontainer/cuda13.0-pip/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"args": {
66
"CUDA": "13.0",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:25.10-cpp-cuda13.0"
8+
"BASE": "rapidsai/devcontainers:25.12-cpp-cuda13.0"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.10-cuda13.0-pip",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.12-cuda13.0-pip",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {
1919
"gpu": "optional"
2020
},
2121
"features": {
22-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.10": {}
22+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.12": {}
2323
},
2424
"overrideFeatureInstallOrder": [
2525
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.github/release.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# GitHub Auto-Generated Release Notes Configuration for RAPIDS
2+
# This file configures how GitHub automatically generates release notes
3+
4+
changelog:
5+
exclude:
6+
labels:
7+
- ignore-for-release
8+
- dependencies
9+
authors:
10+
- rapids-bot[bot]
11+
- dependabot[bot]
12+
categories:
13+
- title: 🚨 Breaking Changes
14+
labels:
15+
- breaking
16+
- title: 🐛 Bug Fixes
17+
labels:
18+
- bug
19+
- title: 📖 Documentation
20+
labels:
21+
- doc
22+
- title: 🚀 New Features
23+
labels:
24+
- feature request
25+
- title: 🛠️ Improvements
26+
labels:
27+
- improvement

.github/workflows/build.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cpp-build:
4747
needs: [telemetry-setup]
4848
secrets: inherit
49-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.10
49+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.12
5050
with:
5151
build_type: ${{ inputs.build_type || 'branch' }}
5252
branch: ${{ inputs.branch }}
@@ -57,7 +57,7 @@ jobs:
5757
python-build:
5858
needs: [telemetry-setup, cpp-build]
5959
secrets: inherit
60-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
60+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.12
6161
with:
6262
build_type: ${{ inputs.build_type || 'branch' }}
6363
branch: ${{ inputs.branch }}
@@ -67,7 +67,7 @@ jobs:
6767
upload-conda:
6868
needs: [cpp-build, python-build]
6969
secrets: inherit
70-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.10
70+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.12
7171
with:
7272
build_type: ${{ inputs.build_type || 'branch' }}
7373
branch: ${{ inputs.branch }}
@@ -77,20 +77,20 @@ jobs:
7777
if: github.ref_type == 'branch'
7878
needs: python-build
7979
secrets: inherit
80-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
80+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
8181
with:
8282
arch: "amd64"
8383
branch: ${{ inputs.branch }}
8484
build_type: ${{ inputs.build_type || 'branch' }}
85-
container_image: "rapidsai/ci-conda:25.10-latest"
85+
container_image: "rapidsai/ci-conda:25.12-latest"
8686
date: ${{ inputs.date }}
8787
node_type: "gpu-l4-latest-1"
8888
script: "ci/build_docs.sh"
8989
sha: ${{ inputs.sha }}
9090
wheel-build-libcudf:
9191
needs: [telemetry-setup]
9292
secrets: inherit
93-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
93+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
9494
with:
9595
# build for every combination of arch and CUDA version, but only for the latest Python
9696
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
@@ -105,7 +105,7 @@ jobs:
105105
wheel-publish-libcudf:
106106
needs: wheel-build-libcudf
107107
secrets: inherit
108-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
108+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
109109
with:
110110
build_type: ${{ inputs.build_type || 'branch' }}
111111
branch: ${{ inputs.branch }}
@@ -116,7 +116,7 @@ jobs:
116116
wheel-build-pylibcudf:
117117
needs: [telemetry-setup, wheel-build-libcudf]
118118
secrets: inherit
119-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
119+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
120120
with:
121121
build_type: ${{ inputs.build_type || 'branch' }}
122122
branch: ${{ inputs.branch }}
@@ -128,7 +128,7 @@ jobs:
128128
wheel-publish-pylibcudf:
129129
needs: wheel-build-pylibcudf
130130
secrets: inherit
131-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
131+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
132132
with:
133133
build_type: ${{ inputs.build_type || 'branch' }}
134134
branch: ${{ inputs.branch }}
@@ -139,7 +139,7 @@ jobs:
139139
wheel-build-cudf:
140140
needs: [telemetry-setup, wheel-build-pylibcudf]
141141
secrets: inherit
142-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
142+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
143143
with:
144144
build_type: ${{ inputs.build_type || 'branch' }}
145145
branch: ${{ inputs.branch }}
@@ -151,7 +151,7 @@ jobs:
151151
wheel-publish-cudf:
152152
needs: wheel-build-cudf
153153
secrets: inherit
154-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
154+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
155155
with:
156156
build_type: ${{ inputs.build_type || 'branch' }}
157157
branch: ${{ inputs.branch }}
@@ -162,7 +162,7 @@ jobs:
162162
wheel-build-dask-cudf:
163163
needs: [telemetry-setup, wheel-build-cudf]
164164
secrets: inherit
165-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
165+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
166166
with:
167167
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
168168
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))]))
@@ -177,7 +177,7 @@ jobs:
177177
wheel-publish-dask-cudf:
178178
needs: wheel-build-dask-cudf
179179
secrets: inherit
180-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
180+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
181181
with:
182182
build_type: ${{ inputs.build_type || 'branch' }}
183183
branch: ${{ inputs.branch }}
@@ -188,7 +188,7 @@ jobs:
188188
wheel-build-cudf-polars:
189189
needs: [telemetry-setup, wheel-build-pylibcudf]
190190
secrets: inherit
191-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
191+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
192192
with:
193193
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
194194
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))]))
@@ -203,7 +203,7 @@ jobs:
203203
wheel-publish-cudf-polars:
204204
needs: wheel-build-cudf-polars
205205
secrets: inherit
206-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
206+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
207207
with:
208208
build_type: ${{ inputs.build_type || 'branch' }}
209209
branch: ${{ inputs.branch }}

.github/workflows/pandas-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
pandas-tests:
2323
# run the Pandas unit tests
2424
secrets: inherit
25-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
25+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
2626
with:
2727
build_type: nightly
2828
branch: ${{ inputs.branch }}
2929
date: ${{ inputs.date }}
3030
sha: ${{ inputs.sha }}
3131
node_type: "gpu-l4-latest-1"
32-
container_image: "rapidsai/citestwheel:25.10-latest"
32+
container_image: "rapidsai/citestwheel:25.12-latest"
3333
script: ci/cudf_pandas_scripts/pandas-tests/run.sh main
3434
file_to_upload: ./main-results.json
3535
artifact-name: main-results.json

0 commit comments

Comments
 (0)