^^^^^^^^^^^^^^^^^^^^^ 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
0.11.3
^^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * fix partial_token_set_ratio returning 100 all the time
0.11.2
^^^^^^^^^^^^^^^^^^^^^ Added ~~~~~ * added rapidfuzz.__author__, rapidfuzz.__license__ and rapidfuzz.__version__