Releases: spotify/annoy
Releases · spotify/annoy
1.15.1 – fixes for Mojave
xcode 10 fix + build index in place + misc minor bugfixes
1.14.0 – misc fixes
- Fixes to the Euclidean distance function (avoid catastrophic cancellation)
- Don't MAP_POPULATE by default
1.13.0 – Now with dot product
Main (only?) change is that dot products are now supported thanks to @psobot!
1.12.0 – mostly various fixes related to holes
Finally squashed a remaining issue with holes (see #295) and together with a few other holes-related fixes it felt worthy of bumping the minor version number.
Fix more holes issues (this time causing the number of items to be reported incorrectly)
Fix angular index with holes
Includes #276
1.11.1 – AVX optimizations
This version features AVX instructions thanks to @ReneHollander