Skip to content

Release 0.18.0

Compare
Choose a tag to compare
@maxbachmann maxbachmann released this 10 Feb 12:25
· 96 commits to main since this release

Fixed

  • Fixed memory leak in error path of setratio
  • Fixed out of bound reads due to uninitialized variable in median
    • e.g. quickmedian(["test", "teste"], [0, 0]) caused out of bound reads

Changed

  • Use a faster editops implementation provided by RapidFuzz
  • Reduce code duplication
  • reuse implementations from rapidfuzz-cpp
  • Transition to scikit-build