Skip to content

Latest commit

Β 

History

History
1005 lines (899 loc) Β· 107 KB

File metadata and controls

1005 lines (899 loc) Β· 107 KB

cuvs 26.04.00 (8 Apr 2026)

🚨 Breaking Changes

  • Use HNSW GPU Hierarchy by Default by @julianmi in NVIDIA/cuvs#1617
  • Backport "Default to static linking of libcudart" by @KyleFromNVIDIA in NVIDIA/cuvs#1918
  • enforce a floor on libnvjitlink, build wheels with CUDA 13.0.x, test wheels against mix of CTK versions by @jameslamb in NVIDIA/cuvs#1862

πŸ› Bug Fixes

  • Add float16 support for CAGRA extend by @lowener in NVIDIA/cuvs#1620
  • Fix C examples CUDAToolkit dependency by @tfeher in NVIDIA/cuvs#1626
  • clang-tidy: remove AnalyzeTemporaryDtors key by @achirkin in NVIDIA/cuvs#1778
  • Fix build.sh: build cuvs_c for examples and fix --gpu-arch parsing by @achirkin in NVIDIA/cuvs#1779
  • Better handling of batching of search in MG replicated mode by @viclafargue in NVIDIA/cuvs#1718
  • Add nvjitlink to cuda-toolkit pip extras for cusparse compatibility by @bdice in NVIDIA/cuvs#1794
  • [REVIEW] Fix: for balanced kmeans use grid.x for adjust_centers to avoid grid.y overflow for >262K centroids by @Nischal1729 in NVIDIA/cuvs#1805
  • Fix thrust header by @aamijar in NVIDIA/cuvs#1817
  • Fix persistent CAGRA regressions by @achirkin in NVIDIA/cuvs#1800
  • Fix thrust header by @aamijar in NVIDIA/cuvs#1825
  • Set cudaFuncAttributeMaxDynamicSharedMemorySize with thread-safety by @mythrocks in NVIDIA/cuvs#1771
  • [REVIEW] Move from thrust::make_counting_iterator to cuda::make_counting_iterator by @mythrocks in NVIDIA/cuvs#1826
  • Fixed cuvs benchmark debug build issue (linker step fail) by @irina-resh-nvda in NVIDIA/cuvs#1599
  • Graph degree equals intermediate graph degree bug fix by @irina-resh-nvda in NVIDIA/cuvs#1834
  • FAISS patch for thrust_counting_iterator.h by @aamijar in NVIDIA/cuvs#1844
  • Use 1D grid calculations in epsilon_neighborhood by @divyegala in NVIDIA/cuvs#1847
  • Fix setting CAGRA graph build algo to iterative search by default by @achirkin in NVIDIA/cuvs#1864
  • Faiss suppress warning 611 by @aamijar in NVIDIA/cuvs#1879
  • Pin faiss to 1.14.0 by @aamijar in NVIDIA/cuvs#1885
  • Make some minor fixes to JIT+LTO functionality by @KyleFromNVIDIA in NVIDIA/cuvs#1896
  • Revert "Default to static linking of libcudart" by @KyleFromNVIDIA in NVIDIA/cuvs#1925
  • Fix hanging pytests by @aamijar in NVIDIA/cuvs#1924
  • Disallow programmatic stream serialization in JIT kernel launches by @divyegala in NVIDIA/cuvs#1932
  • IVF-Flat: fix irrelevant assert in the fused kernel mode by @achirkin in NVIDIA/cuvs#1941
  • [REVIEW] cuVS bench: Fix cudaFuncSetAttribute not being called when CAGRA search switches kernel variants by @irina-resh-nvda in NVIDIA/cuvs#1851
  • Pin openblas for aarch64 by @tarang-jain in NVIDIA/cuvs#1965
  • Null JIT kernel launch config by @divyegala in NVIDIA/cuvs#1974
  • [BUG] Fix Vamana Serialization by @tarang-jain in NVIDIA/cuvs#1966

πŸ“– Documentation

