File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
tensorflow_data_validation Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ other *untested* combinations may also work.
176176tensorflow-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
Original file line number Diff line number Diff line change 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 '
You can’t perform that action at this time.
0 commit comments