Skip to content

Commit a3a54e1

Browse files
committed
DOC v25.06 Updates [skip ci]
1 parent 990dc8a commit a3a54e1

File tree

18 files changed

+105
-105
lines changed

18 files changed

+105
-105
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: 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.04-cpp-cuda11.8-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.06-cpp-cuda11.8-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/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-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: 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": "pip",
8-
"BASE": "rapidsai/devcontainers:25.04-cpp-cuda12.8-ubuntu22.04"
8+
"BASE": "rapidsai/devcontainers:25.06-cpp-cuda12.8-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/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"

.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
python-build:
3838
needs: [cpp-build]
3939
secrets: inherit
40-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.04
40+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
4141
with:
4242
build_type: ${{ inputs.build_type || 'branch' }}
4343
branch: ${{ inputs.branch }}
@@ -46,7 +46,7 @@ jobs:
4646
upload-conda:
4747
needs: [cpp-build, python-build]
4848
secrets: inherit
49-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.04
49+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.06
5050
with:
5151
build_type: ${{ inputs.build_type || 'branch' }}
5252
branch: ${{ inputs.branch }}
@@ -56,7 +56,7 @@ jobs:
5656
if: github.ref_type == 'branch'
5757
needs: python-build
5858
secrets: inherit
59-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
59+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
6060
with:
6161
arch: "amd64"
6262
branch: ${{ inputs.branch }}
@@ -68,7 +68,7 @@ jobs:
6868
sha: ${{ inputs.sha }}
6969
wheel-build-libcuspatial:
7070
secrets: inherit
71-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
71+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
7272
with:
7373
# build for every combination of arch and CUDA version, but only for the latest Python
7474
matrix_filter: group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
@@ -80,7 +80,7 @@ jobs:
8080
wheel-publish-libcuspatial:
8181
needs: wheel-build-libcuspatial
8282
secrets: inherit
83-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.04
83+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
8484
with:
8585
build_type: ${{ inputs.build_type || 'branch' }}
8686
branch: ${{ inputs.branch }}
@@ -91,7 +91,7 @@ jobs:
9191
wheel-build-cuspatial:
9292
needs: wheel-build-libcuspatial
9393
secrets: inherit
94-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
94+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
9595
with:
9696
build_type: ${{ inputs.build_type || 'branch' }}
9797
branch: ${{ inputs.branch }}
@@ -101,7 +101,7 @@ jobs:
101101
wheel-publish-cuspatial:
102102
needs: wheel-build-cuspatial
103103
secrets: inherit
104-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.04
104+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
105105
with:
106106
build_type: ${{ inputs.build_type || 'branch' }}
107107
branch: ${{ inputs.branch }}
@@ -111,7 +111,7 @@ jobs:
111111
package-type: python
112112
wheel-build-cuproj:
113113
secrets: inherit
114-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
114+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
115115
with:
116116
build_type: ${{ inputs.build_type || 'branch' }}
117117
branch: ${{ inputs.branch }}
@@ -121,7 +121,7 @@ jobs:
121121
wheel-publish-cuproj:
122122
needs: wheel-build-cuproj
123123
secrets: inherit
124-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.04
124+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.06
125125
with:
126126
build_type: ${{ inputs.build_type || 'branch' }}
127127
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- devcontainer
3131
- telemetry-setup
3232
secrets: inherit
33-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.04
33+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.06
3434
if: always()
3535
with:
3636
needs: ${{ toJSON(needs) }}
@@ -61,7 +61,7 @@ jobs:
6161
changed-files:
6262
secrets: inherit
6363
needs: telemetry-setup
64-
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.04
64+
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.06
6565
with:
6666
files_yaml: |
6767
test_cpp:
@@ -92,47 +92,47 @@ jobs:
9292
checks:
9393
secrets: inherit
9494
needs: telemetry-setup
95-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.04
95+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.06
9696
with:
9797
enable_check_generated_files: false
9898
ignored_pr_jobs: telemetry-summarize
9999
conda-cpp-build:
100100
needs: checks
101101
secrets: inherit
102-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.04
102+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.06
103103
with:
104104
build_type: pull-request
105105
conda-cpp-checks:
106106
needs: conda-cpp-build
107107
secrets: inherit
108-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.04
108+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-25.06
109109
with:
110110
build_type: pull-request
111111
enable_check_symbols: true
112112
conda-cpp-tests:
113113
needs: [conda-cpp-build, changed-files]
114114
secrets: inherit
115-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.04
115+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
116116
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
117117
with:
118118
build_type: pull-request
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.04
122+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
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.04
128+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
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.04
135+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
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.04
146+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.06
147147
with:
148148
build_type: pull-request
149149
node_type: "gpu-l4-latest-1"
@@ -153,7 +153,7 @@ jobs:
153153
wheel-build-libcuspatial:
154154
needs: checks
155155
secrets: inherit
156-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
156+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
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)))
@@ -162,36 +162,36 @@ jobs:
162162
wheel-build-cuspatial:
163163
needs: [checks, wheel-build-libcuspatial]
164164
secrets: inherit
165-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
165+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
166166
with:
167167
build_type: pull-request
168168
script: ci/build_wheel_cuspatial.sh
169169
wheel-tests-cuspatial:
170170
needs: [wheel-build-cuspatial, changed-files]
171171
secrets: inherit
172-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
172+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
173173
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
174174
with:
175175
build_type: pull-request
176176
script: ci/test_wheel_cuspatial.sh
177177
wheel-build-cuproj:
178178
needs: checks
179179
secrets: inherit
180-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
180+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.06
181181
with:
182182
build_type: pull-request
183183
script: ci/build_wheel_cuproj.sh
184184
wheel-tests-cuproj:
185185
needs: [wheel-build-cuspatial, wheel-build-cuproj, changed-files]
186186
secrets: inherit
187-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
187+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
188188
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
189189
with:
190190
build_type: pull-request
191191
script: ci/test_wheel_cuproj.sh
192192
devcontainer:
193193
secrets: inherit
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
node_type: "cpu32"
197197
arch: '["amd64"]'

