2017-05-18 08:43:08 +02:00
|
|
|
# ChangeLog
|
|
|
|
|
2019-07-15 23:16:58 +02:00
|
|
|
## v0.2.0.1
|
|
|
|
- Switch to tensorflow 1.14.0.
|
2019-09-08 21:45:24 +02:00
|
|
|
- Compatibility with stackage LTS-14.4.
|
|
|
|
- Switch to proto-lens 0.4.
|
2019-07-15 23:16:58 +02:00
|
|
|
|
2018-07-12 21:44:43 +02:00
|
|
|
## v0.2.0.0
|
2018-08-03 04:07:30 +02:00
|
|
|
- Switch to tensorflow 1.9.
|
2018-07-12 21:44:43 +02:00
|
|
|
- Switch to proto-lens 0.2.2.
|
|
|
|
- Compatibility with stackage LTS-11.
|
2017-05-18 08:43:08 +02:00
|
|
|
- Expand the `Rendered` class and add a `ToTensor` class to let more functions
|
|
|
|
(gradients, feed, colocateWith) support `ResourceHandle` wrappers like
|
2018-07-12 21:44:43 +02:00
|
|
|
`Variable`.
|
2017-05-21 06:42:45 +02:00
|
|
|
- Add `initializedValue` function for `Variable`.
|
2018-07-12 21:44:43 +02:00
|
|
|
- Add `TensorFlow.Minimize` module with gradient descent and adam implementations.
|
|
|
|
- Add more gradient implementations.
|
|
|
|
- Misc bug fixes.
|
2017-05-18 08:43:08 +02:00
|
|
|
|
|
|
|
## 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.
|