File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
tensorflow_data_validation Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- # Current version (not yet released; still in development)
1+ # Release 0.12.0
22
33## Major Features and Improvements
44
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 = [])
Original file line number Diff line number Diff line change 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 '
You can’t perform that action at this time.
0 commit comments