Skip to content

Commit

Permalink
Bump version to 2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Dec 17, 2021
1 parent 5650492 commit 59a4dfd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov

### Fixes and improvements

## [2.24.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.24.0) (2021-12-17)

### New features

* Add experimental parameter `mask_loss_outliers` to mask high loss values considered as outliers (requires the `tensorflow-probability` module)

### Fixes and improvements

* Fix TensorFlow Lite conversion for models using a `PositionEmbedder` layer
* Automatically pad the weights of linear layers to enable Tensor Cores in mixed precision training
* Correctly set the CTranslate2 options `alignment_layer` and `alignment_heads` when converting models using the attention reduction `AVERAGE_LAST_LAYER`
* Raise an error if a training dataset or annotation file has an unexpected size
* Warn about duplicated tokens when loading vocabularies

## [2.23.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.23.0) (2021-11-15)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion opennmt/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""OpenNMT-tf version."""

__version__ = "2.23.0"
__version__ = "2.24.0"

INCLUSIVE_MIN_TF_VERSION = "2.4.0"
EXCLUSIVE_MAX_TF_VERSION = "2.8.0"
Expand Down

0 comments on commit 59a4dfd

Please sign in to comment.