Annoy Versions Save

Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk

v1.15.1

5 years ago

See #349

v1.15.0

5 years ago

Changes:

  • #274 – on-disk build
  • Fix for xcode: #334
  • Minor fix when saving an index to the same file as a current index: #335

v1.14.0

5 years ago
  • Fixes to the Euclidean distance function (avoid catastrophic cancellation)
  • Don't MAP_POPULATE by default

v1.13.0

5 years ago

Main (only?) change is that dot products are now supported thanks to @psobot!

v1.12.0

5 years ago

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.

v1.11.5

6 years ago

Fixes #279 and #261

v1.11.4

6 years ago

Includes #276

v1.11.1

6 years ago

This version features AVX instructions thanks to @ReneHollander

v1.10.0

6 years ago

Two big updates

  • Windows support now official – with CI pipeline to prove it. Only tested on Python 3.6 so far
  • Experimental Hamming distances

v1.9.5

6 years ago
  • Fixes a problem with holes in the index reported by @yonromai in #223