Changelog History
Page 1
-
v1.17.0 Changes
September 18, 2020- ๐ Multithreaded building by @novoselrok
- โก๏ธ Misc updates of README to link to Ruby bindings and clean up docs
- ๐ Better tree splitting, try multiple times ot find more balanced ones
- ๐ Fix building on disk and saving large files for Windows
- โ Misc compilation warnings cleanup
-
v1.16.3 Changes
December 26, 2019- ๐ mostly fixing windows issues with large files
- some error message improvements as well
- doing more stack allocations instead of heap
- ๐ fixes to a few tests that were failing on other platforms
-
v1.16.2 Changes
October 11, 2019Something is busted with version 1.16.1 where I think I must have accidentally uploaded it a long time ago.
โฌ๏ธ Bumping straight to 1.16.2
This is same content as 1.16.1
-
v1.16.1 Changes
October 11, 2019๐ Mostly minor things to catch user errors and/or explain things better. No functionality change really, except preventing some questionable usage patterns that lead to lots of complexity.
#430 โ AVX issues in certain GCC version
#427 โ Prevent saving an index that hasn't been built
๐ #425 โ Prevent building an index that has already been built
๐ #426 โ Handle lseek failures
#419 โ ftruncate issues
โก๏ธ #410 โ swig update
#405 โ Use std::sort๐ The remaining changes were to documentation/test and don't change any functionality
-
v1.16
July 09, 2019 -
v1.15.2 Changes
April 17, 2019 -
v1.15.1 Changes
February 22, 2019๐ See #349
-
v1.15
April 17, 2019 -
v1.14.0 Changes
November 04, 2018- ๐ Fixes to the Euclidean distance function (avoid catastrophic cancellation)
- 0๏ธโฃ Don't MAP_POPULATE by default
-
v1.13.0 Changes
August 31, 2018๐ Main (only?) change is that dot products are now supported thanks to @psobot!