mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-26 21:09:44 +01:00
Start a changelog. (#123)
This commit is contained in:
parent
b86945f008
commit
8e136d3a9c
1 changed files with 15 additions and 0 deletions
15
ChangeLog.md
Normal file
15
ChangeLog.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# ChangeLog
|
||||||
|
|
||||||
|
## Upcoming (v0.2.0.0)
|
||||||
|
- 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).
|
||||||
|
|
||||||
|
## v0.1.0.1
|
||||||
|
- Fix the `tensorflow` sdist release by including `c_api.h`.
|
||||||
|
|
||||||
|
## v0.1.0.0
|
||||||
|
- Initial release.
|
Loading…
Reference in a new issue