v24.04.00
🐛 Bug Fixes
- Fix for 24.04 release (#75) @raydouglass
- Update pre-commit-hooks to v0.0.3 (#60) @KyleFromNVIDIA
- Fix 'cuvs' conda package to only include Python artifacts and clean build.sh (#40) @dantegd
📖 Documentation
- [fix] link anchor of "Installing cuVS" (#64) @yinze00
- More docs updates for 24.04 (#54) @cjnolet
- CAGRA C example and DlPack docs (#51) @divyegala
- Add Rust API docs (#49) @benfred
quick start
andintegrations
guides for the docs (#47) @cjnolet- Docs 2404 api docs (#46) @cjnolet
- API Documentation (#44) @cjnolet
🚀 New Features
🛠️ Improvements
- Use
conda env create --yes
instead of--force
(#62) @bdice - Add CAGRA-Q compression (#61) @achirkin
- Add Brute Force KNN to Python and Rust API's (#59) @benfred
- expose cuvsResources_t to python (#58) @benfred
- Remove unused get_*.cmake files. (#57) @bdice
- Add ability to allocate with RMM to the c-api and rust api (#56) @benfred
- Update build.sh to build rust bindings (#53) @benfred
- Add upper bound to prevent usage of NumPy 2 (#52) @bdice
- add rust to conda environments (#50) @benfred
- Replace local copyright check with pre-commit-hooks verify-copyright (#48) @KyleFromNVIDIA
- Remove hard-coding of RAPIDS version where possible (#45) @KyleFromNVIDIA
- Expose exception text to C, Python and Rust API's (#39) @benfred
- Adding necessary codeowner groups (#36) @cjnolet
- Add Rust bindings for CAGRA (#34) @benfred
- KNN bruteforce and IVF methods C/C++ API (#33) @viclafargue