Skip to content

Commit

Permalink
Bump version to 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Aug 30, 2021
1 parent c1388a5 commit 8b52754
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co

### Fixes and improvements

## [v1.27.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.27.0) (2021-08-30)

### Changes

* Linux Python wheels are now compiled with `manylinux2010` and require `pip` >= 19.0 for installation
* macOS Python wheels now require macOS >= 10.14

### Fixes and improvements

* Fix casing resolution when some letters do not have case information
* Fix detokenization when a token includes a fullwidth percent sign (%) that is not used as an escape sequence
* Improve error message when setting invalid `segment_alphabet` or `lang` options
* Update SentencePiece to 0.1.96
* [Python] Improve declaration of functions and classes for better type hints and checks
* [Python] Update ICU to 69.1

## [v1.26.4](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.26.4) (2021-06-25)

### Fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def _maybe_add_library_root(lib_name, header_only=False):

setup(
name="pyonmttok",
version="1.26.4",
version="1.27.0",
license="MIT",
description="Fast and customizable text tokenization library with BPE and SentencePiece support",
long_description=_get_long_description(),
Expand Down

0 comments on commit 8b52754

Please sign in to comment.