Skip to content

Releases: fujimotos/polyleven

polyleven v0.9

26 Feb 08:49
Compare
Choose a tag to compare

A new version of polyleven v0.9 has been released on Feb 26, 2025.

Changes

  • Migrated to pyproject.toml to support newer pip versions (thanks to @chhotii-alex) #13
  • Support trusted publishing on PyPI, which enables you to digitally verify our releases.

Note: How to verify this release

Use pypi-attestations package. Here is a simple example:

$ python -m pip install pypi-attestations
$ pypi-attestations verify pypi --repository https://github.com/fujimotos/polyleven https://files.pythonhosted.org/packages/5c/a9/5fcf2c4d77270d9f8cd5e3d1c878ca7ffcab22debc27c16d9c67288632de/polyleven-0.9.0.tar.gz
OK: polyleven-0.9.0.tar.gz

For more details, refer to the official documentation:

https://docs.pypi.org/attestations/consuming-attestations/

polyleven v0.8

02 Oct 07:36
Compare
Choose a tag to compare

Polyleven v0.8 was released on 2022-10-02.

Changes

  • Add automatic testing using GitHub Actions (thanks to @MiWeiss)
  • Improve the performance of mbleven algorithm (thanks to @Nick-Mazuk)
  • Add support for wheels on PyPI (thanks to @datacycling)