Releases: mammothb/editdistpy
Releases · mammothb/editdistpy
v0.2.0
13 Feb 12:25
Compare
Sorry, something went wrong.
No results found
v0.2.0rc2
13 Feb 12:20
Compare
Sorry, something went wrong.
No results found
v0.2.0rc1
13 Feb 12:00
Compare
Sorry, something went wrong.
No results found
build(deps): bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (…
v0.1.6
07 Jun 11:51
Compare
Sorry, something went wrong.
No results found
What's Changed
Update license meta-data in pyproject.toml by @huerlisi in #14
Build: Use uv for dependency management by @mammothb in #16
Drop support for Python 3.8
Provide wheels for Python 3.13
New Contributors
Full Changelog : v0.1.5...v0.1.6
v0.1.6rc2
07 Jun 11:38
Compare
Sorry, something went wrong.
No results found
v0.1.6rc1
07 Jun 11:18
Compare
Sorry, something went wrong.
No results found
Build: Bump pypi publish version (#17)
* build: bump pypi publish version
* build: move if condition to job level
v0.1.5
07 Sep 23:53
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bump supported Python versions
v0.1.3
29 Nov 12:31
Compare
Sorry, something went wrong.
No results found
Fix build from source on macOS
Handles distance calculation when one of the input strings is None
Handles distance calculation when max_distance=0