File tree 4 files changed +9
-2
lines changed
tensorflow_data_validation
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.
179
179
| tensorflow-data-validation | tensorflow | apache-beam[ gcp] | pyarrow |
180
180
| --------------------------------------------------------------------------------------| ------------------| -----------------| --------|
181
181
| [ 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 |
182
183
| [ 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 |
183
184
| [ 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 |
184
185
| [ 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 1
1
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
2
2
3
- # Current version (not yet released; still in development)
3
+ # Release 0.21.1
4
4
5
5
## Major Features and Improvements
6
6
11
11
pre-existing, unknown schema.
12
12
* Fix facets visualization in Chrome >=M80.
13
13
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
+
14
19
## Breaking Changes
15
20
16
21
## Deprecations
Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ other *untested* combinations may also work.
176
176
tensorflow-data-validation | tensorflow | apache-beam[ gcp] | pyarrow
177
177
------------------------------------------------------------------------------------- | ----------------- | ---------------- | -------
178
178
[ 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
179
180
[ 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
180
181
[ 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
181
182
[ 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 15
15
"""Contains the version string of TFDV."""
16
16
17
17
# 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