Skip to content

Commit

Permalink
release 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Oct 11, 2023
1 parent de2b1d5 commit 1f5491a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog

### v0.23.0
#### Changed
- added keyword argument `pad` to Hamming distance. This controls whether sequences of different
length should be padded or lead to a `ValueError`
- upgrade to `Cython==3.0.3`

### v0.22.0
#### Changed
- add support for Python 3.12
Expand Down Expand Up @@ -44,7 +50,7 @@

### v0.20.3
#### Changed
- Added support for Python3.11
- Added support for Python 3.11

### v0.20.2
#### Fixed
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = python-Levenshtein
version = 0.22.0
version = 0.23.0
description = Python extension for computing string edit distances and similarities.
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -22,4 +22,4 @@ keywords = string, Levenshtein, comparison, edit-distance
[options]
python_requires = >=3.7
install_requires =
Levenshtein==0.22.0
Levenshtein==0.23.0

0 comments on commit 1f5491a

Please sign in to comment.