Python-levenshtein

Latest version: v0.25.1

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

Scan your dependencies

Page 5 of 9

0.17.0

* Removed support for Python 3.5

0.16.1

* Add support for RapidFuzz v1.9.*

0.16.0

* Add support for Python 3.10

0.15.0

* Update SequenceMatcher interface to support the autojunk parameter

0.14.0

* Drop Python 2 support
* Fixed free of non heap object due caused by zero offset on a heap object
* Fixed warnings about missing type conversions
* Fix segmentation fault in subtract_edit when incorrect input types are used
* Fixed unchecked memory allocations
* Implement distance/ratio/hamming/jaro/jaro_winkler
using rapidfuzz instead of providing a own implementation
* Implement Wrapper for inverse/editops/opcodes/matching_blocks/subtract_edit/apply_edit
using Cython to simplify support for new Python versions

0.13.0

* Maintainership passed to Max Bachmann
* use faster bitparallel implementations for distance and ratio
* avoid string copies in distance, ratio and hamming
* Fix usage of deprecated Unicode APIs in distance, ratio and hamming
* Fixed incorrect window size inside Jaro and Jaro-Winkler implementation
* Fixed incorrect exception messages
* Removed unused functions and compiler specific hacks
* Split the Python and C implementations to simplify building of
the C library
* Fixed multiple bugs which prevented the use as C library, since some functions
only got defined when compiling for Python
* Build and deliver python wheels for the library
* Fixed incorrect allocation size in lev_editops_matching_blocks and
lev_opcodes_matching_blocks

Page 5 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.