Skip to content

Commit

Permalink
Bump version to 2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Jul 1, 2021
1 parent 9494332 commit 29dfdbd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov

### Fixes and improvements

## [2.20.1](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.20.1) (2021-07-01)

### Fixes and improvements

* Fix missing environment variables in the child process when autotuning the batch size
* Fix error during evaluation when setting the inference parameter `n_best` > 1
* Fix error in Python serving example when using TensorFlow 2.5
* Log some information about the input layer after initialization (vocabulary size, special tokens, etc.)
* Update the minimum required pyonmttok version to 1.26.4 to include the latest fixes

## [2.20.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.20.0) (2021-06-17)

### New features
Expand All @@ -25,7 +35,7 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov

* Set a timeout for each training attempt when autotuning the batch size
* Set `keep_checkpoint_max` to `average_last_checkpoints` if the later value is larger
* Update the minimum required pyonmttok version to include the latest fixes
* Update the minimum required pyonmttok version to 1.26.2 to include the latest fixes

## [2.19.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.19.0) (2021-05-31)

Expand Down
2 changes: 1 addition & 1 deletion opennmt/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""OpenNMT-tf version."""

__version__ = "2.20.0"
__version__ = "2.20.1"

INCLUSIVE_MIN_TF_VERSION = "2.3.0"
EXCLUSIVE_MAX_TF_VERSION = "2.6.0"
Expand Down

0 comments on commit 29dfdbd

Please sign in to comment.