^^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * fix documentation of process.extractOne (see 48)
0.12.4
^^^^^^^^^^^^^^^^^^^^^ Added ~~~~~ * Added wheels for
* CPython 2.7 on windows 64 bit * CPython 2.7 on windows 32 bit * PyPy 2.7 on windows 32 bit
0.12.3
^^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * fix bug in partial_ratio (see 43)
0.12.2
^^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * fix inconsistency with fuzzywuzzy in partial_ratio when using strings of equal length
0.12.1
^^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * MSVC has a bug and therefore crashed on some of the templates used. This Release simplifies the templates so compiling on msvc works again
0.12.0
^^^^^^^^^^^^^^^^^^^^^ Performance ~~~~~~~~~~~ * partial_ratio is using the Levenshtein distance now, which is a lot faster. Since many of the other algorithms use partial_ratio, this helps to improve the overall performance