Package Release Info

python-annoy-1.15.1-bp151.1.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-annoy
python3-annoy

Change Logs

* Sat Mar 16 2019 Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
* Wed Mar 06 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.15.1:
  * Various minor fixes
  * Fixes to the Euclidean distance function (avoid catastrophic cancellation)
  * Don't MAP_POPULATE by default
  * dot products are now supported
- Update patch reproducible.patch:
  * expand to not screw with cflags either
* Tue Jul 10 2018 bwiedemann@suse.com
- Add reproducible.patch to not depend on build system CPU (boo#1100677)
* Wed May 09 2018 toddrme2178@gmail.com
- Update to 1.12.0
  * 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
  * This version features AVX instructions thanks to @ReneHollander
  * Windows support now official – with CI pipeline to prove it.
    Only tested on Python 3.6 so far
  * Experimental Hamming distances
- Use license tag
* Tue Nov 07 2017 toddrme2178@gmail.com
- initial version