## [0.3.2] - 2020 Mar 29 ### Added - Readded QRatio as alias for ratio to stay conform with fuzzywuzzy - add extractBests process as alias for extract since it is a better name for it ## [0.3.1] - 2020 Mar 27 ### Changed - Implement default_process in python since it is faster than the overhead to call into python ## [0.3.0] - 2020 Mar 26 ### Changed - When using score_cutoff there is now a guarantee that it returns 0 when result < score_cutoff - each function has now a preprocess argument to specify whether strings should be preprocessed - the default preprocessing does now lower case and trim - extract and extractOne accept a custom processor method instead of utils.default_processor now ### Removed - QRatio was removed since it does now exactly the same as normal ratio