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

Update changelog and revert the .cabal change.

This commit is contained in:
Judah Jacobson 2017-05-17 10:31:24 -07:00
parent f0737d457d
commit 61e773df95
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
# ChangeLog
## Upcoming (v0.2.0.0)
- Expand the Rendered class to support ResourceHandle wrappers like Variables.
- Expand the `Rendered` class and add a `ToTensor` class to let more functions
(gradients, feed, colocateWith) support `ResourceHandle` wrappers like
`Variables`.
## v0.1.0.2
- Add extra-lib-dirs for OS X in the Hackage release (#122).

View File

@ -1,5 +1,5 @@
name: tensorflow
version: 0.2.0.0
version: 0.1.0.2
synopsis: TensorFlow bindings.
description:
This library provides an interface to the TensorFlow