^^^^^^^^^^^^^^^^^^^^ Performance ~~~~~~~~~~~ * improved performance of result creation in process.extract
Fixed ~~~~~ * Cython ABI stability issue (95) * fix missing decref in case of exceptions in process.extract
1.4.0
^^^^^^^^^^^^^^^^^^^^ Changed ~~~~~~~ * added processor support to ``levenshtein`` and ``hamming`` * added distance support to extract/extractOne/extract_iter
Fixed ~~~~~ * incorrect results of ``normalized_hamming`` and ``normalized_levenshtein`` when used with ``utils.default_process`` as processor
1.3.3
^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * Fix a bug in the mbleven implementation of the uniform Levenshtein distance and cover it with fuzz tests
1.3.2
^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * some of the newly activated warnings caused build failures in the conda-forge build
1.3.1
^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * Fixed issue in LCS calculation for partial_ratio (see 90) * Fixed incorrect results for normalized_hamming and normalized_levenshtein when the processor ``utils.default_process`` is used * Fix many compiler warnings
1.3.0
^^^^^^^^^^^^^^^^^^^^ Changed ~~~~~~~ * add wheels for a lot of new platforms * drop support for Python 2.7
Performance ~~~~~~~~~~~ * use ``is`` instead of ``==`` to compare functions directly by address
Fixed ~~~~~ * Fix another ref counting issue * Fix some issues in the Levenshtein distance algorithm (see 92)