update version and changelog

This commit is contained in:
Marcin Junczys-Dowmunt 2019-10-27 15:02:18 -07:00
parent b478917799
commit 398ed0c8d2
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Safe handling of sigterm signal
- 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

View File

@ -1 +1 @@
v1.8.6
v1.8.7