- Fixed kwargs not being passed from the ratio_list function - Added tests to make sure it works now - Added coverage workflow and badges
0.6.4
- Updated and clarified readme in some sections, added new examples - Added tests to make sure these examples are correct - Letting tests fail now when under 100% code coverage - Fixed encoding in setup.py file
0.6.3
- Updated templates - Fixed building of library including old unused files
0.6.2
- Fixed keyword arguments not being recognised still
0.6.1
- Fixed ranking of matches with keyword arguments
0.6.0
- Added distance functions - These are: distance and distance_list - Added new Class _Scorer with LevenshteinScorer, JaroScorer and JaroWinklerScorer subclasses - You need to pass these in now instead of a string when initialising Match() and Ratio() with different scorers