File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov
16
16
17
17
### Fixes and improvements
18
18
19
+ ## [ 1.25.1] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v1.25.1 ) (2019-09-25)
20
+
21
+ ### Fixes and improvements
22
+
19
23
* Fix language model decoding from context to pass the correct decoding step to the model
20
24
* Fix WordDropout module when the input contains a single word
21
25
* When updating vocabularies, weights of new words are randomly initialized instead of zero initialized
Original file line number Diff line number Diff line change 12
12
language = "en"
13
13
14
14
version = "1.25" # The short X.Y version.
15
- release = "1.25.0 " # The full version, including alpha/beta/rc tags.
15
+ release = "1.25.1 " # 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.25.0 "
3
+ __version__ = "1.25.1 "
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.25.0 " ,
10
+ version = "1.25.1 " ,
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