Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Nov 13, 2019
1 parent e298d79 commit 3c76753
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co

### Fixes and improvements

## [v1.17.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.17.0) (2019-11-13)

### New features

* Flag `soft_case_regions` to minimize the number of uppercase regions when using `case_markup`

### Fixes and improvements

* Fix mismatch between subword learning and encoding when using `case_feature`
* [C++] Fix missing default value for new argument of constructor `SPMLearner`

## [v1.16.1](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.16.1) (2019-10-21)

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

setup(
name="pyonmttok",
version="1.16.1",
version="1.17.0",
license="MIT",
description="OpenNMT tokenization library",
author="OpenNMT",
Expand Down

0 comments on commit 3c76753

Please # to comment.