^^^^^^^^^^^^^^^^^^^^ Added ~~~~~ * added pure python fallback for all implementations with the following exceptions:
* no support for sequences of hashables. Only strings supported so far * ``\*.editops`` / ``\*.opcodes`` functions not implemented yet * process.cdist does not support multithreading
Fixed ~~~~~ * fuzz.partial_ratio_alignment ignored the score_cutoff * fix implementation of Hamming.normalized_similarity * fix default score_cutoff of Hamming.similarity * fix implementation of LCSseq.distance when used in the process module * treat hash for -1 and -2 as different
2.0.15
^^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * fix integer wraparound in partial_ratio/partial_ratio_alignment
2.0.14
^^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * fix unlimited recursion in LCSseq when used in combination with the process module
Changed ~~~~~~~ * add fallback implementations of ``taskflow``\ , ``rapidfuzz-cpp`` and ``jarowinkler-cpp`` back to wheel, since some package building systems like piwheels can't clone sources
2.0.13
^^^^^^^^^^^^^^^^^^^^^ Changed ~~~~~~~ * use system version of cmake on arm platforms, since the cmake package fails to compile
2.0.12
^^^^^^^^^^^^^^^^^^^^^ Changed ~~~~~~~ * add tests to sdist * remove cython dependency for sdist
2.0.11
^^^^^^^^^^^^^^^^^^^^^ Changed ~~~~~~~ * relax version requirements of dependencies to simplify packaging