πŸš€ New Features

  • JIT compile interleaved_scan_kernel for CUDA 13 by @divyegala in NVIDIA/cuvs#1405
  • [REVIEW] L1 distance support for iterative search CAGRA build by @yan-zaretskiy in NVIDIA/cuvs#1831
  • [FEA] Inertia Computation for Balanced KMeans and Add Option for Weighted Inertia by @tarang-jain in NVIDIA/cuvs#1880
  • PCA preprocessor by @aamijar in NVIDIA/cuvs#1808
  • [FEA] Add Batching to KMeans by @tarang-jain in NVIDIA/cuvs#1886

πŸ› οΈ Improvements

New Contributors

Full Changelog: https://github.com/rapidsai/cuvs/compare/v26.04.00a...release/26.04

cuvs 26.02.00 (4 Feb 2026)

🚨 Breaking Changes

πŸ› Bug Fixes

  • fix(ci): remove unknown parameter name from rocky8 build job by @gforsyth in NVIDIA/cuvs#1554
  • CMake check for FAISS use in benchmarks by @irina-resh-nvda in NVIDIA/cuvs#1591
  • Fix overflow in preprocess_data_kernel of NN Descent by @jinsolp in NVIDIA/cuvs#1596
  • cmake is missing sparse/gram.cu gtest by @aamijar in NVIDIA/cuvs#1611
  • Correctly specify the ninja-build version to download by @robertmaynard in NVIDIA/cuvs#1634
  • Remove Flaky Python ACE Example by @julianmi in NVIDIA/cuvs#1641
  • Fix integer overflow in get_free_host_memory() on systems with >2TB RAM by @bdice in NVIDIA/cuvs#1636
  • Fix libclang download for Rust, CUDA initialization for C tests by @KyleFromNVIDIA in NVIDIA/cuvs#1652
  • Skip Python Multi-GPU Doctests by @julianmi in NVIDIA/cuvs#1671
  • [Bug] Fix memory allocation test in CAGRA graph optimization by @enp1s0 in NVIDIA/cuvs#1675
  • Fix multi-GPU All Neighbors memory coherence issue on older platforms by @viclafargue in NVIDIA/cuvs#1713

πŸ“– Documentation

πŸš€ New Features

  • Assign the c/ folder to the the c code ownder group by @robertmaynard in NVIDIA/cuvs#1573
  • Add arm64 builds to the libcuvs_c rocky8 matrix by @robertmaynard in NVIDIA/cuvs#1570
  • [FEA] Enforce tighter link restrictions on libcuvs_c by @robertmaynard in NVIDIA/cuvs#1614
  • [FEA] IVF-PQ Build Factories for Precomputed Centroids and Codebooks by @tarang-jain in NVIDIA/cuvs#1483
  • Add HNSW ACE build method by @julianmi in NVIDIA/cuvs#1597
  • [FEA] C + Python API for IVF-PQ Build Factories with Precomputed Centroids by @tarang-jain in NVIDIA/cuvs#1664
  • Add arm64 builds to the libcuvs_c build.yaml matrix by @robertmaynard in NVIDIA/cuvs#1701
  • pre-built libcuvs_c.so now use the new ABI major/minor values by @robertmaynard in NVIDIA/cuvs#1708
  • Correct base release for cuvs abi 1 major by @robertmaynard in NVIDIA/cuvs#1724
  • Add support for PQ preprocessing API by @lowener in NVIDIA/cuvs#1278
  • [FEA] IVF-PQ to Write Flat PQ Codes by @tarang-jain in NVIDIA/cuvs#1607
  • Enable collation of all license files into pre-built binaries by @robertmaynard in NVIDIA/cuvs#1679

πŸ› οΈ Improvements

New Contributors

Full Changelog: https://github.com/rapidsai/cuvs/compare/v26.02.00a...release/26.02

cuvs 25.12.00 (10 Dec 2025)

🚨 Breaking Changes

πŸ› Bug Fixes

  • Allow compilation when OpenMP is disabled by @robertmaynard in NVIDIA/cuvs#1346
  • Deallocation should be noexcept by @bdice in NVIDIA/cuvs#1416
  • ANN_BENCH: Don't throw in noexcept do_deallocate by @achirkin in NVIDIA/cuvs#1417
  • Remove unneeded cutlass public build/install dependency by @robertmaynard in NVIDIA/cuvs#1411
  • cuvs_static properly adds C include dir to target_include_directories by @robertmaynard in NVIDIA/cuvs#1426
  • Fix C/Python serialization for FP16. Add python tests by @lowener in NVIDIA/cuvs#1429
  • Properly guard usage of openmp function calls by @robertmaynard in NVIDIA/cuvs#1435
  • Update nlohmann-json to 3.12.0 by @KyleFromNVIDIA in NVIDIA/cuvs#1449
  • Fix test params for filtered ivf_flat by @aamijar in NVIDIA/cuvs#1463
  • [REVIEW][Java][Bug] Fix CuVSMatrix#getRow to take strides into consideration by @ldematte in NVIDIA/cuvs#1442
  • Adding more tests and I find the compression settings are broken in the Golang API by @maxwbuckley in NVIDIA/cuvs#1472
  • Fix binary quantizer host transform bounds and stream order by @achirkin in NVIDIA/cuvs#1473
  • [BUG] Check if dynamic batching conf is null by @tarang-jain in NVIDIA/cuvs#1459
  • Include cagra search algorithms in libcuvs_static.a by @robertmaynard in NVIDIA/cuvs#1457
  • [Java] Disable flaky test testFloatSerialization by @mythrocks in NVIDIA/cuvs#1503
  • Add libaio to cuvs-bench-cpu, improve bench dependencies by @tarang-jain in NVIDIA/cuvs#1480
  • [Java] Fix CagraBuildAndSearchIT concurrent deallocation errors by @ldematte in NVIDIA/cuvs#1510
  • Pin Cython pre-3.2.0 and PyTest pre-9 by @jakirkham in NVIDIA/cuvs#1528
  • Fix a bug in compute_distance_00_generate.py by @enp1s0 in NVIDIA/cuvs#1532
  • Check stride information in from_dlpack by @benfred in NVIDIA/cuvs#1458
  • refactored update-version.sh to handle new branching strategy by @rockhowse in NVIDIA/cuvs#1535
  • fixed bug with update-version.sh by @rockhowse in NVIDIA/cuvs#1556
  • fix(ci): remove unsupported name parameter from custom job def by @gforsyth in NVIDIA/cuvs#1560
  • Remove need to have rapids_logger headers installed to use clib by @robertmaynard in NVIDIA/cuvs#1527
  • Fix BruteForce serialize test by @lowener in NVIDIA/cuvs#1568
  • [C] Fix: cuvsRMMMemoryResourceReset sets a valid resource by @ldematte in NVIDIA/cuvs#1540
  • Fix typo in date field by @vyasr in NVIDIA/cuvs#1563
  • SNMG ANN build with OpenMP nested parallelism by @viclafargue in NVIDIA/cuvs#1526

πŸ“– Documentation

πŸš€ New Features

  • Unify binding headers by @robertmaynard in NVIDIA/cuvs#1413
  • CAGRA: decouple source idx type from graph idx type and add a mapping between them by @achirkin in NVIDIA/cuvs#1251
  • Add SOVERSION information to libcuvs_c by @robertmaynard in NVIDIA/cuvs#1474
  • Spectral Clustering by @aamijar in NVIDIA/cuvs#1425
  • ANN_BENCH: integrate NVTX statistics by @achirkin in NVIDIA/cuvs#1529
  • Add Augmented Core Extraction Algorithm by @julianmi in NVIDIA/cuvs#1404
  • Extend CI to build and test x86 libcuvs_c tarballs by @robertmaynard in NVIDIA/cuvs#1524
  • Introduce libcuvs-headers and libcuvs-static CMake components and conda packages by @divyegala in NVIDIA/cuvs#1494
  • [Java] Bindings, tests and benchmarks for RMM pooled memory by @ldematte in NVIDIA/cuvs#1453

