update changelog and version

This commit is contained in:
Marcin Junczys-Dowmunt 2019-10-26 08:53:57 -07:00
parent abf95d0cdd
commit e375905404
2 changed files with 4 additions and 2 deletions

View File

@ -8,11 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Boost is now optional, still required for marian_server and GCC-4.9 due to lack
of support for built-in std::regex.
- Automatic vectorization of elementwise operations on CPU for tensors dims that
are divible by 4 (AVX) and 8 (AVX2)
- Replacing std::shared_ptr<T> with custom IntrusivePtr<T> for small objects like
Tensors, Hypotheses and Expressions.
- First steps towards integrating FP16 support, currently no-ops.
- Fp16 inference working for translation
- Gradient-checkpointing
### Fixed

View File

@ -1 +1 @@
v1.8.3
v1.8.5