Skip to content

Commit 556c444

Browse files
committed
Bump version to 2.23.0
1 parent 48acea8 commit 556c444

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.22.0"
3+
__version__ = "2.23.0"
44

55
INCLUSIVE_MIN_TF_VERSION = "2.4.0"
66
EXCLUSIVE_MAX_TF_VERSION = "2.8.0"

0 commit comments

Comments
 (0)