Skip to content

Commit

Permalink
Bump version to 2.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Sep 26, 2022
1 parent b96c0e4 commit 5c26fdf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,19 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov

### Fixes and improvements

## [2.29.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.29.0) (2022-09-26)

### New features

* Support TensorFlow 2.10
* Add model configurations `ScalingNmtEnDe` and `ScalingNmtEnFr` from [Ott et al. 2018](https://aclanthology.org/W18-6301/)
* Add embedding parameter `EmbeddingsSharingLevel.AUTO` to automatically share embeddings when the vocabulary is shared
* Extend method `Runner.average_checkpoints` to accept a list of checkpoints to average

### Fixes and improvements

* Make batch size autotuning faster when using gradient accumulation

## [2.28.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.28.0) (2022-07-29)

### New features
Expand Down
2 changes: 1 addition & 1 deletion opennmt/version.py
@@ -1,6 +1,6 @@
"""OpenNMT-tf version."""

__version__ = "2.28.0"
__version__ = "2.29.0"

INCLUSIVE_MIN_TF_VERSION = "2.6.0"
EXCLUSIVE_MAX_TF_VERSION = "2.11.0"
Expand Down

0 comments on commit 5c26fdf

Please sign in to comment.