Bump all of the versions to 0.2.0.0 (#202)

This commit is contained in:
fkm3 2018-08-02 22:07:30 -04:00 committed by GitHub
parent c731a6f768
commit 85bf0bb12c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 23 additions and 26 deletions

View File

@ -1,10 +1,7 @@
# ChangeLog # ChangeLog
## v0.2.0.1
- Switch to tensorflow 1.9.
## v0.2.0.0 ## v0.2.0.0
- Switch to tensorflow 1.8. - Switch to tensorflow 1.9.
- Switch to proto-lens 0.2.2. - Switch to proto-lens 0.2.2.
- Compatibility with stackage LTS-11. - Compatibility with stackage LTS-11.
- Expand the `Rendered` class and add a `ToTensor` class to let more functions - Expand the `Rendered` class and add a `ToTensor` class to let more functions

View File

@ -1,5 +1,5 @@
name: tensorflow-core-ops name: tensorflow-core-ops
version: 0.1.0.0 version: 0.2.0.0
synopsis: Haskell wrappers for Core Tensorflow Ops. synopsis: Haskell wrappers for Core Tensorflow Ops.
description: Code generated signatures for the Ops in libtensorflow. description: Code generated signatures for the Ops in libtensorflow.
homepage: https://github.com/tensorflow/haskell#readme homepage: https://github.com/tensorflow/haskell#readme
@ -16,7 +16,7 @@ library
exposed-modules: TensorFlow.GenOps.Core exposed-modules: TensorFlow.GenOps.Core
build-depends: bytestring build-depends: bytestring
, proto-lens == 0.2.* , proto-lens == 0.2.*
, tensorflow == 0.1.* , tensorflow == 0.2.*
, base >= 4.7 && < 5 , base >= 4.7 && < 5
, lens-family , lens-family
, text , text
@ -27,8 +27,8 @@ custom-setup
, bytestring , bytestring
, directory , directory
, proto-lens == 0.2.* , proto-lens == 0.2.*
, tensorflow-opgen == 0.1.* , tensorflow-opgen == 0.2.*
, tensorflow == 0.1.* , tensorflow == 0.2.*
, base >= 4.7 && < 5 , base >= 4.7 && < 5
, filepath , filepath
, mainland-pretty , mainland-pretty

View File

@ -1,5 +1,5 @@
name: tensorflow-logging name: tensorflow-logging
version: 0.1.0.0 version: 0.2.0.0
synopsis: TensorBoard related functionality. synopsis: TensorBoard related functionality.
description: Please see README.md description: Please see README.md
homepage: https://github.com/tensorflow/haskell#readme homepage: https://github.com/tensorflow/haskell#readme
@ -29,11 +29,11 @@ library
, stm , stm
, stm-chans , stm-chans
, stm-conduit , stm-conduit
, tensorflow == 0.1.* , tensorflow == 0.2.*
, tensorflow-core-ops == 0.1.* , tensorflow-core-ops == 0.2.*
, tensorflow-ops == 0.1.* , tensorflow-ops == 0.2.*
, tensorflow-proto == 0.1.* , tensorflow-proto == 0.2.*
, tensorflow-records-conduit , tensorflow-records-conduit == 0.1.*
, text , text
, time , time
, transformers , transformers

View File

@ -28,9 +28,9 @@ library
, lens-family , lens-family
, containers , containers
, split , split
, tensorflow-proto == 0.1.* , tensorflow-proto == 0.2.*
, tensorflow-core-ops == 0.1.* , tensorflow-core-ops == 0.2.*
, tensorflow , tensorflow == 0.2.*
, text , text
, vector , vector
, zlib , zlib

View File

@ -1,5 +1,5 @@
name: tensorflow-opgen name: tensorflow-opgen
version: 0.1.0.0 version: 0.2.0.0
synopsis: Code generation for TensorFlow operations. synopsis: Code generation for TensorFlow operations.
description: Please see README.md description: Please see README.md
homepage: https://github.com/tensorflow/haskell#readme homepage: https://github.com/tensorflow/haskell#readme
@ -17,7 +17,7 @@ library
exposed-modules: TensorFlow.OpGen.ParsedOp exposed-modules: TensorFlow.OpGen.ParsedOp
, TensorFlow.OpGen , TensorFlow.OpGen
build-depends: proto-lens == 0.2.* build-depends: proto-lens == 0.2.*
, tensorflow-proto == 0.1.* , tensorflow-proto == 0.2.*
, base >= 4.7 && < 5 , base >= 4.7 && < 5
, bytestring , bytestring
, containers , containers

View File

@ -1,5 +1,5 @@
name: tensorflow-ops name: tensorflow-ops
version: 0.1.0.0 version: 0.2.0.0
synopsis: Friendly layer around TensorFlow bindings. synopsis: Friendly layer around TensorFlow bindings.
description: Please see README.md description: Please see README.md
homepage: https://github.com/tensorflow/haskell#readme homepage: https://github.com/tensorflow/haskell#readme
@ -29,9 +29,9 @@ library
, data-default , data-default
, lens-family , lens-family
, containers , containers
, tensorflow == 0.1.* , tensorflow == 0.2.*
, tensorflow-proto == 0.1.* , tensorflow-proto == 0.2.*
, tensorflow-core-ops == 0.1.* , tensorflow-core-ops == 0.2.*
, text , text
default-language: Haskell2010 default-language: Haskell2010

View File

@ -1,5 +1,5 @@
name: tensorflow-proto name: tensorflow-proto
version: 0.1.0.0 version: 0.2.0.0
synopsis: TensorFlow protocol buffers. synopsis: TensorFlow protocol buffers.
description: Please see README.md description: Please see README.md
homepage: https://github.com/tensorflow/haskell#readme homepage: https://github.com/tensorflow/haskell#readme

View File

@ -1,5 +1,5 @@
name: tensorflow name: tensorflow
version: 0.1.0.2 version: 0.2.0.0
synopsis: TensorFlow bindings. synopsis: TensorFlow bindings.
description: description:
This library provides an interface to the TensorFlow This library provides an interface to the TensorFlow
@ -37,7 +37,7 @@ library
other-modules: TensorFlow.Internal.Raw other-modules: TensorFlow.Internal.Raw
build-tools: c2hs build-tools: c2hs
build-depends: proto-lens == 0.2.* build-depends: proto-lens == 0.2.*
, tensorflow-proto == 0.1.* , tensorflow-proto == 0.2.*
, base >= 4.7 && < 5 , base >= 4.7 && < 5
, async , async
, attoparsec , attoparsec