Skip to content

Commit 6ba2ce2

Browse files
committed
REL v26.08.00 release
1 parent 2db820e commit 6ba2ce2

23 files changed

Lines changed: 269 additions & 270 deletions

.pre-commit-config.yaml

Lines changed: 200 additions & 201 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ cuvsCagraIndexParamsDestroy(index_params);
143143
cuvsResourcesDestroy(res);
144144
```
145145

146-
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/main/examples/c)
146+
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/release/26.08/examples/c)
147147

148148
### Rust API
149149

@@ -168,7 +168,7 @@ impl AsDlTensorMut for GpuTensor {
168168
}
169169
}
170170
171-
fn main() -> Result<(), Box<dyn std::error::Error>> {
171+
fn release/26.08() -> Result<(), Box<dyn std::error::Error>> {
172172
let res = Resources::new()?;
173173
174174
// Build a CAGRA index over your dataset.

conda/environments/all_cuda-129_arch-aarch64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ dependencies:
2929
- libcusparse-dev
3030
- libnvjitlink-dev
3131
- libopenblas<=0.3.30
32-
- librmm==26.8.*,>=0.0.0a0
32+
- librmm==26.8.*
3333
- make
3434
- nccl>=2.19
3535
- ninja
3636
- nodejs>=22
3737
- numpy>=2.0,<3.0
3838
- openblas
3939
- pre-commit
40-
- pylibraft==26.8.*,>=0.0.0a0
40+
- pylibraft==26.8.*
4141
- pytest
4242
- pytest-cov
4343
- rapids-build-backend>=0.4.0,<0.5.0

conda/environments/all_cuda-129_arch-x86_64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ dependencies:
2828
- libcusolver-dev
2929
- libcusparse-dev
3030
- libnvjitlink-dev
31-
- librmm==26.8.*,>=0.0.0a0
31+
- librmm==26.8.*
3232
- make
3333
- nccl>=2.19
3434
- ninja
3535
- nodejs>=22
3636
- numpy>=2.0,<3.0
3737
- openblas
3838
- pre-commit
39-
- pylibraft==26.8.*,>=0.0.0a0
39+
- pylibraft==26.8.*
4040
- pytest
4141
- pytest-cov
4242
- rapids-build-backend>=0.4.0,<0.5.0

conda/environments/all_cuda-133_arch-aarch64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ dependencies:
2929
- libcusparse-dev
3030
- libnvjitlink-dev
3131
- libopenblas<=0.3.30
32-
- librmm==26.8.*,>=0.0.0a0
32+
- librmm==26.8.*
3333
- make
3434
- nccl>=2.19
3535
- ninja
3636
- nodejs>=22
3737
- numpy>=2.0,<3.0
3838
- openblas
3939
- pre-commit
40-
- pylibraft==26.8.*,>=0.0.0a0
40+
- pylibraft==26.8.*
4141
- pytest
4242
- pytest-cov
4343
- rapids-build-backend>=0.4.0,<0.5.0

conda/environments/all_cuda-133_arch-x86_64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ dependencies:
2828
- libcusolver-dev
2929
- libcusparse-dev
3030
- libnvjitlink-dev
31-
- librmm==26.8.*,>=0.0.0a0
31+
- librmm==26.8.*
3232
- make
3333
- nccl>=2.19
3434
- ninja
3535
- nodejs>=22
3636
- numpy>=2.0,<3.0
3737
- openblas
3838
- pre-commit
39-
- pylibraft==26.8.*,>=0.0.0a0
39+
- pylibraft==26.8.*
4040
- pytest
4141
- pytest-cov
4242
- rapids-build-backend>=0.4.0,<0.5.0

conda/environments/bench_ann_cuda-129_arch-aarch64.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- cuda-profiler-api
1818
- cuda-version=12.9
1919
- cupy>=14.0.1,!=14.1.0
20-
- cuvs==26.8.*,>=0.0.0a0
20+
- cuvs==26.8.*
2121
- cxx-compiler
2222
- cython>=3.2.2
2323
- dlpack>=0.8,<1.0
@@ -29,17 +29,17 @@ dependencies:
2929
- libcurand-dev
3030
- libcusolver-dev
3131
- libcusparse-dev
32-
- libcuvs==26.8.*,>=0.0.0a0
32+
- libcuvs==26.8.*
3333
- libnvjitlink-dev
34-
- librmm==26.8.*,>=0.0.0a0
34+
- librmm==26.8.*
3535
- matplotlib-base>=3.9
3636
- nccl>=2.19
3737
- ninja
3838
- nlohmann_json>=3.12.0
3939
- openblas
4040
- opensearch-py>=2.4.0
4141
- pandas
42-
- pylibraft==26.8.*,>=0.0.0a0
42+
- pylibraft==26.8.*
4343
- pyyaml
4444
- rapids-build-backend>=0.4.0,<0.5.0
4545
- requests

conda/environments/bench_ann_cuda-129_arch-x86_64.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- cuda-profiler-api
1818
- cuda-version=12.9
1919
- cupy>=14.0.1,!=14.1.0
20-
- cuvs==26.8.*,>=0.0.0a0
20+
- cuvs==26.8.*
2121
- cxx-compiler
2222
- cython>=3.2.2
2323
- dlpack>=0.8,<1.0
@@ -31,9 +31,9 @@ dependencies:
3131
- libcurand-dev
3232
- libcusolver-dev
3333
- libcusparse-dev
34-
- libcuvs==26.8.*,>=0.0.0a0
34+
- libcuvs==26.8.*
3535
- libnvjitlink-dev
36-
- librmm==26.8.*,>=0.0.0a0
36+
- librmm==26.8.*
3737
- matplotlib-base>=3.9
3838
- mkl-devel=2023
3939
- nccl>=2.19
@@ -42,7 +42,7 @@ dependencies:
4242
- openblas
4343
- opensearch-py>=2.4.0
4444
- pandas
45-
- pylibraft==26.8.*,>=0.0.0a0
45+
- pylibraft==26.8.*
4646
- pyyaml
4747
- rapids-build-backend>=0.4.0,<0.5.0
4848
- requests

conda/environments/bench_ann_cuda-133_arch-aarch64.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- cuda-profiler-api
1818
- cuda-version=13.3
1919
- cupy>=14.0.1,!=14.1.0
20-
- cuvs==26.8.*,>=0.0.0a0
20+
- cuvs==26.8.*
2121
- cxx-compiler
2222
- cython>=3.2.2
2323
- dlpack>=0.8,<1.0
@@ -29,17 +29,17 @@ dependencies:
2929
- libcurand-dev
3030
- libcusolver-dev
3131
- libcusparse-dev
32-
- libcuvs==26.8.*,>=0.0.0a0
32+
- libcuvs==26.8.*
3333
- libnvjitlink-dev
34-
- librmm==26.8.*,>=0.0.0a0
34+
- librmm==26.8.*
3535
- matplotlib-base>=3.9
3636
- nccl>=2.19
3737
- ninja
3838
- nlohmann_json>=3.12.0
3939
- openblas
4040
- opensearch-py>=2.4.0
4141
- pandas
42-
- pylibraft==26.8.*,>=0.0.0a0
42+
- pylibraft==26.8.*
4343
- pyyaml
4444
- rapids-build-backend>=0.4.0,<0.5.0
4545
- requests

conda/environments/bench_ann_cuda-133_arch-x86_64.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- cuda-profiler-api
1818
- cuda-version=13.3
1919
- cupy>=14.0.1,!=14.1.0
20-
- cuvs==26.8.*,>=0.0.0a0
20+
- cuvs==26.8.*
2121
- cxx-compiler
2222
- cython>=3.2.2
2323
- dlpack>=0.8,<1.0
@@ -31,9 +31,9 @@ dependencies:
3131
- libcurand-dev
3232
- libcusolver-dev
3333
- libcusparse-dev
34-
- libcuvs==26.8.*,>=0.0.0a0
34+
- libcuvs==26.8.*
3535
- libnvjitlink-dev
36-
- librmm==26.8.*,>=0.0.0a0
36+
- librmm==26.8.*
3737
- matplotlib-base>=3.9
3838
- mkl-devel=2023
3939
- nccl>=2.19
@@ -42,7 +42,7 @@ dependencies:
4242
- openblas
4343
- opensearch-py>=2.4.0
4444
- pandas
45-
- pylibraft==26.8.*,>=0.0.0a0
45+
- pylibraft==26.8.*
4646
- pyyaml
4747
- rapids-build-backend>=0.4.0,<0.5.0
4848
- requests

0 commit comments

Comments
 (0)