diff --git a/ChangeLog.md b/ChangeLog.md index 7d3fbf3..3e6034e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,11 +1,16 @@ # ChangeLog -## Upcoming (v0.2.0.0) +## v0.2.0.0 - Switch to tensorflow 1.8. +- Switch to proto-lens 0.2.2. +- Compatibility with stackage LTS-11. - Expand the `Rendered` class and add a `ToTensor` class to let more functions (gradients, feed, colocateWith) support `ResourceHandle` wrappers like - `Variables`. + `Variable`. - Add `initializedValue` function for `Variable`. +- Add `TensorFlow.Minimize` module with gradient descent and adam implementations. +- Add more gradient implementations. +- Misc bug fixes. ## v0.1.0.2 - Add extra-lib-dirs for OS X in the Hackage release (#122).