diff --git a/ChangeLog.md b/ChangeLog.md index 71b88b9..4236821 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,10 +1,7 @@ # ChangeLog -## v0.2.0.1 -- Switch to tensorflow 1.9. - ## v0.2.0.0 -- Switch to tensorflow 1.8. +- 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 diff --git a/tensorflow-core-ops/tensorflow-core-ops.cabal b/tensorflow-core-ops/tensorflow-core-ops.cabal index b9ccf3d..088c0ef 100644 --- a/tensorflow-core-ops/tensorflow-core-ops.cabal +++ b/tensorflow-core-ops/tensorflow-core-ops.cabal @@ -1,5 +1,5 @@ name: tensorflow-core-ops -version: 0.1.0.0 +version: 0.2.0.0 synopsis: Haskell wrappers for Core Tensorflow Ops. description: Code generated signatures for the Ops in libtensorflow. homepage: https://github.com/tensorflow/haskell#readme @@ -16,7 +16,7 @@ library exposed-modules: TensorFlow.GenOps.Core build-depends: bytestring , proto-lens == 0.2.* - , tensorflow == 0.1.* + , tensorflow == 0.2.* , base >= 4.7 && < 5 , lens-family , text @@ -27,8 +27,8 @@ custom-setup , bytestring , directory , proto-lens == 0.2.* - , tensorflow-opgen == 0.1.* - , tensorflow == 0.1.* + , tensorflow-opgen == 0.2.* + , tensorflow == 0.2.* , base >= 4.7 && < 5 , filepath , mainland-pretty diff --git a/tensorflow-logging/tensorflow-logging.cabal b/tensorflow-logging/tensorflow-logging.cabal index d9c14a0..f188e53 100644 --- a/tensorflow-logging/tensorflow-logging.cabal +++ b/tensorflow-logging/tensorflow-logging.cabal @@ -1,5 +1,5 @@ name: tensorflow-logging -version: 0.1.0.0 +version: 0.2.0.0 synopsis: TensorBoard related functionality. description: Please see README.md homepage: https://github.com/tensorflow/haskell#readme @@ -29,11 +29,11 @@ library , stm , stm-chans , stm-conduit - , tensorflow == 0.1.* - , tensorflow-core-ops == 0.1.* - , tensorflow-ops == 0.1.* - , tensorflow-proto == 0.1.* - , tensorflow-records-conduit + , tensorflow == 0.2.* + , tensorflow-core-ops == 0.2.* + , tensorflow-ops == 0.2.* + , tensorflow-proto == 0.2.* + , tensorflow-records-conduit == 0.1.* , text , time , transformers diff --git a/tensorflow-mnist/tensorflow-mnist.cabal b/tensorflow-mnist/tensorflow-mnist.cabal index f35b4ca..04e8bdd 100644 --- a/tensorflow-mnist/tensorflow-mnist.cabal +++ b/tensorflow-mnist/tensorflow-mnist.cabal @@ -28,9 +28,9 @@ library , lens-family , containers , split - , tensorflow-proto == 0.1.* - , tensorflow-core-ops == 0.1.* - , tensorflow + , tensorflow-proto == 0.2.* + , tensorflow-core-ops == 0.2.* + , tensorflow == 0.2.* , text , vector , zlib diff --git a/tensorflow-opgen/tensorflow-opgen.cabal b/tensorflow-opgen/tensorflow-opgen.cabal index 53f28c2..5438bba 100644 --- a/tensorflow-opgen/tensorflow-opgen.cabal +++ b/tensorflow-opgen/tensorflow-opgen.cabal @@ -1,5 +1,5 @@ name: tensorflow-opgen -version: 0.1.0.0 +version: 0.2.0.0 synopsis: Code generation for TensorFlow operations. description: Please see README.md homepage: https://github.com/tensorflow/haskell#readme @@ -17,7 +17,7 @@ library exposed-modules: TensorFlow.OpGen.ParsedOp , TensorFlow.OpGen build-depends: proto-lens == 0.2.* - , tensorflow-proto == 0.1.* + , tensorflow-proto == 0.2.* , base >= 4.7 && < 5 , bytestring , containers diff --git a/tensorflow-ops/tensorflow-ops.cabal b/tensorflow-ops/tensorflow-ops.cabal index f64aab5..bc5d3b0 100644 --- a/tensorflow-ops/tensorflow-ops.cabal +++ b/tensorflow-ops/tensorflow-ops.cabal @@ -1,5 +1,5 @@ name: tensorflow-ops -version: 0.1.0.0 +version: 0.2.0.0 synopsis: Friendly layer around TensorFlow bindings. description: Please see README.md homepage: https://github.com/tensorflow/haskell#readme @@ -29,9 +29,9 @@ library , data-default , lens-family , containers - , tensorflow == 0.1.* - , tensorflow-proto == 0.1.* - , tensorflow-core-ops == 0.1.* + , tensorflow == 0.2.* + , tensorflow-proto == 0.2.* + , tensorflow-core-ops == 0.2.* , text default-language: Haskell2010 diff --git a/tensorflow-proto/tensorflow-proto.cabal b/tensorflow-proto/tensorflow-proto.cabal index b1d53d6..939fd29 100644 --- a/tensorflow-proto/tensorflow-proto.cabal +++ b/tensorflow-proto/tensorflow-proto.cabal @@ -1,5 +1,5 @@ name: tensorflow-proto -version: 0.1.0.0 +version: 0.2.0.0 synopsis: TensorFlow protocol buffers. description: Please see README.md homepage: https://github.com/tensorflow/haskell#readme diff --git a/tensorflow/tensorflow.cabal b/tensorflow/tensorflow.cabal index bb6b5ad..eb4dcf1 100644 --- a/tensorflow/tensorflow.cabal +++ b/tensorflow/tensorflow.cabal @@ -1,5 +1,5 @@ name: tensorflow -version: 0.1.0.2 +version: 0.2.0.0 synopsis: TensorFlow bindings. description: This library provides an interface to the TensorFlow @@ -37,7 +37,7 @@ library other-modules: TensorFlow.Internal.Raw build-tools: c2hs build-depends: proto-lens == 0.2.* - , tensorflow-proto == 0.1.* + , tensorflow-proto == 0.2.* , base >= 4.7 && < 5 , async , attoparsec