Skip to content

Latest commit

 

History

History
executable file
·
15 lines (9 loc) · 528 Bytes

File metadata and controls

executable file
·
15 lines (9 loc) · 528 Bytes

Version 0.2.0 built on 2025-11-30

  • Add add method to Python interface.
  • Add missing max_element_count argument to constructor.
  • Consistently add a default value to rebalance max_element_count arguments.

Version 0.1.0 built on 2023-07-21

  • Chunk up to 8K (configurable) elements making the lookup a mix of BK tree traversal and linear lookup in the chunk. This improves performance more than 100x for large distances and datasets.

Version 0.0.1 built on 2020-07-03

  • First hopefully stable version