File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,24 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov
1515
1616### Fixes and improvements
1717
18+ ## [ 2.23.0] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.23.0 ) (2021-11-15)
19+
20+ ### Changes
21+
22+ * Remove support for TensorFlow 2.3
23+
24+ ### New features
25+
26+ * Support TensorFlow 2.7
27+ * Add CTranslate2 exporter with "int8_float16" quantization
28+
29+ ### Fixes and improvements
30+
31+ * Improve performance when applying the OpenNMT tokenization during training by vectorizing the dataset transformation
32+ * Disable configuration merge for fields ` optimizer_params ` and ` decay_params `
33+ * Enable the CTranslate2 integration when installing OpenNMT-tf on Windows
34+ * Include PyYAML 6 in supported versions
35+
1836## [ 2.22.0] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.22.0 ) (2021-09-30)
1937
2038### New features
Original file line number Diff line number Diff line change 11"""OpenNMT-tf version."""
22
3- __version__ = "2.22 .0"
3+ __version__ = "2.23 .0"
44
55INCLUSIVE_MIN_TF_VERSION = "2.4.0"
66EXCLUSIVE_MAX_TF_VERSION = "2.8.0"
You can’t perform that action at this time.
0 commit comments