Skip to content

v0.15.0

Choose a tag to compare

@wxyucs wxyucs released this 25 Jun 06:56
295acf3

What's Changed

Bug Fixes

  • fix rabitq recall decrease by @LHT129 in #565
  • fix coredump when searching empty index by @inabao in #577
  • fix bug due to narrow cast in HGraph by @inabao in #582
  • [bugfix][hgraph] fix core on large dataset build by @LHT129 in #588
  • fix abnormal latency statistics in eval_performance by @inabao in #594
  • fix resize bug on hgraph concurrent add by @LHT129 in #602
  • Update lint.yml to revert the changes by @antfin-oss in #647
  • reduce resize memory on large size extrainfo by @LHT129 in #660
  • fix compatibility of hnsw by @inabao in #624
  • fix too much memory used on small dataset by @LHT129 in #673
  • fix hnsw core dump when destructing by @ShawnShawnYou in #649
  • fix curl related compile issue in cpr by @ShawnShawnYou in #665
  • resolve initialization order issue for static variables by @inabao in #682
  • init the cpuinfo before other simd functions by @LHT129 in #705
  • disable simd instructions in diskann by @wxyucs in #698
  • kmeans train for huge K and data count by @LHT129 in #717
  • fix double assignment for max_degree in HNSW Merge by @inabao in #724
  • resolve not properly handling invalid IDs in CalDistanceById by @inabao in #720
  • resolving core dumps caused by incorrect resizing in sparse datacell by @inabao in #719
  • fix non-memory io's incorrect result on large dataset by @LHT129 in #742
  • fix segment fault and recall degradation issues in compressed HGraph by @nedchu in #784
  • add spdlog to the deps of mockimpl by @wxyucs in #775
  • use specified commit of thread_pool instead of master branch by @wxyucs in #792
  • fix fht ci issue by @ShawnShawnYou in #823
  • fix eval build failed but not report by @ShawnShawnYou in #799
  • add spdlog into the dependencies of storage in cmake by @wxyucs in #844

New Features

Improvements

Other Changes

New Contributors

Full Changelog: v0.14.0...v0.15.0