Skip to content

Releases: mammothb/editdistpy

v0.2.0

13 Feb 12:25

Choose a tag to compare

What's Changed

  • fix: add packaging as a requirement and update import in setup.py by @12458 in #22
  • Fix macOS wheels build by @mammothb in #23
  • Add Linux ARM build by @mammothb in #30

New Contributors

  • @12458 made their first contribution in #22

Full Changelog: v0.1.6...v0.2.0

v0.2.0rc2

13 Feb 12:20
5138935

Choose a tag to compare

v0.2.0rc2 Pre-release
Pre-release
prepare release 0.2.0rc2

v0.2.0rc1

13 Feb 12:00
6fa245a

Choose a tag to compare

v0.2.0rc1 Pre-release
Pre-release
build(deps): bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 (…

v0.1.6

07 Jun 11:51

Choose a tag to compare

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
9c60aba

Choose a tag to compare

v0.1.6rc2 Pre-release
Pre-release
prepare release 0.1.6rc2

v0.1.6rc1

07 Jun 11:18
6b10936

Choose a tag to compare

v0.1.6rc1 Pre-release
Pre-release
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

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

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

Choose a tag to compare

Bump supported Python versions

v0.1.3

29 Nov 12:31
c7f71bc

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