Skip to content

Commit 06e30e3

Browse files
paulgc17tf-data-validation-team
authored andcommitted
Preparing for TFDV 0.12 release.
PiperOrigin-RevId: 235089946
1 parent 80ba40a commit 06e30e3

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ other *untested* combinations may also work.
111111

112112
|tensorflow-data-validation |tensorflow |apache-beam[gcp]|
113113
|---------------------------|--------------|----------------|
114-
|GitHub master |nightly (1.x) |2.8.0 |
114+
|GitHub master |nightly (1.x) |2.10.0 |
115+
|0.12.0 |1.12 |2.10.0 |
115116
|0.11.0 |1.11 |2.8.0 |
116117
|0.9.0 |1.9 |2.6.0 |
117118

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Current version (not yet released; still in development)
1+
# Release 0.12.0
22

33
## Major Features and Improvements
44

g3doc/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ other *untested* combinations may also work.
109109

110110
|tensorflow-data-validation |tensorflow |apache-beam[gcp]|
111111
|---------------------------|--------------|----------------|
112-
|GitHub master |nightly (1.x) |2.8.0 |
112+
|GitHub master |nightly (1.x) |2.10.0 |
113+
|0.12.0 |1.12 |2.10.0 |
113114
|0.11.0 |1.11 |2.8.0 |
114115
|0.9.0 |1.9 |2.6.0 |
115116

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def has_ext_modules(self):
8383
# 'tensorflow>=1.12,<2',
8484

8585
'tensorflow-metadata>=0.12.1,<0.13',
86-
'tensorflow-transform>=0.11,<0.12',
86+
'tensorflow-transform>=0.12,<0.13',
8787

8888
# Dependencies needed for visualization.
8989
'IPython>=5.0',
@@ -104,5 +104,5 @@ def has_ext_modules(self):
104104
long_description_content_type='text/markdown',
105105
keywords='tensorflow data validation tfx',
106106
url='https://www.tensorflow.org/tfx/data_validation',
107-
download_url='https://pypi.org/project/tensorflow-data-validation',
107+
download_url='https://github.com/tensorflow/data-validation/tags',
108108
requires=[])

tensorflow_data_validation/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"""Contains the version string of TFDV."""
1616

1717
# Note that setup.py uses this version.
18-
__version__ = '0.12.0dev'
18+
__version__ = '0.12.0'

0 commit comments

Comments
 (0)