Skip to content

Releases: spotify/annoy

1.15.1 – fixes for Mojave

22 Feb 16:13
Compare
Choose a tag to compare

xcode 10 fix + build index in place + misc minor bugfixes

10 Dec 03:18
Compare
Choose a tag to compare

Changes:

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

1.14.0 – misc fixes

04 Nov 19:43
Compare
Choose a tag to compare
  • Fixes to the Euclidean distance function (avoid catastrophic cancellation)
  • Don't MAP_POPULATE by default

1.13.0 – Now with dot product

31 Aug 03:15
Compare
Choose a tag to compare

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

1.12.0 – mostly various fixes related to holes

07 May 03:11
Compare
Choose a tag to compare

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)

31 Mar 19:51
Compare
Choose a tag to compare

Fix angular index with holes

06 Feb 01:39
Compare
Choose a tag to compare

1.11.1 – AVX optimizations

20 Jan 04:53
Compare
Choose a tag to compare

This version features AVX instructions thanks to @ReneHollander

1.10.0

13 Nov 14:40
Compare
Choose a tag to compare

Two big updates

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

1.9.5

30 Sep 15:49
Compare
Choose a tag to compare
  • Fixes a problem with holes in the index reported by @yonromai in #223