Skip to content

Commit

Permalink
TFX-BSL 0.24.0 Release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 330793358
  • Loading branch information
tfx-copybara committed Sep 9, 2020
1 parent c2e8033 commit f70b27f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->

# `tfx_bsl` release notes

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

## Major Features and Improvements

Expand All @@ -9,19 +11,23 @@
Docker.
* Bazel is still required.
* You can now build manylinux2010 `tfx_bsl` wheel for Python 3.8.
* From this version we will be releasing python 3.8 wheels.

## Bug Fixes and Other Changes

* Stopped depending on `six`.
* Depends on `absl-py>=0.9,<0.11`.
* Depends on `pandas>=1.0,<2`.
* Depends on `protobuf>=3.9.2,<4`.
* Stopped depending on `six`.
* Depends on `tensorflow-metadata>=0.24,<0.25`.

## Breaking changes

* N/A

## Deprecations

* Deprecated py3.5 support
* Deprecated py3.5 support.

# Version 0.23.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def has_ext_modules(self):
'protobuf>=3.9.2,<4',
'pyarrow>=0.17,<0.18',
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,<3',
'tensorflow-metadata>=0.23,<0.24',
'tensorflow-metadata>=0.24,<0.25',
'tensorflow-serving-api>=1.15,!=2.0.*,!=2.1.*,!=2.2.*,<3',
],
python_requires='>=3.6,<4',
Expand Down
2 changes: 1 addition & 1 deletion tfx_bsl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of tfx_bsl."""

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

0 comments on commit f70b27f

Please sign in to comment.