Skip to content

Release 1.0.2

Choose a tag to compare

@maxbachmann maxbachmann released this 19 Feb 14:35
· 734 commits to main since this release

Fixed

  • The bitparallel LCS algorithm in fuzz.partial_ratio did not find the longest common substring properly in some cases.
    The old algorithm is used again until this bug is fixed.