File tree 4 files changed +4
-2
lines changed
tensorflow_data_validation
4 files changed +4
-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.5] ( https://github.com/tensorflow/data-validation/blob/v0.21.5/RELEASE.md ) | 1.15 / 2.1 | 2.17.0 | 0.15.0 |
182
183
| [ 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 |
183
184
| [ 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 |
184
185
| [ 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 |
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
+ # Release 0.21.5
4
4
5
5
## Major Features and Improvements
6
6
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.5] ( https://github.com/tensorflow/data-validation/blob/v0.21.5/RELEASE.md ) | 1.15 / 2.1 | 2.17.0 | 0.15.0
179
180
[ 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
180
181
[ 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
181
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
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.5 '
You can’t perform that action at this time.
0 commit comments