Skip to content

Commit 2f724f5

Browse files
committed
Prepare release/26.06
1 parent cd9b28f commit 2f724f5

7 files changed

Lines changed: 36 additions & 36 deletions

File tree

.github/workflows/build.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
packages: read
4444
pull-requests: read
4545
secrets: inherit # zizmor: ignore[secrets-inherit]
46-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda-13.2.0
46+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@release/26.06
4747
with:
4848
build_type: ${{ inputs.build_type || 'branch' }}
4949
branch: ${{ inputs.branch }}
@@ -60,7 +60,7 @@ jobs:
6060
packages: read
6161
pull-requests: read
6262
secrets: inherit # zizmor: ignore[secrets-inherit]
63-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-13.2.0
63+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/26.06
6464
with:
6565
build_type: ${{ inputs.build_type || 'branch' }}
6666
branch: ${{ inputs.branch }}
@@ -78,7 +78,7 @@ jobs:
7878
packages: read
7979
pull-requests: read
8080
secrets: inherit # zizmor: ignore[secrets-inherit]
81-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@cuda-13.2.0
81+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@release/26.06
8282
with:
8383
build_type: ${{ inputs.build_type || 'branch' }}
8484
branch: ${{ inputs.branch }}
@@ -94,7 +94,7 @@ jobs:
9494
packages: read
9595
pull-requests: read
9696
secrets: inherit # zizmor: ignore[secrets-inherit]
97-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0
97+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.06
9898
with:
9999
arch: "amd64"
100100
branch: ${{ inputs.branch }}
@@ -112,7 +112,7 @@ jobs:
112112
packages: read
113113
pull-requests: read
114114
secrets: inherit # zizmor: ignore[secrets-inherit]
115-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.2.0
115+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
116116
with:
117117
build_type: ${{ inputs.build_type || 'branch' }}
118118
branch: ${{ inputs.branch }}
@@ -133,7 +133,7 @@ jobs:
133133
packages: read
134134
pull-requests: read
135135
secrets: inherit # zizmor: ignore[secrets-inherit]
136-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-13.2.0
136+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@release/26.06
137137
with:
138138
build_type: ${{ inputs.build_type || 'branch' }}
139139
branch: ${{ inputs.branch }}
@@ -150,7 +150,7 @@ jobs:
150150
packages: read
151151
pull-requests: read
152152
secrets: inherit # zizmor: ignore[secrets-inherit]
153-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.2.0
153+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
154154
with:
155155
build_type: ${{ inputs.build_type || 'branch' }}
156156
branch: ${{ inputs.branch }}
@@ -171,7 +171,7 @@ jobs:
171171
packages: read
172172
pull-requests: read
173173
secrets: inherit # zizmor: ignore[secrets-inherit]
174-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-13.2.0
174+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@release/26.06
175175
with:
176176
build_type: ${{ inputs.build_type || 'branch' }}
177177
branch: ${{ inputs.branch }}
@@ -189,7 +189,7 @@ jobs:
189189
packages: read
190190
pull-requests: read
191191
secrets: inherit # zizmor: ignore[secrets-inherit]
192-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.2.0
192+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
193193
with:
194194
build_type: ${{ inputs.build_type || 'branch' }}
195195
branch: ${{ inputs.branch }}
@@ -210,7 +210,7 @@ jobs:
210210
packages: read
211211
pull-requests: read
212212
secrets: inherit # zizmor: ignore[secrets-inherit]
213-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-13.2.0
213+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@release/26.06
214214
with:
215215
build_type: ${{ inputs.build_type || 'branch' }}
216216
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
packages: read
3434
pull-requests: read
3535
secrets: inherit # zizmor: ignore[secrets-inherit]
36-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@cuda-13.2.0
36+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@release/26.06
3737
if: always()
3838
with:
3939
needs: ${{ toJSON(needs) }}
@@ -77,7 +77,7 @@ jobs:
7777
packages: read
7878
pull-requests: read
7979
secrets: inherit # zizmor: ignore[secrets-inherit]
80-
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@cuda-13.2.0
80+
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@release/26.06
8181
with:
8282
files_yaml: |
8383
build_docs:
@@ -190,7 +190,7 @@ jobs:
190190
packages: read
191191
pull-requests: read
192192
secrets: inherit # zizmor: ignore[secrets-inherit]
193-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@cuda-13.2.0
193+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@release/26.06
194194
with:
195195
enable_check_generated_files: false
196196
ignored_pr_jobs: telemetry-summarize
@@ -203,7 +203,7 @@ jobs:
203203
packages: read
204204
pull-requests: read
205205
secrets: inherit # zizmor: ignore[secrets-inherit]
206-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda-13.2.0
206+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@release/26.06
207207
with:
208208
build_type: pull-request
209209
script: ci/build_cpp.sh
@@ -217,7 +217,7 @@ jobs:
217217
packages: read
218218
pull-requests: read
219219
secrets: inherit # zizmor: ignore[secrets-inherit]
220-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@cuda-13.2.0
220+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@release/26.06
221221
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
222222
with:
223223
build_type: pull-request
@@ -231,7 +231,7 @@ jobs:
231231
packages: read
232232
pull-requests: read
233233
secrets: inherit # zizmor: ignore[secrets-inherit]
234-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@cuda-13.2.0
234+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@release/26.06
235235
with:
236236
build_type: pull-request
237237
conda-python-build:
@@ -243,7 +243,7 @@ jobs:
243243
packages: read
244244
pull-requests: read
245245
secrets: inherit # zizmor: ignore[secrets-inherit]
246-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-13.2.0
246+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/26.06
247247
with:
248248
build_type: pull-request
249249
script: ci/build_python.sh
@@ -258,7 +258,7 @@ jobs:
258258
packages: read
259259
pull-requests: read
260260
secrets: inherit # zizmor: ignore[secrets-inherit]
261-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-13.2.0
261+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@release/26.06
262262
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_conda
263263
with:
264264
build_type: pull-request
@@ -272,7 +272,7 @@ jobs:
272272
packages: read
273273
pull-requests: read
274274
secrets: inherit # zizmor: ignore[secrets-inherit]
275-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0
275+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.06
276276
if: fromJSON(needs.changed-files.outputs.changed_file_groups).build_docs
277277
with:
278278
build_type: pull-request
@@ -289,7 +289,7 @@ jobs:
289289
packages: read
290290
pull-requests: read
291291
secrets: inherit # zizmor: ignore[secrets-inherit]
292-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.2.0
292+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
293293
with:
294294
build_type: pull-request
295295
branch: ${{ inputs.branch }}
@@ -310,7 +310,7 @@ jobs:
310310
packages: read
311311
pull-requests: read
312312
secrets: inherit # zizmor: ignore[secrets-inherit]
313-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.2.0
313+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
314314
with:
315315
build_type: pull-request
316316
node_type: cpu8
@@ -328,7 +328,7 @@ jobs:
328328
packages: read
329329
pull-requests: read
330330
secrets: inherit # zizmor: ignore[secrets-inherit]
331-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-13.2.0
331+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@release/26.06
332332
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_wheels
333333
with:
334334
build_type: pull-request
@@ -342,7 +342,7 @@ jobs:
342342
packages: read
343343
pull-requests: read
344344
secrets: inherit # zizmor: ignore[secrets-inherit]
345-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-13.2.0
345+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.06
346346
with:
347347
build_type: pull-request
348348
node_type: cpu8
@@ -360,7 +360,7 @@ jobs:
360360
packages: read
361361
pull-requests: read
362362
secrets: inherit # zizmor: ignore[secrets-inherit]
363-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-13.2.0
363+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@release/26.06
364364
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_wheels
365365
with:
366366
build_type: pull-request
@@ -374,7 +374,7 @@ jobs:
374374
packages: read
375375
pull-requests: read
376376
secrets: inherit # zizmor: ignore[secrets-inherit]
377-
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@cuda-13.2.0
377+
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@release/26.06
378378
with:
379379
arch: '["amd64", "arm64"]'
380380
cuda: '["13.2"]'

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
packages: read
3434
pull-requests: read
3535
secrets: inherit # zizmor: ignore[secrets-inherit]
36-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@cuda-13.2.0
36+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@release/26.06
3737
with:
3838
build_type: ${{ inputs.build_type }}
3939
branch: ${{ inputs.branch }}
@@ -47,7 +47,7 @@ jobs:
4747
packages: read
4848
pull-requests: read
4949
secrets: inherit # zizmor: ignore[secrets-inherit]
50-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@cuda-13.2.0
50+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@release/26.06
5151
with:
5252
build_type: ${{ inputs.build_type }}
5353
branch: ${{ inputs.branch }}
@@ -62,7 +62,7 @@ jobs:
6262
packages: read
6363
pull-requests: read
6464
secrets: inherit # zizmor: ignore[secrets-inherit]
65-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-13.2.0
65+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@release/26.06
6666
with:
6767
build_type: ${{ inputs.build_type }}
6868
branch: ${{ inputs.branch }}
@@ -77,7 +77,7 @@ jobs:
7777
packages: read
7878
pull-requests: read
7979
secrets: inherit # zizmor: ignore[secrets-inherit]
80-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-13.2.0
80+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@release/26.06
8181
with:
8282
build_type: ${{ inputs.build_type }}
8383
branch: ${{ inputs.branch }}
@@ -92,7 +92,7 @@ jobs:
9292
packages: read
9393
pull-requests: read
9494
secrets: inherit # zizmor: ignore[secrets-inherit]
95-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-13.2.0
95+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@release/26.06
9696
with:
9797
build_type: ${{ inputs.build_type }}
9898
branch: ${{ inputs.branch }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
packages: read
2222
pull-requests: read
2323
secrets: inherit # zizmor: ignore[secrets-inherit]
24-
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@cuda-13.2.0
24+
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@release/26.06
2525
with:
2626
sender_login: ${{ github.event.sender.login }}
2727
sender_avatar: ${{ github.event.sender.avatar_url }}

RAPIDS_BRANCH

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
main
1+
release/26.06

UCXX_BRANCH

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
main
1+
release/0.50

docs/source/developer_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ RAFT relies on `clang-format` to enforce code style across all C++ and CUDA sour
187187
1. Do not split empty functions/records/namespaces.
188188
2. Two-space indentation everywhere, including the line continuations.
189189
3. Disable reflowing of comments.
190-
The reasons behind these deviations from the Google style guide are given in comments [here](https://github.com/rapidsai/raft/blob/main/cpp/.clang-format).
190+
The reasons behind these deviations from the Google style guide are given in comments [here](https://github.com/rapidsai/raft/blob/release/26.06/cpp/.clang-format).
191191

192192
[`doxygen`](https://doxygen.nl/) is used as documentation generator and also as a documentation linter.
193193
In order to run doxygen as a linter on C++/CUDA code, run
@@ -205,7 +205,7 @@ you can run `codespell -i 3 -w .` from the repository root directory.
205205
This will bring up an interactive prompt to select which spelling fixes to apply.
206206

207207
### #include style
208-
[include_checker.py](https://github.com/rapidsai/raft/blob/main/cpp/scripts/include_checker.py) is used to enforce the include style as follows:
208+
[include_checker.py](https://github.com/rapidsai/raft/blob/release/26.06/cpp/scripts/include_checker.py) is used to enforce the include style as follows:
209209
1. `#include "..."` should be used for referencing local files only. It is acceptable to be used for referencing files in a sub-folder/parent-folder of the same algorithm, but should never be used to include files in other algorithms or between algorithms and the primitives or other dependencies.
210210
2. `#include <...>` should be used for referencing everything else
211211

@@ -230,7 +230,7 @@ Call CUDA APIs via the provided helper macros `RAFT_CUDA_TRY`, `RAFT_CUBLAS_TRY`
230230
## Logging
231231

232232
### Introduction
233-
Anything and everything about logging is defined inside [logger.hpp](https://github.com/rapidsai/raft/blob/main/cpp/include/raft/core/logger.hpp). It uses [spdlog](https://github.com/gabime/spdlog) underneath, but this information is transparent to all.
233+
Anything and everything about logging is defined inside [logger.hpp](https://github.com/rapidsai/raft/blob/release/26.06/cpp/include/raft/core/logger.hpp). It uses [spdlog](https://github.com/gabime/spdlog) underneath, but this information is transparent to all.
234234

235235
### Usage
236236
```cpp

0 commit comments

Comments
 (0)