File tree Expand file tree Collapse file tree 5 files changed +9
-17
lines changed
tensorflow_data_validation Expand file tree Collapse file tree 5 files changed +9
-17
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.4] ( https://github.com/tensorflow/data-validation/blob/v0.21.4/RELEASE.md ) | 1.15 / 2.1 | 2.17.0 | 0.15.0 |
182
183
| [ 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 |
183
184
| [ 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 |
184
185
| [ 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 |
Original file line number Diff line number Diff line change 1
1
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
2
2
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
14
4
15
5
## Major Features and Improvements
16
6
19
9
## Bug Fixes and Other Changes
20
10
21
11
* 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 '.
23
13
* 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 '.
25
15
26
16
## Breaking Changes
27
17
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.4] ( https://github.com/tensorflow/data-validation/blob/v0.21.4/RELEASE.md ) | 1.15 / 2.1 | 2.17.0 | 0.15.0
179
180
[ 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
180
181
[ 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
181
182
[ 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
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def has_ext_modules(self):
86
86
# release. Remove once avro has a healthy release.
87
87
'avro-python3>=1.8.1,!=1.9.2.*,!=<2.0.0; python_version>="3.0"' ,
88
88
'absl-py>=0.7,<0.9' ,
89
- 'apache-beam[gcp]>=2.17,<2.18 ' ,
89
+ 'apache-beam[gcp]>=2.17,<3 ' ,
90
90
'numpy>=1.16,<2' ,
91
91
'protobuf>=3.7,<4' ,
92
92
'pyarrow>=0.15' ,
@@ -97,8 +97,8 @@ def has_ext_modules(self):
97
97
# LINT.IfChange
98
98
'tensorflow-metadata>=0.21.1,<0.22' ,
99
99
# 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 ' ,
102
102
103
103
# Dependencies needed for visualization.
104
104
# Note that we don't add a max version for IPython as it introduces a
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.4 '
You can’t perform that action at this time.
0 commit comments