Unverified Commit 5d6f23b2 authored by Vincent Nguyen's avatar Vincent Nguyen Committed by GitHub
Browse files

bump version 0.7.1 (#1217)

Showing with 7 additions and 2 deletions
+7 -2
......@@ -3,8 +3,13 @@
## [Unreleased]
### Fixes and improvements
## [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
### New features
* 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)
......
......@@ -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.0"
__version__ = "0.7.1"
......@@ -4,7 +4,7 @@ from setuptools import setup
setup(name='OpenNMT-py',
description='A python implementation of OpenNMT',
version='0.7.0',
version='0.7.1',
packages=['onmt', 'onmt.encoders', 'onmt.modules', 'onmt.tests',
'onmt.translate', 'onmt.decoders', 'onmt.inputters',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment