update changelog and version

This commit is contained in:
Marcin Junczys-Dowmunt 2019-11-01 16:33:29 -07:00
parent 52c761898b
commit 54fba7868e
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Switch to change abort to exception, only to be used in library mode
- Support for 16-bit packed models with FBGEMM
- Multiple separated parameter types in ExpressionGraph, currently inference-only
- Safe handling of sigterm signal
- Automatic vectorization of elementwise operations on CPU for tensors dims that
are divible by 4 (AVX) and 8 (AVX2)
@ -24,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Compilation with CUDA 10.1
### Changed
- Removed autotuner for now, will be switched back on later
- Boost depdendency is now optional and only required for marian_server
or for boost::regex when compiling with g++-4.9
- Simplified file stream and temporary file handling

View File

@ -1 +1 @@
v1.8.7
v1.8.10