Skip to content

Commit

Permalink
Bump version to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Sep 2, 2020
1 parent db2c3b7 commit 8af11d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,15 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co

### New features

* Introduce the "Token API": a set of methods that manipulate `Token` objects instead of serialized strings
### Fixes and improvements

## [v1.19.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.19.0) (2020-09-02)

### New features

* Add BPE dropout ([Provilkov et al. 2019](https://www.aclweb.org/anthology/2020.acl-main.170/))
* [Python] Introduce the "Token API": a set of methods that manipulate `Token` objects instead of serialized strings
* [Python] Add `unicode_ranges` argument to the `detokenize_with_ranges` method to return ranges over Unicode characters instead of bytes

### 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 @@ -40,7 +40,7 @@ def _maybe_add_library_root(lib_name, header_only=False):

setup(
name="pyonmttok",
version="1.18.5",
version="1.19.0",
license="MIT",
description="OpenNMT tokenization library",
long_description=_get_long_description(),
Expand Down

0 comments on commit 8af11d7

Please sign in to comment.