Skip to content

Commit 518a19d

Browse files
authored
bump v0.8.2 (OpenNMT#1310)
1 parent 6b80b81 commit 518a19d

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
33

44

55
## [Unreleased]
6+
### Fixes and improvements
7+
8+
## [0.8.2](https://github.com/OpenNMT/OpenNMT-py/tree/0.8.2) (2019-02-16)
9+
* Update documentation and Library example
10+
* Revamp args
11+
* Bug fixes, save moving average in FP32
12+
* Allow FP32 inference for FP16 models
613

714
## [0.8.1](https://github.com/OpenNMT/OpenNMT-py/tree/0.8.1) (2019-02-12)
815
* Update documentation
916
* Random sampling scores fixes
1017
* Bug fixes
1118

12-
### Fixes and improvements
1319
## [0.8.0](https://github.com/OpenNMT/OpenNMT-py/tree/0.8.0) (2019-02-09)
1420
* Many fixes and code cleaning thanks @flauted, @guillaumekln
1521
* Datasets code refactor (thanks @flauted) you need to r-preeprocess datasets

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ Major contributors are:
143143
[Paul Tardy](https://github.com/pltrdy) (Ubiqus / Lium)
144144
[François Hernandez](https://github.com/francoishernandez) (Ubiqus)
145145
[Jianyu Zhan](http://github.com/jianyuzhan) (Shanghai)
146+
[Dylan Flaute](http://github.com/flauted (University of Dayton)
146147
and more !
147148

148149
OpentNMT-py belongs to the OpenNMT project along with OpenNMT-Lua and OpenNMT-tf.

onmt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
__all__ = [onmt.inputters, onmt.encoders, onmt.decoders, onmt.models,
1818
onmt.utils, onmt.modules, "Trainer"]
1919

20-
__version__ = "0.8.1"
20+
__version__ = "0.8.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(name='OpenNMT-py',
66
description='A python implementation of OpenNMT',
7-
version='0.8.1',
7+
version='0.8.2',
88

99
packages=['onmt', 'onmt.encoders', 'onmt.modules', 'onmt.tests',
1010
'onmt.translate', 'onmt.decoders', 'onmt.inputters',

0 commit comments

Comments
 (0)