File tree 5 files changed +8
-4
lines changed
tensorflow_data_validation
5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ other *untested* combinations may also work.
162
162
| tensorflow-data-validation | tensorflow | apache-beam[ gcp] | pyarrow |
163
163
| --------------------------------------------------------------------------------------| ------------------| -----------------| --------|
164
164
| [ GitHub master] ( https://github.com/tensorflow/data-validation/blob/master/RELEASE.md ) | nightly (1.x/2.x) | 2.20.0 | 0.16.0 |
165
+ | [ 0.22.1] ( https://github.com/tensorflow/data-validation/blob/v0.22.1/RELEASE.md ) | 1.15 / 2.2 | 2.20.0 | 0.16.0 |
165
166
| [ 0.22.0] ( https://github.com/tensorflow/data-validation/blob/v0.22.0/RELEASE.md ) | 1.15 / 2.2 | 2.20.0 | 0.16.0 |
166
167
| [ 0.21.5] ( https://github.com/tensorflow/data-validation/blob/v0.21.5/RELEASE.md ) | 1.15 / 2.1 | 2.17.0 | 0.15.0 |
167
168
| [ 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 |
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)
3
+ # Version 0.22.1
4
4
5
5
## Major Features and Improvements
6
6
18
18
* Trigger anomalies when a feature has a number of unique values that does not
19
19
conform to the specified minimum/maximum.
20
20
* Depends on ` pandas>=0.24,<2 ` .
21
+ * Depends on ` tensorflow-metadata>=0.22.2,<0.23.0 ` .
22
+ * Depends on ` tfx-bsl>=0.22.1,<0.23.0 ` .
21
23
22
24
## Known Issues
23
25
Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ other *untested* combinations may also work.
160
160
tensorflow-data-validation | tensorflow | apache-beam[ gcp] | pyarrow
161
161
------------------------------------------------------------------------------------- | ----------------- | ---------------- | -------
162
162
[ GitHub master] ( https://github.com/tensorflow/data-validation/blob/master/RELEASE.md ) | nightly (1.x/2.x) | 2.20.0 | 0.16.0
163
+ [ 0.22.1] ( https://github.com/tensorflow/data-validation/blob/v0.22.1/RELEASE.md ) | 1.15 / 2.2 | 2.20.0 | 0.16.0
163
164
[ 0.22.0] ( https://github.com/tensorflow/data-validation/blob/v0.22.0/RELEASE.md ) | 1.15 / 2.2 | 2.20.0 | 0.16.0
164
165
[ 0.21.5] ( https://github.com/tensorflow/data-validation/blob/v0.21.5/RELEASE.md ) | 1.15 / 2.1 | 2.17.0 | 0.15.0
165
166
[ 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
Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ def _make_all_extra_requirements():
111
111
'pyarrow>=0.16,<0.17' ,
112
112
'six>=1.12,<2' ,
113
113
'tensorflow>=1.15,!=2.0.*,<3' ,
114
- 'tensorflow-metadata>=0.22,<0.23' ,
114
+ 'tensorflow-metadata>=0.22.2 ,<0.23' ,
115
115
'tensorflow-transform>=0.22,<0.23' ,
116
- 'tfx-bsl>=0.22,<0.23' ,
116
+ 'tfx-bsl>=0.22.1 ,<0.23' ,
117
117
],
118
118
extras_require = {
119
119
'mutual-information' : _make_mutual_information_requirements (),
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.23.0.dev '
18
+ __version__ = '0.22.1 '
You can’t perform that action at this time.
0 commit comments