Skip to content

Releases: mammothb/editdistpy

v0.1.4

17 Apr 13:54
254f977
Compare
Choose a tag to compare

Bump supported Python versions

v0.1.3

29 Nov 12:31
c7f71bc
Compare
Choose a tag to compare
  • Fix build from source on macOS
  • Handles distance calculation when one of the input strings is None
  • Handles distance calculation when max_distance=0

v0.1.2

27 Nov 07:01
Compare
Choose a tag to compare
  • Add all C++ header and source files in source distribution
  • Add .pyx files to source distribution
  • Fix no_cythonize path replacement
  • Try cythonize by default

v0.1.1

24 Nov 15:05
cad14f2
Compare
Choose a tag to compare
  • Initial implementation
  • Handle strings as int array using their unicode code value for compatibility with non-English languages