^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * Fix some issues in the type annotations (see 163)
Performance ~~~~~~~~~~~ * improve performance and memory usage of ``rapidfuzz.string_metric.levenshtein_editops``
* memory usage is reduced by 10x * performance is improved from ``O(N * M)`` to ``O([N / 64] * M)``
1.8.3
^^^^^^^^^^^^^^^^^^^^ Added ~~~~~ * Added missing wheels for Python3.6 on MacOs and Windows (see 159)
1.8.2
^^^^^^^^^^^^^^^^^^^^ Added ~~~~~ * Add wheels for Python 3.10 on MacOs
1.8.1
^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * Fix incorrect editops results (See 148)
1.8.0
^^^^^^^^^^^^^^^^^^^^ Changed ~~~~~~~ * Add Wheels for Python3.10 on all platforms except MacOs (see 141) * Improve performance of ``string_metric.jaro_similarity`` and ``string_metric.jaro_winkler_similarity`` for strings with a length <= 64
1.7.1
^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * fixed incorrect results of fuzz.partial_ratio for long needles (see 138)