Fixed - Indel.normalized_similarity was broken in RapidFuzz v2.0.0 (see 20)
0.18.0
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
0.17.0
* Removed support for Python 3.5
0.16.1
* Add support for RapidFuzz v1.9.*
0.16.0
* Add support for Python 3.10
0.15.0
* Update SequenceMatcher interface to support the autojunk parameter