15
0
forked from pool/python-annoy
Files
python-annoy/python-annoy.changes
Tomáš Chvátal 4e600927e6 - Update to 1.16.0:
* Various warning fixes
  * Cleanups
- Rebase patch reproducible.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-annoy?expand=0&rev=11
2019-09-13 14:45:22 +00:00

60 lines
2.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Fri Sep 13 12:57:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.16.0:
* Various warning fixes
* Cleanups
- Rebase patch reproducible.patch
-------------------------------------------------------------------
Tue May 14 17:27:38 UTC 2019 - svasudevan@suse.com
- Update to 1.15.2
* Fix #379 error handling in save()
* Fix compile issue in linux
* Fix popcount #366
* rebased reproduceable.patch
* Some more misc
-------------------------------------------------------------------
Sat Mar 16 17:00:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
-------------------------------------------------------------------
Wed Mar 6 12:09:25 UTC 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 05:06:28 UTC 2018 - bwiedemann@suse.com
- Add reproducible.patch to not depend on build system CPU (boo#1100677)
-------------------------------------------------------------------
Wed May 9 18:42:30 UTC 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 7 18:42:26 UTC 2017 - toddrme2178@gmail.com
- initial version