Skip to content

Releases: mammothb/editdistpy

v0.1.5

07 Sep 23:53
Compare
Choose a tag to compare

What's Changed

  • Add stub files #10
  • Add bounded Levenshtein distance algorithm by Fujimoto #11

Full Changelog: v0.1.4...v0.1.5

v0.1.5rc1

07 Sep 15:14
a3b4f6a
Compare
Choose a tag to compare
v0.1.5rc1 Pre-release
Pre-release

What's Changed

  • Add stub files #10
  • Add bounded Levenshtein distance algorithm by Fujimoto #11

Full Changelog: v0.1.4...v0.1.5rc1

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