Stringmatch

Latest version: v0.14.3

Safety actively analyzes 627551 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

0.14.3

- Add Python 3.12 support

0.14.2

- Upgrade to rapidfuzz Version 3.x

0.14.1

- Add Python 3.11 support

0.14.0

- 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

0.13.0

- Removed Levenshtein as a dependency and replaced it with RapidFuzz
- Under the hood Levenshtein was basically only calling RapidFuzz functions anyways, so we save ourselves the overhead
- As a result stringmatch is now a tiny bit faster
- Custom Scorers now need to return a float between 0 and 100, instead of 0 and 1

0.12.5

- 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

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.