Skip to content

Release 1.0.1

Choose a tag to compare

@maxbachmann maxbachmann released this 16 Apr 09:56
· 214 commits to main since this release

Added

  • added LCSseq (longest common subsequence) implementation

Fixed

  • reduced compiler warnings
  • consider float imprecision in score_cutoff
  • fix incorrect score_cutoff handling in token_set_ratio and token_ratio
  • fix template deduction guides on MSVC