- Fixed indentation of score append in partial ratio function
0.10.4
- Fixed kwargs not being passed correctly by get_best_match function. - Adjusted partial matching a tiny bit more
0.10.3
- Adjusted partial matching a tiny bit more
0.10.2
- Improved partial matching a lot - Should now yield way better results - Updated tests and docs to reflect the changes made
0.10.1
- Fixed score argument not being properly recognised
0.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