Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 20:11
952af74

1.7.0 (2025-08-19)

Features

  • reduce OSADamerau–Levenshtein space complexity from O(m*n) to O(3 * min(m,n)) (#17) (37da2e1)

Bug Fixes

  • v1/algo: invalid q-gram similarity calculation (#22) (12ac3d7)