Skip to content

Commit 579926d

Browse files
committed
Bump version to 2.26.0
1 parent a4c1da9 commit 579926d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov
1515

1616
### Fixes and improvements
1717

18+
## [2.26.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.26.0) (2022-03-31)
19+
20+
### New features
21+
22+
* Add learning rate schedule `InvSqrtDecay`
23+
* Enable CTranslate2 conversion for models using GELU or Swish activations
24+
25+
### Fixes and improvements
26+
27+
* Fix inference error when using the `decoding_noise` parameter
28+
* Clarify the inference log about buffered predictions
29+
1830
## [2.25.0](https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.25.0) (2022-02-21)
1931

2032
### 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.25.0"
3+
__version__ = "2.26.0"
44

55
INCLUSIVE_MIN_TF_VERSION = "2.4.0"
66
EXCLUSIVE_MAX_TF_VERSION = "2.9.0"

0 commit comments

Comments
 (0)