NEWS


fuzzywuzzyR 1.0.5 (2021-09-11)

fuzzywuzzyR 1.0.4 (2021-05-07)

fuzzywuzzyR 1.0.3 (2018-02-26)

I added an exception in the additional tests, to avoid Solaris OS throw an error if python is not available

fuzzywuzzyR 1.0.2 (2018-01-18)

I added the decoding parameter to the following classes : FuzzExtract, FuzzMatcher and FuzzUtils. The decoding parameter does not apply to the GetCloseMatches and SequenceMatcher classes, because there isn't any force_ascii parameter in the difflib python library. The decoding parameter applies only to python 2 configurations, as in python 3 character strings are decoded to unicode by default. For reference, see the following github issue : https://github.com/mlampros/fuzzywuzzyR/issues/3

fuzzywuzzyR 1.0.1 (2017-08-04)

I added links to the github repository (master repository, issues).

fuzzywuzzyR 1.0.0 (2017-04-11)