File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov
14
14
15
15
### New features
16
16
17
+ ### Fixes and improvements
18
+
19
+ ## [ 1.23.0] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v1.23.0 ) (2019-05-30)
20
+
21
+ ### New features
22
+
17
23
* Support applying noise on the decoding output ("beam+noise" strategy from [ Edunov et al. 2018] ( https://arxiv.org/abs/1808.09381 ) )
18
24
19
25
### Fixes and improvements
Original file line number Diff line number Diff line change 11
11
author = "OpenNMT"
12
12
language = "en"
13
13
14
- version = "1.22 " # The short X.Y version.
15
- release = "1.22.2 " # The full version, including alpha/beta/rc tags.
14
+ version = "1.23 " # The short X.Y version.
15
+ release = "1.23.0 " # The full version, including alpha/beta/rc tags.
16
16
17
17
source_suffix = ".rst"
18
18
master_doc = "index"
Original file line number Diff line number Diff line change 1
1
"""OpenNMT module."""
2
2
3
- __version__ = "1.22.2 "
3
+ __version__ = "1.23.0 "
4
4
5
5
from opennmt import decoders
6
6
from opennmt import encoders
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = "OpenNMT-tf" ,
10
- version = "1.22.2 " ,
10
+ version = "1.23.0 " ,
11
11
license = "MIT" ,
12
12
description = "Neural machine translation and sequence learning using TensorFlow" ,
13
13
author = "OpenNMT" ,
You can’t perform that action at this time.
0 commit comments