[1.14.0] - 2026-03-06
Added
- 6cf2c63 Update SVS to v0.2.0 and install from conda forge (#4860)
- 1cb3d46 feat(svs): LeanVec OOD support (#4773)
- 5cf2c42 Expose IndexBinaryFlat to the C API. (#4834)
- db9ba35 add hadamard transformation as an index for IVF (#4856)
Changed
- c8579de Try to force relative import statement (#4878)
- 471ddad Increment to next release, v1.14.1 (#4861)
- c90c9dc Update python to include 3.13 and 3.14 (#4859)
- 8af77fe SIMD-optimize multi-bit RaBitQ inner product (#4850)
- ccc934f ScalarQuantizer: split SIMD specializations into per-SIMD TUs + DD dispatch (#4839)
Fixed
- 5622e93 (HEAD -> main, origin/main, origin/HEAD) v1.14.1 Fix build-release (#4876)
- 8431e04 Replace squared-distance IP with direct dot-product in multi-bit RaBitQ (#4877)
- 28f79bd Fix SWIG 4.4 multi-phase init: replace import_array() with import_array1(-1) (#4846)
Deprecated