Update changelog for v0.2.0.0 (#194)

This commit is contained in:
fkm3 2018-07-12 15:44:43 -04:00 committed by GitHub
parent 8e1d85b5e5
commit e40d2c44f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -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).