Skip to content

Releases: biovault/HDILib

1.2.9

26 Nov 08:06
Compare
Choose a tag to compare

What's Changed

All changes are build-related:

  • Unify linking to flann and lz4 in #45
  • Fix avx on linux in #47
  • Backwards compatible dependencies in #48
  • Add optimization specification again in #49

Full Changelog: v1.2.8...v1.2.9

1.2.8

27 Sep 11:47
fdbaf46
Compare
Choose a tag to compare
  • Fix Build As Non-Main Project #37
  • Forward declare logger to fix build error on newer compilers #38
  • Fix Flann install with vcpkg #39
  • Fix some warnings #40 05a9182 169f2b1
  • Simplify dependency linking #46
  • Add CI builds on Windows-msvc2022 and Macos_xcode15 dd9c310

1.2.7

27 Sep 11:47
dd7824e
Compare
Choose a tag to compare
  • Include atomic header to fix build with gcc 12 fa8ba5f
  • Add cmake option to compile with position independent code f533495
  • Update dependencies and cmake #32
    • Update annoy from 1.17.0 to 1.17.3
    • Update hnsw from 0.4.0 to 0.8.0
    • Update flann from 1.9.1 to 1.9.2
  • Fix: Use preset embedding f97954d
  • Cmake fixes for local build and CI update #33
  • More uniform API and initial embedding fixes #35
  • dimensionality reduction needs lz4 include c944a44

1.2.6

12 May 10:52
Compare
Choose a tag to compare

Fast (bottom up) HSNE landmark to data point mapping getAreaOfInfluenceBottomUp
Bug fixes

Release 1.2.1

31 Aug 14:04
Compare
Choose a tag to compare

Enable AVX for knn (HNSW, Annoy)
Create a release branch 1.2.1 for conan versioning

Release 1.2.0

17 Jul 12:03
Compare
Choose a tag to compare

Release 1.2.0

Features:

  • performance improvements in hsne
  • more control over the knn algorithms flann, HNSW and annoy