From 5db4b9eed45ea4cdad19ed03fbec48c77d7d6a73 Mon Sep 17 00:00:00 2001 From: Marcin Junczys-Dowmunt Date: Wed, 4 Sep 2019 13:50:39 -0700 Subject: [PATCH] update version --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f22074040..c77101528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.8.0] - 2019-09-04 + ### Added - Alias options and new --task option - Automatic detection of CPU intrisics when building with -arch=native - First version of BERT-training and BERT-classifier, currently not compatible with TF models - New reduction operators - Use Cmake's ExternalProject to build NCCL and potentially other external libs +- Code for Factored Vocabulary, currently not usable yet without outside tools ### Fixed - Issue with relative paths in automatically generated decoder config files @@ -25,6 +28,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Errors due to warnings - Issue concerning failed saving with single GPU training and --sync-sgd option. - NaN problem when training with Tensor Cores on Volta GPUs +- Fix pipe-handling +- Fix compilation with GCC 9.1 +- Fix CMake build types ### Changed - Error message when using left-to-right and right-to-left models together in ensembles @@ -34,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - -DUSE_STATIC_LIBS=on now also looks for static versions of CUDA libraries - Include NCCL build from github.com/marian-nmt/nccl and compile within source tree - Set nearly all warnings as errors for Marian's own targets. Disable warnings for 3rd party +- Refactored beam search ## [1.7.0] - 2018-11-27 diff --git a/VERSION b/VERSION index b84efa430..804a616da 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.7.12 +v1.8.0