Releases: atomflunder/stringmatch
Releases · atomflunder/stringmatch
v0.10.9
- Preventing raising errors when passing in non-strings
- Just returning 0 in these cases
- Added scorer subclass example to Readme
v0.10.8
- Adjusted partial matching a tiny bit more
- Added tests to verify
v0.10.7
- Added type hints for kwargs
- Added some more tests
v0.10.6
- Cleaned up some internal code
v0.10.5
- Fixed indentation of score append in partial ratio function
v0.10.4
- Fixed kwargs not being passed correctly by get_best_match function.
- Adjusted partial matching a tiny bit more
v0.10.3
- Adjusted partial matching a tiny bit more
v0.10.2
- Improved partial matching a lot
- Should now yield way better results
- Updated tests and docs to reflect the changes made
v0.10.1
- Fixed score argument not being properly recognised
v0.10.0
- You now need to pass in special keyword only arguments when initialising the class, not the functions
- This eliminates a lot of re-used code, and is more simple to use
- Deleted args module as a result
- Updated tests and docs to reflect those changes