Skip to content

Commit

Permalink
Prepares struct2tensor 0.24.0 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 331625264
  • Loading branch information
tfx-copybara committed Sep 14, 2020
1 parent b1b9cff commit 37870fc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# `struct2tensor` release notes

# Current version (not yet released; still in development)
## Release 0.24.0

## Major Features and Improvements

* Add support for converting prensor to `StructuredTensor`.

## Bug Fixes and Other Changes

* Depends on `tensorflow>=2.3.0,<2.4`
* Depends on `tensorflow-metadata>=0.24,<0.25`

## Breaking changes

* N/A

## Deprecations

* Deprecated py3.5 support
Expand All @@ -18,7 +25,6 @@

* Add promote for substructures.
* Add support for converting `StructuredTensor` to prensor.
* Add support for converting prensor to `StructuredTensor`.

### Bug Fixes and Other Changes

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def has_ext_modules(self):
install_requires=[
'protobuf>=3.8.0,<4',
'tensorflow>=2.3.0,<2.4',
'tensorflow_metadata>=0.23,<0.24',
'tensorflow_metadata>=0.24,<0.25',
'pyarrow>=0.15,<1',
],
# Add in any packaged data.
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.24.0.dev'
__version__ = '0.24.0'

0 comments on commit 37870fc

Please sign in to comment.