Skip to content

Releases: atomflunder/stringmatch

v0.10.9

30 Jul 16:13
Compare
Choose a tag to compare
  • Preventing raising errors when passing in non-strings
    • Just returning 0 in these cases
  • Added scorer subclass example to Readme

v0.10.8

30 Jul 16:12
Compare
Choose a tag to compare
  • Adjusted partial matching a tiny bit more
  • Added tests to verify

v0.10.7

30 Jul 16:12
Compare
Choose a tag to compare
  • Added type hints for kwargs
  • Added some more tests

v0.10.6

30 Jul 16:12
Compare
Choose a tag to compare
  • Cleaned up some internal code

v0.10.5

30 Jul 16:12
Compare
Choose a tag to compare
  • Fixed indentation of score append in partial ratio function

v0.10.4

30 Jul 16:12
Compare
Choose a tag to compare
  • Fixed kwargs not being passed correctly by get_best_match function.
  • Adjusted partial matching a tiny bit more

v0.10.3

30 Jul 16:11
Compare
Choose a tag to compare
  • Adjusted partial matching a tiny bit more

v0.10.2

30 Jul 16:11
Compare
Choose a tag to compare
  • Improved partial matching a lot
    • Should now yield way better results
    • Updated tests and docs to reflect the changes made

v0.10.1

30 Jul 16:10
Compare
Choose a tag to compare
  • Fixed score argument not being properly recognised

v0.10.0

30 Jul 16:10
Compare
Choose a tag to compare
  • 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