Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
anuvaad
OpenNMT-py
Commits
e5aac897
Unverified
Commit
e5aac897
authored
6 years ago
by
Vincent Nguyen
Committed by
GitHub
6 years ago
Browse files
Options
Download
Patches
Plain Diff
Bump version 0.8.1 (#1286)
parent
a3eaeb68
master
dependabot/pip/flask-cors-3.0.9
develop
exp_to_develop
experiments
release_anuvaad
release_anuvaad_users
revert-1292-fix/library-example-docs
0.8.2
0.8.1
v1.0.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+6
-0
CHANGELOG.md
onmt/__init__.py
+1
-1
onmt/__init__.py
setup.py
+1
-1
setup.py
with
8 additions
and
2 deletions
+8
-2
CHANGELOG.md
+
6
−
0
View file @
e5aac897
...
...
@@ -3,6 +3,12 @@
## [Unreleased]
## [0.8.1](https://github.com/OpenNMT/OpenNMT-py/tree/0.8.1) (2019-02-12)
*
Update documentation
*
Random sampling scores fixes
*
Bug fixes
### Fixes and improvements
## [0.8.0](https://github.com/OpenNMT/OpenNMT-py/tree/0.8.0) (2019-02-09)
*
Many fixes and code cleaning thanks @flauted, @guillaumekln
...
...
This diff is collapsed.
Click to expand it.
onmt/__init__.py
+
1
−
1
View file @
e5aac897
...
...
@@ -17,4 +17,4 @@ sys.modules["onmt.Optim"] = onmt.utils.optimizers
__all__
=
[
onmt
.
inputters
,
onmt
.
encoders
,
onmt
.
decoders
,
onmt
.
models
,
onmt
.
utils
,
onmt
.
modules
,
"Trainer"
]
__version__
=
"0.8.
0
"
__version__
=
"0.8.
1
"
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
e5aac897
...
...
@@ -4,7 +4,7 @@ from setuptools import setup
setup
(
name
=
'OpenNMT-py'
,
description
=
'A python implementation of OpenNMT'
,
version
=
'0.8.
0
'
,
version
=
'0.8.
1
'
,
packages
=
[
'onmt'
,
'onmt.encoders'
,
'onmt.modules'
,
'onmt.tests'
,
'onmt.translate'
,
'onmt.decoders'
,
'onmt.inputters'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets