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
6f11f298
Unverified
Commit
6f11f298
authored
6 years ago
by
Vincent Nguyen
Committed by
GitHub
6 years ago
Browse files
Options
Download
Patches
Plain Diff
Bump minor version (#1243)
parent
801a3d7b
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
0.8.0
0.7.2
v1.0.0
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+8
-1
CHANGELOG.md
onmt/__init__.py
+1
-1
onmt/__init__.py
setup.py
+1
-1
setup.py
with
10 additions
and
3 deletions
+10
-3
CHANGELOG.md
+
8
−
1
View file @
6f11f298
...
...
@@ -4,6 +4,14 @@
## [Unreleased]
### Fixes and improvements
## [0.7.2](https://github.com/OpenNMT/OpenNMT-py/tree/0.7.2) (2019-01-31)
*
Many fixes and code cleaning thanks @bpopeters, @flauted, @guillaumekln
### New features
*
Multilevel fields for better handling of text featuer embeddinggs.
## [0.7.1](https://github.com/OpenNMT/OpenNMT-py/tree/0.7.1) (2019-01-24)
*
Many fixes and code refactoring thanks @bpopeters, @flauted, @guillaumekln
...
...
@@ -11,7 +19,6 @@
*
Random sampling thanks @daphnei
*
Enable sharding for huge files at translation
### Fixes and improvements
## [0.7.0](https://github.com/OpenNMT/OpenNMT-py/tree/0.7.0) (2019-01-02)
*
Many fixes and code refactoring thanks @benopeters
*
Migrated to Pytorch 1.0
...
...
This diff is collapsed.
Click to expand it.
onmt/__init__.py
+
1
−
1
View file @
6f11f298
...
...
@@ -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.7.
1
"
__version__
=
"0.7.
2
"
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
6f11f298
...
...
@@ -4,7 +4,7 @@ from setuptools import setup
setup
(
name
=
'OpenNMT-py'
,
description
=
'A python implementation of OpenNMT'
,
version
=
'0.7.
1
'
,
version
=
'0.7.
2
'
,
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