Skip to content

v25.02.01

Latest
Compare
Choose a tag to compare
@raydouglass raydouglass released this 03 Mar 19:30
v25.02.01
20b6775

🚨 Breaking Changes

  • [Fix] Various fixes for 25.02.01 point release (#695) @rhdong
  • 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] Various fixes for 25.02.01 point release (#695) @rhdong
  • 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