Skip to content

Releases: atomflunder/stringmatch

v0.14.5

15 Nov 13:17
9adac4e
Compare
Choose a tag to compare
  • Add support for Python 3.13

v0.14.4

24 Sep 19:05
Compare
Choose a tag to compare
  • Dropped support for Python 3.8

v0.14.3

02 Oct 21:20
Compare
Choose a tag to compare
  • Add Python 3.12 support

v0.14.2

06 Jun 20:05
Compare
Choose a tag to compare
  • Upgrade to rapidfuzz Version 3.x

v0.14.1

12 Oct 19:59
Compare
Choose a tag to compare
  • Add support for Python 3.11

v0.14.0

30 Jul 16:15
Compare
Choose a tag to compare
  • Added support for Python 3.8
    • Support for 3.7 and below is unlikely since we make some use of the walrus operator
    • 3.6 and below are EoL anyways and 3.7 is due to follow in 2023

v0.13.0

30 Jul 16:15
Compare
Choose a tag to compare
  • Removed Ratio Keyword Arguments Class
    • Constructing the Ratio Class just manually now
    • This should be a tiny bit faster, but not noticeable by any means
  • Adding docs
  • Added examples in docstrings

v0.12.5

30 Jul 16:15
Compare
Choose a tag to compare
  • Removed Ratio Keyword Arguments Class
    • Constructing the Ratio Class just manually now
    • This should be a tiny bit faster, but not noticeable by any means
  • Adding docs
  • Added examples in docstrings

v0.12.4

30 Jul 16:15
Compare
Choose a tag to compare
  • Removed the specific rapidfuzz version from the list of installed packages
    • The error encountered earlier seemed to have gone away

v0.12.3

30 Jul 16:15
Compare
Choose a tag to compare
  • Added mypy to the required packages, fixed installation