Skip to content

Commit 2f9df39

Browse files
committed
DOC v25.06 Updates [skip ci]
1 parent bd6d4a9 commit 2f9df39

30 files changed

+109
-109
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.04-cpp-cuda11.8-mambaforge-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.06-cpp-cuda11.8-mambaforge-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.04-cuda11.8-conda"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.06-cuda11.8-conda"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.4": {}
18+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.6": {}
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.04-cpp-cuda11.8-ucx1.18.0-openmpi-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.06-cpp-cuda11.8-ucx1.18.0-openmpi-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.04-cuda11.8-pip"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.06-cuda11.8-pip"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.4": {
18+
"ghcr.io/rapidsai/devcontainers/features/cuda:25.6": {
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.4": {}
25+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.6": {}
2626
},
2727
"overrideFeatureInstallOrder": [
2828
"ghcr.io/rapidsai/devcontainers/features/ucx",

.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.04-cpp-mambaforge-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.06-cpp-mambaforge-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.04-cuda12.8-conda"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.06-cuda12.8-conda"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.4": {}
18+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.6": {}
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.04-cpp-cuda12.8-ucx1.18.0-openmpi-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.06-cpp-cuda12.8-ucx1.18.0-openmpi-ubuntu22.04"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.04-cuda12.8-pip"
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-25.06-cuda12.8-pip"
1515
],
1616
"hostRequirements": {"gpu": "optional"},
1717
"features": {
18-
"ghcr.io/rapidsai/devcontainers/features/cuda:25.4": {
18+
"ghcr.io/rapidsai/devcontainers/features/cuda:25.6": {
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.4": {}
25+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:25.6": {}
2626
},
2727
"overrideFeatureInstallOrder": [
2828
"ghcr.io/rapidsai/devcontainers/features/ucx",

.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.04
31+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.06
3232
with:
3333
build_type: ${{ inputs.build_type || 'branch' }}
3434
branch: ${{ inputs.branch }}
@@ -37,7 +37,7 @@ jobs:
3737
rust-build:
3838
needs: cpp-build
3939
secrets: inherit
40-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
40+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
4141
with:
4242
build_type: ${{ inputs.build_type || 'branch' }}
4343
branch: ${{ inputs.branch }}
@@ -50,7 +50,7 @@ jobs:
5050
go-build:
5151
needs: cpp-build
5252
secrets: inherit
53-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
53+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
5454
with:
5555
build_type: ${{ inputs.build_type || 'branch' }}
5656
branch: ${{ inputs.branch }}
@@ -63,7 +63,7 @@ jobs:
6363
python-build:
6464
needs: [cpp-build]
6565
secrets: inherit
66-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.04
66+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
6767
with:
6868
build_type: ${{ inputs.build_type || 'branch' }}
6969
branch: ${{ inputs.branch }}
@@ -72,7 +72,7 @@ jobs:
7272
upload-conda:
7373
needs: [cpp-build, python-build]
7474
secrets: inherit
75-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.04
75+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.06
7676
with:
7777
build_type: ${{ inputs.build_type || 'branch' }}
7878
branch: ${{ inputs.branch }}
@@ -83,7 +83,7 @@ jobs:
8383
if: github.ref_type == 'branch'
8484
needs: python-build
8585
secrets: inherit
86-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
86+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
8787
with:
8888
arch: "amd64"
8989
branch: ${{ inputs.branch }}
@@ -95,7 +95,7 @@ jobs:
9595
sha: ${{ inputs.sha }}
9696
wheel-build-libcuvs:
9797
secrets: inherit
98-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
98+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
9999
with:
100100
build_type: ${{ inputs.build_type || 'branch' }}
101101
branch: ${{ inputs.branch }}
@@ -107,7 +107,7 @@ jobs:
107107
wheel-publish-libcuvs:
108108
needs: wheel-build-libcuvs
109109
secrets: inherit
110-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.04
110+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
111111
with:
112112
build_type: ${{ inputs.build_type || 'branch' }}
113113
branch: ${{ inputs.branch }}
@@ -118,7 +118,7 @@ jobs:
118118
wheel-build-cuvs:
119119
needs: wheel-build-libcuvs
120120
secrets: inherit
121-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
121+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
122122
with:
123123
build_type: ${{ inputs.build_type || 'branch' }}
124124
branch: ${{ inputs.branch }}
@@ -128,7 +128,7 @@ jobs:
128128
wheel-publish-cuvs:
129129
needs: wheel-build-cuvs
130130
secrets: inherit
131-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.04
131+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
132132
with:
133133
build_type: ${{ inputs.build_type || 'branch' }}
134134
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- devcontainer
3030
- telemetry-setup
3131
secrets: inherit
32-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.04
32+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.06
3333
if: always()
3434
with:
3535
needs: ${{ toJSON(needs) }}
@@ -58,7 +58,7 @@ jobs:
5858
changed-files:
5959
needs: telemetry-setup
6060
secrets: inherit
61-
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.04
61+
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.06
6262
with:
6363
files_yaml: |
6464
test_cpp:
@@ -95,49 +95,49 @@ jobs:
9595
checks:
9696
needs: telemetry-setup
9797
secrets: inherit
98-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.04
98+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.06
9999
with:
100100
enable_check_generated_files: false
101101
ignored_pr_jobs: "telemetry-summarize"
102102
conda-cpp-build:
103103
needs: checks
104104
secrets: inherit
105-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.04
105+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.06
106106
with:
107107
build_type: pull-request
108108
node_type: cpu16
109109
conda-cpp-tests:
110110
needs: [conda-cpp-build, changed-files]
111111
secrets: inherit
112-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.04
112+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
113113
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
114114
with:
115115
build_type: pull-request
116116
conda-cpp-checks:
117117
needs: conda-cpp-build
118118
secrets: inherit
119-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.04
119+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.06
120120
with:
121121
build_type: pull-request
122122
enable_check_symbols: true
123123
symbol_exclusions: (void (thrust::|cub::))
124124
conda-python-build:
125125
needs: conda-cpp-build
126126
secrets: inherit
127-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.04
127+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
128128
with:
129129
build_type: pull-request
130130
conda-python-tests:
131131
needs: [conda-python-build, changed-files]
132132
secrets: inherit
133-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
133+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
134134
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
135135
with:
136136
build_type: pull-request
137137
docs-build:
138138
needs: conda-python-build
139139
secrets: inherit
140-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
140+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
141141
with:
142142
build_type: pull-request
143143
node_type: "gpu-l4-latest-1"
@@ -147,7 +147,7 @@ jobs:
147147
rust-build:
148148
needs: conda-cpp-build
149149
secrets: inherit
150-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
150+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
151151
with:
152152
build_type: pull-request
153153
node_type: "gpu-l4-latest-1"
@@ -157,7 +157,7 @@ jobs:
157157
go-build:
158158
needs: conda-cpp-build
159159
secrets: inherit
160-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
160+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
161161
with:
162162
build_type: pull-request
163163
node_type: "gpu-v100-latest-1"
@@ -167,7 +167,7 @@ jobs:
167167
wheel-build-libcuvs:
168168
needs: checks
169169
secrets: inherit
170-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
170+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
171171
with:
172172
build_type: pull-request
173173
script: ci/build_wheel_libcuvs.sh
@@ -176,22 +176,22 @@ jobs:
176176
wheel-build-cuvs:
177177
needs: wheel-build-libcuvs
178178
secrets: inherit
179-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
179+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
180180
with:
181181
build_type: pull-request
182182
script: ci/build_wheel_cuvs.sh
183183
wheel-tests-cuvs:
184184
needs: [wheel-build-cuvs, changed-files]
185185
secrets: inherit
186-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
186+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
187187
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
188188
with:
189189
build_type: pull-request
190190
script: ci/test_wheel_cuvs.sh
191191
devcontainer:
192192
secrets: inherit
193193
needs: telemetry-setup
194-
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.04
194+
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-25.06
195195
with:
196196
arch: '["amd64"]'
197197
cuda: '["12.8"]'

.github/workflows/test.yaml

Lines changed: 4 additions & 4 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.04
22+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.06
2323
with:
2424
build_type: ${{ inputs.build_type }}
2525
branch: ${{ inputs.branch }}
@@ -29,23 +29,23 @@ jobs:
2929
symbol_exclusions: (void (thrust::|cub::))
3030
conda-cpp-tests:
3131
secrets: inherit
32-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.04
32+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
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.04
40+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
4141
with:
4242
build_type: ${{ inputs.build_type }}
4343
branch: ${{ inputs.branch }}
4444
date: ${{ inputs.date }}
4545
sha: ${{ inputs.sha }}
4646
wheel-tests-cuvs:
4747
secrets: inherit
48-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
48+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
4949
with:
5050
build_type: ${{ inputs.build_type }}
5151
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.04
15+
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.06
1616
with:
1717
sender_login: ${{ github.event.sender.login }}
1818
sender_avatar: ${{ github.event.sender.avatar_url }}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ pip install cuvs-cu12 --extra-index-url=https://pypi.nvidia.com
109109
If installing a version that has not yet been released, the `rapidsai` channel can be replaced with `rapidsai-nightly`:
110110

111111
```bash
112-
conda install -c conda-forge -c nvidia -c rapidsai-nightly cuvs=25.04
112+
conda install -c conda-forge -c nvidia -c rapidsai-nightly cuvs=25.06
113113
```
114114

115115
cuVS also has `pip` wheel packages that can be installed. Please see the [Build and Install Guide](https://docs.rapids.ai/api/cuvs/nightly/build/) for more information on installing the available cuVS packages and building from source.
@@ -169,7 +169,7 @@ cuvsCagraIndexParamsDestroy(index_params);
169169
cuvsResourcesDestroy(res);
170170
```
171171

172-
For more code examples of the C APIs, including drop-in Cmake project templates, please refer to the [C examples](https://github.com/rapidsai/cuvs/tree/branch-25.04/examples/c)
172+
For more code examples of the C APIs, including drop-in Cmake project templates, please refer to the [C examples](https://github.com/rapidsai/cuvs/tree/branch-25.06/examples/c)
173173

174174
### Rust API
175175

@@ -232,7 +232,7 @@ fn cagra_example() -> Result<()> {
232232
}
233233
```
234234

235-
For more code examples of the Rust APIs, including a drop-in project templates, please refer to the [Rust examples](https://github.com/rapidsai/cuvs/tree/branch-25.04/examples/rust).
235+
For more code examples of the Rust APIs, including a drop-in project templates, please refer to the [Rust examples](https://github.com/rapidsai/cuvs/tree/branch-25.06/examples/rust).
236236

237237
## Contributing
238238

VERSION

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

0 commit comments

Comments
 (0)