File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11"""OpenNMT-tf version."""
22
3- __version__ = "2.21 .0"
3+ __version__ = "2.22 .0"
44
55INCLUSIVE_MIN_TF_VERSION = "2.3.0"
66EXCLUSIVE_MAX_TF_VERSION = "2.7.0"
You can’t perform that action at this time.
0 commit comments