File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
tensorflow_data_validation Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ other *untested* combinations may also work.
192
192
| tensorflow-data-validation | tensorflow | apache-beam[ gcp] | pyarrow |
193
193
| --------------------------------------------------------------------------------------| --------------| -----------------| --------|
194
194
| [ GitHub master] ( https://github.com/tensorflow/data-validation/blob/master/RELEASE.md ) | nightly (1.x) | 2.14.0 | 0.14.0 |
195
+ | [ 0.14.1] ( https://github.com/tensorflow/data-validation/blob/v0.14.1/RELEASE.md ) | 1.14 | 2.14.0 | 0.14.0 |
195
196
| [ 0.14.0] ( https://github.com/tensorflow/data-validation/blob/v0.14.0/RELEASE.md ) | 1.14 | 2.14.0 | 0.14.0 |
196
197
| [ 0.13.1] ( https://github.com/tensorflow/data-validation/blob/v0.13.1/RELEASE.md ) | 1.13 | 2.11.0 | n/a |
197
198
| [ 0.13.0] ( https://github.com/tensorflow/data-validation/blob/v0.13.0/RELEASE.md ) | 1.13 | 2.11.0 | n/a |
Original file line number Diff line number Diff line change 1
1
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
2
- # Current version (not yet released; still in development)
2
+ # Release 0.14.1
3
3
4
4
## Major Features and Improvements
5
5
Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ other *untested* combinations may also work.
190
190
| tensorflow-data-validation | tensorflow | apache-beam[ gcp] | pyarrow |
191
191
| --------------------------------------------------------------------------------------| --------------| -----------------| --------|
192
192
| [ GitHub master] ( https://github.com/tensorflow/data-validation/blob/master/RELEASE.md ) | nightly (1.x) | 2.14.0 | 0.14.0 |
193
+ | [ 0.14.1] ( https://github.com/tensorflow/data-validation/blob/v0.14.1/RELEASE.md ) | 1.14 | 2.14.0 | 0.14.0 |
193
194
| [ 0.14.0] ( https://github.com/tensorflow/data-validation/blob/v0.14.0/RELEASE.md ) | 1.14 | 2.14.0 | 0.14.0 |
194
195
| [ 0.13.1] ( https://github.com/tensorflow/data-validation/blob/v0.13.1/RELEASE.md ) | 1.13 | 2.11.0 | n/a |
195
196
| [ 0.13.0] ( https://github.com/tensorflow/data-validation/blob/v0.13.0/RELEASE.md ) | 1.13 | 2.11.0 | n/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.15.0dev '
18
+ __version__ = '0.14.1 '
You can’t perform that action at this time.
0 commit comments