1
0
Fork 0
mirror of https://github.com/tensorflow/haskell.git synced 2024-11-23 03:19:44 +01:00

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

View file

@ -1,11 +1,16 @@
# ChangeLog # ChangeLog
## Upcoming (v0.2.0.0) ## v0.2.0.0
- Switch to tensorflow 1.8. - 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 - Expand the `Rendered` class and add a `ToTensor` class to let more functions
(gradients, feed, colocateWith) support `ResourceHandle` wrappers like (gradients, feed, colocateWith) support `ResourceHandle` wrappers like
`Variables`. `Variable`.
- Add `initializedValue` function for `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 ## v0.1.0.2
- Add extra-lib-dirs for OS X in the Hackage release (#122). - Add extra-lib-dirs for OS X in the Hackage release (#122).