Skip to content

Commit 0270187

Browse files
committed
TFDV 0.21.1 Release
PiperOrigin-RevId: 294506805
1 parent 50d988b commit 0270187

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

README.md

+1
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.1](https://github.com/tensorflow/data-validation/blob/v0.21.1/RELEASE.md) |1.15 / 2.1 |2.17.0 |0.15.0 |
182183
|[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 |
183184
|[0.15.0](https://github.com/tensorflow/data-validation/blob/v0.15.0/RELEASE.md) |1.15 / 2.0 |2.16.0 |0.14.0 |
184185
|[0.14.1](https://github.com/tensorflow/data-validation/blob/v0.14.1/RELEASE.md) |1.14 |2.14.0 |0.14.0 |

RELEASE.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
22

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

55
## Major Features and Improvements
66

@@ -11,6 +11,11 @@
1111
pre-existing, unknown schema.
1212
* Fix facets visualization in Chrome >=M80.
1313

14+
## Known Issues
15+
16+
* Running TFDV with Apache Beam 2.18 or 2.19 does not work on Windows. If you
17+
are using TFDV on Windows, use Apache Beam 2.17.
18+
1419
## Breaking Changes
1520

1621
## Deprecations

g3doc/install.md

+1
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.1](https://github.com/tensorflow/data-validation/blob/v0.21.1/RELEASE.md) | 1.15 / 2.1 | 2.17.0 | 0.15.0
179180
[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
180181
[0.15.0](https://github.com/tensorflow/data-validation/blob/v0.15.0/RELEASE.md) | 1.15 / 2.0 | 2.16.0 | 0.14.0
181182
[0.14.1](https://github.com/tensorflow/data-validation/blob/v0.14.1/RELEASE.md) | 1.14 | 2.14.0 | 0.14.0

tensorflow_data_validation/version.py

+1-1
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.1'

0 commit comments

Comments
 (0)