Skip to content

Release 2.0.3

Compare
Choose a tag to compare
@maxbachmann maxbachmann released this 19 Feb 15:57
· 489 commits to main since this release

Added

  • Added fuzz.partial_ratio_alignment, which returns the result of fuzz.partial_ratio
    combined with the alignment this result stems from

Fixed

  • Fix Indel distance returning incorrect result when using score_cutoff=1, when the strings
    are not equal. This affected other scorers like fuzz.WRatio, which use the Indel distance
    as well.