Skip to content

Commit 1165142

Browse files
committed
Bump version to 2.22.0
1 parent facb363 commit 1165142

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

1616
### Fixes and improvements
1717

18+
## [2.22.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.22.0) (2021-09-30)
19+
20+
### New features
21+
22+
* Support TensorFlow Lite conversion for Transformer models
23+
* Make the options `model_dir` and `auto_config` available in both the command line and the configuration file
24+
* Paths in the `data` configuration can now be relative to the model directory
25+
26+
### Fixes and improvements
27+
28+
* Fix encoding when writing sentences detokenized by an in-graph tokenizer
29+
* Always output the tokenized target in scoring even when a target tokenization is configured
30+
* Enable the OpenNMT Tokenizer when installing OpenNMT-tf on Windows
31+
1832
## [2.21.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.21.0) (2021-08-30)
1933

2034
### 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.21.0"
3+
__version__ = "2.22.0"
44

55
INCLUSIVE_MIN_TF_VERSION = "2.3.0"
66
EXCLUSIVE_MAX_TF_VERSION = "2.7.0"

0 commit comments

Comments
 (0)