From 2c164a4363fcd65db3b0c3ee13071583007b9209 Mon Sep 17 00:00:00 2001 From: Marcin Junczys-Dowmunt Date: Tue, 27 Nov 2018 11:25:48 -0800 Subject: [PATCH] update version log --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10b5cfc3f..3f75817ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.7.0] - 2018-11-27 + ### Added - Word alignment generation in scorer - Attention output generation in decoder and scorer with `--alignment soft` - Support for SentencePiece vocabularies and run-time segmentation/desegmentation -- Synchronous multi-node training +- Support for SentencePiece vocabulary training during model training +- Group training files by filename when creating vocabularies for joint vocabularies +- Updated examples +- Synchronous multi-node training (early version) ### Fixed - Delayed output in line-by-line translation