Skip to content

Commit

Permalink
Update changelog for v0.2.0.0 (tensorflow#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkm3 authored Jul 12, 2018
1 parent 8e1d85b commit e40d2c4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit e40d2c4

Please sign in to comment.