πŸ› οΈ Improvements

  • Update RAPIDS_BRANCH, codify changes in update-version.sh by @KyleFromNVIDIA in NVIDIA/cuvs#1368
  • Move eigen_solvers from raft by @aamijar in NVIDIA/cuvs#1402
  • CosineExpanded Distance Metric for CAGRA by @tarang-jain in NVIDIA/cuvs#197
  • Enable sccache-dist connection pool by @trxcllnt in NVIDIA/cuvs#1431
  • Use pinned_host_memory_resource instead of pinned_memory_resource. by @bdice in NVIDIA/cuvs#1434
  • Use main in RAPIDS_BRANCH by @bdice in NVIDIA/cuvs#1439
  • Use main shared-workflows branch by @bdice in NVIDIA/cuvs#1444
  • [Review] ScaNN: Add option for AVQ/Noise Shaping to bfloat16 quantization by @rmaschal in NVIDIA/cuvs#1354
  • Add NVTX annotations to CAGRA knn graph build stage by @achirkin in NVIDIA/cuvs#1443
  • [Review][C] Export the ability to get/set the log level to the C API by @ldematte in NVIDIA/cuvs#1375
  • [Java] Test indexing and serialization with integral (byte) dataset by @ldematte in NVIDIA/cuvs#1366
  • Use SPDX for all copyright headers by @KyleFromNVIDIA in NVIDIA/cuvs#1446
  • [REVIEW][Java] Log level api by @ldematte in NVIDIA/cuvs#1376
  • [Review] [Java] Disable flaky Java tests to reduce CI churn by @mythrocks in NVIDIA/cuvs#1469
  • Refactor rapids_cpm_package_details to rapids_cpm_package_info by @bdice in NVIDIA/cuvs#1433
  • Fix golang test name and add more logging and error checking. by @maxwbuckley in NVIDIA/cuvs#1471
  • Use an explicit std::min for byte alignment calculation by @maxwbuckley in NVIDIA/cuvs#1465
  • Replace custom cuda_pinned_resource with RMM's pinned_host_memory_resource by @bdice in NVIDIA/cuvs#1466
  • Add patch for FAISS memory resources by @bdice in NVIDIA/cuvs#1477
  • Improved CAGRA build parameter heuristics by @achirkin in NVIDIA/cuvs#1448
  • Decouple C++ library from C library by @divyegala in NVIDIA/cuvs#1488
  • Use RAPIDS_BRANCH in cmake-format invocations that need rapids-cmake configs by @bdice in NVIDIA/cuvs#1475
  • eigen tolerance option Spectral Embedding by @aamijar in NVIDIA/cuvs#1493
  • Update to CUDA 13.0.2 by @bdice in NVIDIA/cuvs#1506
  • Single Linkage to Use all_neighbors API to build the KNN graph by @tarang-jain in NVIDIA/cuvs#1507
  • Migrate to new CCCL memory resource interface by @bdice in NVIDIA/cuvs#1502
  • Remove unused headers scann by @lowener in NVIDIA/cuvs#1508
  • Update RMM includes from <rmm/mr/device/*> to <rmm/mr/*> by @bdice in NVIDIA/cuvs#1538
  • Use ruff-check, ruff-format instead of black, flake8 by @KyleFromNVIDIA in NVIDIA/cuvs#1500
  • Set memory pool from Python multi-GPU resource by @viclafargue in NVIDIA/cuvs#1530
  • [Java] Fix format with spotless by @ldematte in NVIDIA/cuvs#1539
  • fix bad version update by @trxcllnt in NVIDIA/cuvs#1555
  • Deduplicate KMeans instantiations by @divyegala in NVIDIA/cuvs#1565
  • Improve memory usage in build_mr_linkage by @jinsolp in NVIDIA/cuvs#1550
  • Use sccache-dist build cluster for conda and wheel builds by @trxcllnt in NVIDIA/cuvs#1495
  • [Java] One PinnedMemoryBuffer per CuVSResourcesImpl by @ldematte in NVIDIA/cuvs#1441
  • [Java] Relax cuVS version matching by @ldematte in NVIDIA/cuvs#1544

New Contributors

Full Changelog: https://github.com/rapidsai/cuvs/compare/v25.12.00a...release/25.12

cuvs 25.10.00 (8 Oct 2025)

🚨 Breaking Changes

πŸ› Bug Fixes

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

cuvs 25.08.00 (6 Aug 2025)

🚨 Breaking Changes

πŸ› Bug Fixes

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

  • Check shape is initialized in cuvsMatrixSliceRows (#1193) @benfred
  • Add error checking for our C example code (#1171) @benfred
  • Removing all references to CUDA 11 from codebase (#1150) @cjnolet
  • [Java]Fixed TieredIndexParams creation/destruction, calling cuvsTieredIndexParamsCreate (#1147) @punAhuja
  • Fix update-version (#1135) @AyodeAwe
  • Reducing binary size in ivf_pq by deduplicating kernels (#1130) @jinsolp
  • fix(docker): use versioned -latest tag for all rapidsai images (#1129) @gforsyth
  • SCaNN Index build (#1120) @rmaschal
  • [Java] Extend Dataset to work as an output data container (#1111) @ldematte
  • [Java] Fix HNSW params allocation (#1110) @ldematte
  • [Java] Fix CAGRA params allocation (#1109) @ldematte
  • [Java] Fix POM (#1106) @ldematte
  • Enforce java codeowners for managing contents of java/ (#1103) @cjnolet
  • Reduce binary size of refine functions (#1095) @tfeher
  • [Java] Introduce scoped resource access (#1089) @ldematte
  • Expose graph and dataset accessors for CAGRA to C/Python (#1086) @benfred
  • Add warning for unused GPU when n_clusters &lt; n_ranks in batch all_neighbors (#1072) @jinsolp
  • [Java] Tidy up MemorySegments lifecycle (#1069) @ldematte
  • [Java] Refactor SearchResults implementation classes (#1067) @ldematte
  • Use CUDA 12.9 in Conda, Devcontainers, Spark, GHA, etc. (#1063) @jakirkham
  • Exporting changed graph_build_params namespace into all_neighbors (#1060) @jinsolp
  • hnsw::from_cagra: avoid allocating the graph twice (#1057) @achirkin
  • Improve memory efficiency for returning NN Descent distances (#1053) @jinsolp
  • Deprecation notice for batching code specific to NN Descent (#1052) @jinsolp
  • Remove nvidia and dask channels (#1050) @vyasr
  • [Java] Enforce Java code format standard (#1049) @narangvivek10
  • Make rust publish run after conda upload (#1047) @AyodeAwe
  • refactor(cuda11): remove cuda11-only conda channels, cleanup docs (#1046) @gforsyth
  • [Review][Java] Fix random segabort/segfault/double free problems (#1045) @ldematte
  • [Java] Add Dataset based on MemorySegment (#1034) @ldematte
  • [Java] Add Java API benchmarks (#1033) @ldematte
  • fix(cli): Add validation for search-mode parameter (#1026) @mayani-nv
  • [Java] Encapsulate on-heap float arrays into Dataset (#1024) @ldematte
  • refactor(shellcheck): fix all remaining warnings/errors (#1019) @gforsyth
  • Instantiate only specific RAFT linewise kernels (#1018) @aamijar
  • Update nightly CI check to allow 30 days of failing nightly build. (#1008) @cjnolet
  • [Java] Using functions for mapping (#1007) @ldematte
  • [REVIEW][Java] Refactor CagraBuildAndSearchIT to explicitly express different execution modes (#1006) @ldematte
  • [REVIEW][Java] Add jextract artifacts to gitignore (#1005) @ldematte
  • Remove pytest pin (#998) @vyasr
  • [java] Utility function for cudaMemcpy (#983) @mythrocks
  • [java] Copy pom.xml to target/ on build (#981) @mythrocks
  • Remove CUDA 11 from dependencies.yaml (#962) @KyleFromNVIDIA
  • refactor(rattler): remove cuda11 options and general cleanup (#961) @gforsyth
  • Remove CUDA 11 devcontainers and update CI scripts (#960) @bdice
  • Common knn graph build params (#949) @jinsolp
  • stop uploading packages to downloads.rapids.ai (#940) @jameslamb
  • Instantiate only specific RAFT reduction kernels (#925) @divyegala
  • [Java] Replace the C wrapper layer with the Panama API-based Java implementation (#916) @narangvivek10
  • Forward-merge branch-25.06 into branch-25.08 (#909) @gforsyth
  • Forward-merge branch-25.06 into branch-25.08 (#897) @gforsyth
  • Serialize Vamana index with SSD sector alignment per MSFT DiskANN format, generate quantized dataset for integration with DiskANN (#846) @jamxia155
  • Add mean and median threshold modes to binary quantization (#716) @enp1s0

cuvs 25.06.00 (5 Jun 2025)

🚨 Breaking Changes

  • [Java] Adding support for prefiltering in CAGRA (#870) @punAhuja

πŸ› Bug Fixes

  • Fix failing CAGRA merge google tests for 25.06 (#974) @rhdong
  • Fix for recent NCCL resource update (#968) @viclafargue
  • Revert "Fix kmeans::predict argument order (#915)" (#951" (#951)) @divyegala
  • IVF-PQ tests: fix segfault when accessing empty lists (#933) @achirkin
  • batch_load_iterator shall copy data located in host memory (#926) @tfeher
  • Fix kmeans::predict argument order (#915) @enp1s0
  • ANN_BENCH: fix the reported core count (#896) @achirkin
  • CUVS_ANN_BENCH_SINGLE_EXE: find the mg library (#890) @achirkin
  • [FIX] Revert negated InnerProduct distance for NN Descent (#859) @jinsolp
  • IVF-PQ tests: fix segfault when accessing empty lists (#838) @achirkin
  • [CuVS-Java] Automate panama bindings generation, Include IVF_PQ parameters in CAGRA index parameters and other changes (#831) @narangvivek10
  • Ann-bench: fix unsafe lazy blobs (#828) @achirkin
  • Fix test_brute_force conversion (#821) @lowener
  • [FEA] New algos and updates/corrections to Faiss cuvs-bench (#677) @tarang-jain

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

cuvs 25.04.00 (9 Apr 2025)

🚨 Breaking Changes

πŸ› Bug Fixes

  • Use new build_patch_only argument (#780) @KyleFromNVIDIA
  • Fix resource import so generate_groundtruth works (#774) @nvrohanv
  • Relax max duplicates in batched NN Descent (#770) @jinsolp
  • [BUG] Fix graph index sorting in CAGRA graph build by NN Descent (#763) @enp1s0
  • cuvs-bench-cpu: avoid 'mkl' dependency on aarch64 (#750) @jameslamb
  • ANN_BENCH: Fix segfault in CAGRA wrapper when moving its graph (#733) @achirkin
  • Fix duplicate indices in batch NN Descent (#702) @jinsolp

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

cuvs 25.02.00 (13 Feb 2025)

🚨 Breaking Changes

  • update pip devcontainers to UCX 1.18, small update-version.sh fixes (#604) @jameslamb
  • Improve the performance of CAGRA new vector addition with the default params (#569) @enp1s0
  • Update for raft logger changes (#540) @vyasr

πŸ› Bug Fixes

  • Fix ann-bench dataset blob integer overflow leading to incorrect data copy beyond 4B elems (#671) @achirkin
  • Fix ann-bench deadlocking on HNSW destruction due to task locks (#667) @achirkin
  • cuvs-bench Fixes (#654) @tarang-jain
  • Fix std::lock_guard use for gcc 14 support (#639) @enp1s0
  • Fix indexing bug when using parallelism to build CPU hierarchy in HNSW (#620) @divyegala
  • add runtime dependency on libcuvs in cuvs wheels (#615) @jameslamb
  • Temporarily skip CUDA 11 wheel CI (#599) @bdice
  • [Fix] l2_exp random fail in half-float32 mixed precision on self-neighboring (#596) @rhdong
  • Add CAGRA InnerProduct test and fix a bug (#595) @enp1s0
  • fix cuvs_bench.run --groups options (#592) @jiangyinzuo
  • Fix cagra_hnsw serialization when dataset is not part of index (#591) @tfeher
  • fix create_pointset for throughput mode (#589) @jiangyinzuo
  • Fix the use of constexpr in the dynamic batching header (#582) @achirkin
  • Reduce the recall threshold for IVF-PQ low-precision LUT inner product tests (#573) @achirkin
  • Small fixes to docs and pairwise distances (#570) @cjnolet
  • [BUG] Fix CAGRA graph optimization bug (#565) @enp1s0
  • Fix broken link to python doc (#564) @lowener
  • Fix cagra::extend error message (#532) @enp1s0
  • Fix Grace-specific issues in CAGRA (#527) @achirkin

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

cuvs 24.12.00 (11 Dec 2024)

🚨 Breaking Changes

πŸ› Bug Fixes

  • Skip IVF-PQ packing test for lists with not enough data (#512) @achirkin
  • [BUG] Fix CAGRA filter (#489) @enp1s0
  • Add kIsSingleSource to PairwiseDistanceEpilogueElementwise (#485) @KyleFromNVIDIA
  • Fix include errors, header, and unsafe locks in iface.hpp (#467) @achirkin
  • Fix an OOB error in device-side cuvs::neighbors::refine and CAGRA kern_prune (#460) @achirkin
  • Put a ceiling on cuda-python (#445) @bdice
  • Enable NVTX in cuvs-cagra-search component (#439) @achirkin
  • BUG: CAGRA multi-cta illegal access with bad queries (#438) @achirkin
  • Fix index overflow in edge cases of CAGRA graph optimize (#435) @achirkin
  • Fix correct call to brute force in generate groundtruth of cuvs-bench (#427) @dantegd
  • Use Python for sccache hit rate computation. (#420) @bdice
  • Add click package to cuvs-bench conda recipe (#408) @divyegala
  • Fix NVTX annotations (#400) @achirkin

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

cuvs 24.10.00 (9 Oct 2024)

πŸ› Bug Fixes

  • Use 64 bit types for dataset size calculation in CAGRA graph optimizer (#380) @tfeher
  • Remove EXPLICIT_INSTANTIATE_ONLY macros (#358) @achirkin
  • Fix order of operations for cosine IVF Flat (#329) @lowener
  • Exclude any kernel symbol that uses cutlass (#314) @benfred
  • [Fix] pin raft dependent to rapidsai (#299) @rhdong
  • Fix dataset dimension in IVF-PQ C wrappers (#292) @tfeher
  • Fix python ivf-pq for int8/uint8 dtypes (#271) @benfred
  • FP16 API for CAGRA and IVF-PQ (#264) @tfeher

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements

cuvs 24.08.00 (7 Aug 2024)

🚨 Breaking Changes

πŸ› Bug Fixes

πŸ“– Documentation

πŸš€ New Features

  • Add cuvs_bench python folder, config files and constraints (#244) @dantegd
  • Add MST optimization to guarantee the connectivity of CAGRA graphs (#237) @anaruse
  • Moving over C++ API of CAGRA+hnswlib from RAFT (#229) @divyegala
  • [FEA] expose python & C API for prefiltered brute force (#174) @rhdong
  • CAGRA new vector addition (#151) @enp1s0

πŸ› οΈ Improvements

cuvs 24.06.00 (5 Jun 2024)

πŸ› Bug Fixes

πŸ“– Documentation

πŸš€ New Features

πŸ› οΈ Improvements