Skip to content

Commit 8576c19

Browse files
committed
Bump version to 2.18.1
1 parent 99d1e91 commit 8576c19

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

1616
### Fixes and improvements
1717

18+
## [2.18.1](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.18.1) (2021-04-27)
19+
20+
### Fixes and improvements
21+
22+
* Fix vocabulary update for models with shared embeddings
23+
* Fix a compatibility issue with TensorFlow 2.5 for early users
24+
* When all training attempts fail in batch size autotuning, log the error message of the last attempt
25+
1826
## [2.18.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.18.0) (2021-04-19)
1927

2028
### New features

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.18.0"
3+
__version__ = "2.18.1"
44

55
INCLUSIVE_MIN_TF_VERSION = "2.3.0"
66
EXCLUSIVE_MAX_TF_VERSION = "2.5.0"

0 commit comments

Comments
 (0)