Skip to content

Commit e6d244d

Browse files
committed
Prepares tfx_bsl 0.21.0 release.
PiperOrigin-RevId: 289518663
1 parent 87e00af commit e6d244d

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

RELEASE.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# `tfx_bsl` release notes
22

3-
## Current version (not yet released; still in development)
3+
## Release 0.21.0
44

55
### Major Features and Improvements
6-
* Requires `apache-beam>=2.17,<3`
7-
* Requires `pyarrow>=0.15,<0.16`
86

9-
* Introduced TFXIO, the interface for [Standardized TFX Inputs](https://github.com/tensorflow/community/blob/master/rfcs/20191017-tfx-standardized-inputs.md)
10-
* Added the first implementation of TFXIO, for tf.Example on TFRecords.
11-
* Started requiring `tensorflow-metadata>=0.15.2,<0.16`.
7+
* Introduced TFXIO, the interface for
8+
[Standardized TFX Inputs](https://github.com/tensorflow/community/blob/master/rfcs/20191017-tfx-standardized-inputs.md)
9+
10+
* Added the first implementation of TFXIO, for tf.Example on TFRecords.
1211

1312
### Bug Fixes and Other Changes
1413

15-
* Added a test_util sub-package that contains a tool to discover and run all
16-
the absltests in a dir (like python's unittest discovery).
14+
* Added a test_util sub-package that contains a tool to discover and run all
15+
the absltests in a dir (like python's unittest discovery).
16+
* Requires `apache-beam>=2.17,<3`
17+
* Requires `pyarrow>=0.15,<0.16`
18+
* Requires `tensorflow>=1.15,<3`
19+
* Requires `tensorflow-metadata>=0.21,<0.22`.
1720

1821
### Breaking Changes
1922

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ def has_ext_modules(self):
9494
'numpy>=1.16,<2',
9595
'protobuf>=3.7,<4',
9696
'six>=1.12,<2',
97-
'tensorflow-metadata>=0.15.2,<0.16',
98-
'tensorflow>=1.15,<2.2',
97+
'tensorflow>=1.15,<3',
98+
'tensorflow-metadata>=0.21,<0.22',
9999
'tensorflow-serving-api>=1.15,<3',
100100
] + [_PYARROW_VERSION_REQUIREMENT],
101101
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4',

tfx_bsl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of tfx_bsl."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '0.16.0dev'
17+
__version__ = '0.21.0'

0 commit comments

Comments
 (0)