File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ OpenNMT-tf follows [semantic versioning 2.0.0](https://semver.org/). The API cov
15
15
16
16
### Fixes and improvements
17
17
18
+ ## [ 2.10.1] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.10.1 ) (2020-06-04)
19
+
20
+ ### Fixes and improvements
21
+
22
+ * Fix error when running RNN models with ` onmt-main `
23
+ * Add some missing functions in the online API documentation
24
+
18
25
## [ 2.10.0] ( https://github.com/OpenNMT/OpenNMT-tf/releases/tag/v2.10.0 ) (2020-05-28)
19
26
20
27
### New features
Original file line number Diff line number Diff line change 11
11
language = "en"
12
12
13
13
version = "2.10" # The short X.Y version.
14
- release = "2.10.0 " # The full version, including alpha/beta/rc tags.
14
+ release = "2.10.1 " # The full version, including alpha/beta/rc tags.
15
15
16
16
extensions = [
17
17
"recommonmark" ,
Original file line number Diff line number Diff line change 1
1
"""OpenNMT module."""
2
2
3
- __version__ = "2.10.0 "
3
+ __version__ = "2.10.1 "
4
4
5
5
from opennmt .config import convert_to_v2_config
6
6
from opennmt .config import load_config
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def get_long_description():
14
14
15
15
setup (
16
16
name = "OpenNMT-tf" ,
17
- version = "2.10.0 " ,
17
+ version = "2.10.1 " ,
18
18
license = "MIT" ,
19
19
description = "Neural machine translation and sequence learning using TensorFlow" ,
20
20
long_description = get_long_description (),
You can’t perform that action at this time.
0 commit comments