Skip to content

Commit 9d705de

Browse files
committed
TFDV 0.21.4 Release
PiperOrigin-RevId: 298986744
1 parent 6c8f7a0 commit 9d705de

File tree

5 files changed

+9
-17
lines changed

5 files changed

+9
-17
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ other *untested* combinations may also work.
179179
|tensorflow-data-validation |tensorflow |apache-beam[gcp] |pyarrow |
180180
|--------------------------------------------------------------------------------------|------------------|-----------------|--------|
181181
|[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) |nightly (1.x/2.x) |2.17.0 |0.15.0 |
182+
|[0.21.4](https://github.com/tensorflow/data-validation/blob/v0.21.4/RELEASE.md) |1.15 / 2.1 |2.17.0 |0.15.0 |
182183
|[0.21.2](https://github.com/tensorflow/data-validation/blob/v0.21.2/RELEASE.md) |1.15 / 2.1 |2.17.0 |0.15.0 |
183184
|[0.21.1](https://github.com/tensorflow/data-validation/blob/v0.21.1/RELEASE.md) |1.15 / 2.1 |2.17.0 |0.15.0 |
184185
|[0.21.0](https://github.com/tensorflow/data-validation/blob/v0.21.0/RELEASE.md) |1.15 / 2.1 |2.17.0 |0.15.0 |

RELEASE.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
22

3-
# Current Version(Still in Development)
4-
5-
## Major Features and Improvements
6-
7-
## Bug Fixes and Other Changes
8-
9-
## Breaking Changes
10-
11-
## Deprecations
12-
13-
# Release 0.21.3
3+
# Release 0.21.4
144

155
## Major Features and Improvements
166

@@ -19,9 +9,9 @@
199
## Bug Fixes and Other Changes
2010

2111
* Fix issue writing out string feature values in LiftStatsGenerator.
22-
* Requires 'apache-beam[gcp]>=2.17,<2.18'.
12+
* Requires 'apache-beam[gcp]>=2.17,<3'.
2313
* Requires 'tensorflow-transform>=0.21.1,<0.22'.
24-
* Requires 'tfx-bsl>=0.21.3,<0.23'.
14+
* Requires 'tfx-bsl>=0.21.3,<0.22'.
2515

2616
## Breaking Changes
2717

g3doc/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ other *untested* combinations may also work.
176176
tensorflow-data-validation | tensorflow | apache-beam[gcp] | pyarrow
177177
------------------------------------------------------------------------------------- | ----------------- | ---------------- | -------
178178
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | nightly (1.x/2.x) | 2.17.0 | 0.15.0
179+
[0.21.4](https://github.com/tensorflow/data-validation/blob/v0.21.4/RELEASE.md) | 1.15 / 2.1 | 2.17.0 | 0.15.0
179180
[0.21.2](https://github.com/tensorflow/data-validation/blob/v0.21.2/RELEASE.md) | 1.15 / 2.1 | 2.17.0 | 0.15.0
180181
[0.21.1](https://github.com/tensorflow/data-validation/blob/v0.21.1/RELEASE.md) | 1.15 / 2.1 | 2.17.0 | 0.15.0
181182
[0.21.0](https://github.com/tensorflow/data-validation/blob/v0.21.0/RELEASE.md) | 1.15 / 2.1 | 2.17.0 | 0.15.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def has_ext_modules(self):
8686
# release. Remove once avro has a healthy release.
8787
'avro-python3>=1.8.1,!=1.9.2.*,!=<2.0.0; python_version>="3.0"',
8888
'absl-py>=0.7,<0.9',
89-
'apache-beam[gcp]>=2.17,<2.18',
89+
'apache-beam[gcp]>=2.17,<3',
9090
'numpy>=1.16,<2',
9191
'protobuf>=3.7,<4',
9292
'pyarrow>=0.15',
@@ -97,8 +97,8 @@ def has_ext_modules(self):
9797
# LINT.IfChange
9898
'tensorflow-metadata>=0.21.1,<0.22',
9999
# LINT.ThenChange(//third_party/py/tensorflow_data_validation/opensource_only/workspace.bzl)
100-
'tensorflow-transform>=0.21.1,<0.22',
101-
'tfx-bsl>=0.21.3,<0.23',
100+
'tensorflow-transform>=0.21,<0.22',
101+
'tfx-bsl>=0.21.3,<0.22',
102102

103103
# Dependencies needed for visualization.
104104
# Note that we don't add a max version for IPython as it introduces a

tensorflow_data_validation/version.py

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

1717
# Note that setup.py uses this version.
18-
__version__ = '0.22.0dev'
18+
__version__ = '0.21.4'

0 commit comments

Comments
 (0)