1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 19:13:34 +02:00

Update changelog for v0.2.0.0

This commit is contained in:
fkm3 2018-07-01 23:32:41 -04:00
parent 8e1d85b5e5
commit 70d3869bab

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