Skip to content

v25.11

Latest

Choose a tag to compare

@shijieliu shijieliu released this 10 Dec 02:32
· 4 commits to main since this release
7492d4b

What's Changed

Features & Enhancements

  • Counter table interface and ScoredHashTable Implementation by @jiashuy in #229
  • Embedding admission strategy by @z52527 in #236
  • Optimize memory waste in segmented_unique by @z52527 in #244

Bug Fixes

  • Fix dtype mismatch of offset and table_range. by @jiashuy in #227
  • fix preprocessor local() error in python 3.10 by @shijieliu in #228
  • Add new handler despite of the exsiting ones by @JacoCheung in #233
  • Fix LFU test failed in incremental_dump by @jiashuy in #242
  • Fix default parameter initialization of KVCounter by @jiashuy in #253

Misc

Full Changelog: v25.10...v25.11