Skip to content

Commit

Permalink
Struct2Tensor 0.26.0 Release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 346861591
  • Loading branch information
tfx-copybara committed Dec 10, 2020
1 parent 8c183af commit 1170936
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

## Major Features and Improvements

## Bug Fixes and Other Changes

## Breaking changes

## Deprecations

## Release 0.26.0

## Major Features and Improvements

* Created a docker image that contains a TF model server with struct2tensor
ops linked. This docker image is available at
`gcr.io/tfx-oss-public/s2t_tf_serving` .
Expand All @@ -14,10 +24,16 @@

## Bug Fixes and Other Changes

* Depends on `tensorflow-metadata>=0.26,<0.27`.

## Breaking changes

* N/A

## Deprecations

* N/A

## Release 0.25.0

## Major Features and Improvements
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ def select_constraint(default, nightly=None, git_master=None):
'protobuf>=3.8.0,<4',
'tensorflow>=2.3.0,<2.4',
'tensorflow-metadata' + select_constraint(
default='>=0.25,<0.26',
nightly='>=0.26.0.dev',
default='>=0.26,<0.27',
nightly='>=0.27.0.dev',
git_master='@git+https://github.com/tensorflow/metadata@master'),
'pyarrow>=0.17,<1',
],
Expand Down
2 changes: 1 addition & 1 deletion struct2tensor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""Contains the version string of struct2tensor."""

# Note that setup.py uses this version.
__version__ = '0.26.0.dev'
__version__ = '0.27.0.dev'

0 comments on commit 1170936

Please sign in to comment.