bump version, add to changelog

This commit is contained in:
Marcin Junczys-Dowmunt 2018-12-07 13:39:27 -08:00
parent 8b4b3dae1e
commit 88324fedc4
2 changed files with 6 additions and 1 deletions

View File

@ -7,12 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Automatic detection of CPU intrisics when building with -arch=native
### Fixed
- Fixed handling of "dump-config: false" in YAML config
- Errors due to warnings
- Fixed issue concerning failed saving with single GPU training and --sync-sgd option.
### Changed
- -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.
## [1.7.0] - 2018-11-27

View File

@ -1 +1 @@
v1.7.3
v1.7.4