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
- Format dynamicemb's source codes by @jiashuy in #230
- train docker update to cuda 12.9 by @shijieliu in #205
- Quick fix for commands in Inference README by @geoffreyQiu in #247
Full Changelog: v25.10...v25.11