All Versions
12
Latest Version
Avg Release Cycle
100 days
Latest Release
1098 days ago

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, 2019

    Something 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
    • ๐Ÿ›  Fix #379 error handling in save()
    • ๐Ÿ›  Fix compile issue in linux
    • ๐Ÿ›  Fix popcount #366
    • Some more misc
  • 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!