Skip to content

Release 1.6.0

Choose a tag to compare

@maxbachmann maxbachmann released this 10 Sep 13:17
· 677 commits to main since this release
802c2f3

Changed

  • fuzz.partial_ratio uses a new implementation for short needles (<= 64). This implementation is
    • more accurate than the current implementation (it is guaranteed to find the optimal alignment)
    • it is significantly faster
  • Add process.cdist to compare all elements of two lists (see #51)