Skip to content

Commit

Permalink
Prepares struct2tensor 0.23.0 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 325873517
  • Loading branch information
tfx-copybara committed Aug 10, 2020
1 parent a2e05b3 commit 72d2a4d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
11 changes: 7 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `struct2tensor` release notes

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

### Major Features and Improvements

Expand All @@ -9,14 +9,17 @@

### Bug Fixes and Other Changes

* Depends on `tensorflow>=2.3.0,<2.4
* Drop snappy support for parquet dataset.
* Drop py2.x support for unit tests.
* Depends on `tensorflow>=2.3.0,<2.4`
* Depends on `tensorflow-metadata>=0.23,<0.24`

### Breaking Changes

* Drop snappy support for parquet dataset.

### Deprecations

* Deprecating Py2 support.

## Release 0.22.0

### Major Features and Improvements
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def has_ext_modules(self):
install_requires=[
'protobuf>=3.8.0,<4',
'tensorflow>=2.3.0,<2.4',
'tensorflow_metadata>=0.21,<0.22',
'tensorflow_metadata>=0.23,<0.24',
'pyarrow>=0.15,<1',
],
# Add in any packaged data.
Expand All @@ -84,6 +84,7 @@ def has_ext_modules(self):
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Scientific/Engineering',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Scientific/Engineering :: Mathematics',
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.23.0dev'
__version__ = '0.23.0'

0 comments on commit 72d2a4d

Please sign in to comment.