update version and changelog

This commit is contained in:
Marcin Junczys-Dowmunt 2019-09-11 14:28:14 -07:00
parent c26114331f
commit ca37cb067a
2 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- 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.
- Gradient-checkpointing
### Fixed
- Sort parameters by lexicographical order during allocation to ensure consistent
@ -21,6 +22,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
hallucinated outputs.
- Compilation with CUDA 10.1
### Changed
- Unified node intializers, same function API.
## [1.8.0] - 2019-09-04
### Added

View File

@ -1 +1 @@
v1.8.2
v1.8.3