Changes in version 1.0.6 (2025-09-03) - I re-generated the documentation as requested from the CRAN Team. Moreover, I modified the README.md file by removing Python 2 and also the installation instructions for Mac OSX and Windows which were outdated. Users of the fuzzywuzzyR package will find the required information for the Python configuration in the reticulate Github repository. Changes in version 1.0.5 (2021-09-11) - I've added a 'packageStartupMessage' informing the user in case of the error 'attempt to apply non-function' that s/he has to use the 'reticulate::py_config()' before loading the package (in a new R session) Changes in version 1.0.4 (2021-05-07) - I've added the CITATION file in the inst directory Changes in version 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 Changes in version 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 Changes in version 1.0.1 (2017-08-04) I added links to the github repository (master repository, issues). Changes in version 1.0.0 (2017-04-11)