pypi Levenshtein 0.14.0
Release 0.14.0

latest releases: 0.25.1, 0.25.0, 0.24.0...
2 years ago

Changed

  • Drop Python 2 support
  • 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 and improve error checking

Fixed

  • 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

Don't miss a new Levenshtein release

NewReleases is sending notifications on new releases.