Skip to content

Commit 1f5491a

Browse files
authored
release 0.23.0
1 parent de2b1d5 commit 1f5491a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

HISTORY.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
### v0.23.0
4+
#### Changed
5+
- added keyword argument `pad` to Hamming distance. This controls whether sequences of different
6+
length should be padded or lead to a `ValueError`
7+
- upgrade to `Cython==3.0.3`
8+
39
### v0.22.0
410
#### Changed
511
- add support for Python 3.12
@@ -44,7 +50,7 @@
4450

4551
### v0.20.3
4652
#### Changed
47-
- Added support for Python3.11
53+
- Added support for Python 3.11
4854

4955
### v0.20.2
5056
#### Fixed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = python-Levenshtein
3-
version = 0.22.0
3+
version = 0.23.0
44
description = Python extension for computing string edit distances and similarities.
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -22,4 +22,4 @@ keywords = string, Levenshtein, comparison, edit-distance
2222
[options]
2323
python_requires = >=3.7
2424
install_requires =
25-
Levenshtein==0.22.0
25+
Levenshtein==0.23.0

0 commit comments

Comments
 (0)