.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.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 }}
@@ -28,23 +28,23 @@ jobs:
2828
enable_check_symbols: true
2929
conda-cpp-tests:
3030
secrets: inherit
31-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.04
31+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
3232
with:
3333
build_type: ${{ inputs.build_type }}
3434
branch: ${{ inputs.branch }}
3535
date: ${{ inputs.date }}
3636
sha: ${{ inputs.sha }}
3737
conda-python-tests:
3838
secrets: inherit
39-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
39+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
4040
with:
4141
build_type: ${{ inputs.build_type }}
4242
branch: ${{ inputs.branch }}
4343
date: ${{ inputs.date }}
4444
sha: ${{ inputs.sha }}
4545
wheel-tests-cuspatial:
4646
secrets: inherit
47-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
47+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
4848
with:
4949
build_type: ${{ inputs.build_type }}
5050
branch: ${{ inputs.branch }}
@@ -53,7 +53,7 @@ jobs:
5353
script: ci/test_wheel_cuspatial.sh
5454
wheel-tests-cuproj:
5555
secrets: inherit
56-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
56+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.06
5757
with:
5858
build_type: ${{ inputs.build_type }}
5959
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
@@ -112,7 +112,7 @@ An example command from the Release Selector:
112112
docker run --gpus all --pull always --rm -it \
113113
--shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 \
114114
-p 8888:8888 -p 8787:8787 -p 8786:8786 \
115-
nvcr.io/nvidia/rapidsai/notebooks:25.04-cuda11.8-py3.12
115+
nvcr.io/nvidia/rapidsai/notebooks:25.06-cuda11.8-py3.12
116116
```
117117

118118
### Install with Conda
@@ -124,7 +124,7 @@ cuSpatial can be installed with conda from the rapidsai channel:
124124

125125
```shell
126126
conda install -c rapidsai -c conda-forge -c nvidia \
127-
cuspatial=25.04 python=3.12 cudatoolkit=11.8
127+
cuspatial=25.06 python=3.12 cudatoolkit=11.8
128128
```
129129
We also provide nightly Conda packages built from the HEAD of our latest development branch.
130130

@@ -154,7 +154,7 @@ To build and install cuSpatial from source please see the [build documentation](
154154
If you find cuSpatial useful in your published work, please consider citing the repository.
155155

156156
```bibtex
157-
@misc{cuspatial:25.04,
157+
@misc{cuspatial:25.06,
158158
author = {{NVIDIA Corporation}},
159159
title = {cuSpatial: GPU-Accelerated Geospatial and Spatiotemporal Algorithms},
160160
year = {2023},

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)