Skip to content

Commit 59a4dfd

Browse files
committed
Bump version to 2.24.0
1 parent 5650492 commit 59a4dfd

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.24.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.24.0) (2021-12-17)
19+
20+
### New features
21+
22+
* Add experimental parameter `mask_loss_outliers` to mask high loss values considered as outliers (requires the `tensorflow-probability` module)
23+
24+
### Fixes and improvements
25+
26+
* Fix TensorFlow Lite conversion for models using a `PositionEmbedder` layer
27+
* Automatically pad the weights of linear layers to enable Tensor Cores in mixed precision training
28+
* Correctly set the CTranslate2 options `alignment_layer` and `alignment_heads` when converting models using the attention reduction `AVERAGE_LAST_LAYER`
29+
* Raise an error if a training dataset or annotation file has an unexpected size
30+
* Warn about duplicated tokens when loading vocabularies
31+
1832
## [2.23.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.23.0) (2021-11-15)
1933

2034
### Changes

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.23.0"
3+
__version__ = "2.24.0"
44

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

0 commit comments

Comments
 (0)