Skip to content

Commit

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

### Fixes and improvements

## [v1.26.1](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.26.1) (2021-05-31)

### Fixes and improvements

* Fix application of the BPE vocabulary when using `preserve_segmented_tokens` and a subword appears without joiner in the vocabulary
* Fix compilation with ICU versions older than 60

## [v1.26.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.26.0) (2021-04-19)

### New features
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.0",
version="1.26.1",
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 48d82ab

Please sign in to comment.