Skip to content

Commit

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

### Fixes and improvements

## [2.26.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.26.0) (2022-03-31)

### New features

* Add learning rate schedule `InvSqrtDecay`
* Enable CTranslate2 conversion for models using GELU or Swish activations

### Fixes and improvements

* Fix inference error when using the `decoding_noise` parameter
* Clarify the inference log about buffered predictions

## [2.25.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.25.0) (2022-02-21)

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

__version__ = "2.25.0"
__version__ = "2.26.0"

INCLUSIVE_MIN_TF_VERSION = "2.4.0"
EXCLUSIVE_MAX_TF_VERSION = "2.9.0"
Expand Down

0 comments on commit 579926d

Please sign in to comment.