1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 11:03:34 +02:00
tensorflow-haskell/ChangeLog.md
Greg Steuck 580917a731
Switch to LTS 14 and bump versions to 0.2.0.1 (#248)
* Use newer stack and protoc in Dockerfiles
2019-09-08 12:45:24 -07:00

767 B

ChangeLog

v0.2.0.1

  • Switch to tensorflow 1.14.0.
  • Compatibility with stackage LTS-14.4.
  • Switch to proto-lens 0.4.

v0.2.0.0

  • Switch to tensorflow 1.9.
  • 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 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).

v0.1.0.1

  • Fix the tensorflow sdist release by including c_api.h.

v0.1.0.0

  • Initial release.