Skip to content

Commit 29dfdbd

Browse files
committed
Bump version to 2.20.1
1 parent 9494332 commit 29dfdbd

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov
1515

1616
### Fixes and improvements
1717

18+
## [2.20.1](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.20.1) (2021-07-01)
19+
20+
### Fixes and improvements
21+
22+
* Fix missing environment variables in the child process when autotuning the batch size
23+
* Fix error during evaluation when setting the inference parameter `n_best` > 1
24+
* Fix error in Python serving example when using TensorFlow 2.5
25+
* Log some information about the input layer after initialization (vocabulary size, special tokens, etc.)
26+
* Update the minimum required pyonmttok version to 1.26.4 to include the latest fixes
27+
1828
## [2.20.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.20.0) (2021-06-17)
1929

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

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

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

opennmt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""OpenNMT-tf version."""
22

3-
__version__ = "2.20.0"
3+
__version__ = "2.20.1"
44

55
INCLUSIVE_MIN_TF_VERSION = "2.3.0"
66
EXCLUSIVE_MAX_TF_VERSION = "2.6.0"

0 commit comments

Comments
 (0)