Skip to content

Commit adfabea

Browse files
paulgc17tf-data-validation-team
authored andcommitted
Prepare for TFDV 0.14 release
Update TFT dependency to 0.14 Add Python 3.6, 3.7 and Windows classifiers. PiperOrigin-RevId: 261731884
1 parent b3ff498 commit adfabea

File tree

5 files changed

+23
-19
lines changed

5 files changed

+23
-19
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,11 @@ pip install dist/*.whl
163163

164164
## Supported platforms
165165

166-
TFDV is built and tested on the following 64-bit operating systems:
166+
TFDV is tested on the following 64-bit operating systems:
167167

168168
* macOS 10.12.6 (Sierra) or later.
169-
* Ubuntu 14.04 or later.
169+
* Ubuntu 16.04 or later.
170+
* Windows 7 or later.
170171

171172
## Dependencies
172173

@@ -192,6 +193,7 @@ other *untested* combinations may also work.
192193
|tensorflow-data-validation |tensorflow |apache-beam[gcp] |pyarrow |
193194
|--------------------------------------------------------------------------------------|--------------|-----------------|--------|
194195
|[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) |nightly (1.x) |2.14.0 |0.14.0 |
196+
|[0.14.0](https://github.com/tensorflow/data-validation/blob/v0.14.0/RELEASE.md) |1.14 |2.14.0 |0.14.0 |
195197
|[0.13.1](https://github.com/tensorflow/data-validation/blob/v0.13.1/RELEASE.md) |1.13 |2.11.0 |n/a |
196198
|[0.13.0](https://github.com/tensorflow/data-validation/blob/v0.13.0/RELEASE.md) |1.13 |2.11.0 |n/a |
197199
|[0.12.0](https://github.com/tensorflow/data-validation/blob/v0.12.0/RELEASE.md) |1.12 |2.10.0 |n/a |

RELEASE.md

Lines changed: 2 additions & 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.14.0
22

33
## Major Features and Improvements
44

@@ -58,6 +58,7 @@
5858
* Depends on `pyarrow>=0.14.0,<0.15.0`.
5959
* Depends on `scikit-learn>=0.18,<0.21`.
6060
* Depends on `tensorflow-metadata>=0.14,<0.15`.
61+
* Depends on `tensorflow-transform>=0.14,<0.15`.
6162

6263
## Breaking Changes
6364

g3doc/install.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,11 @@ pip install dist/*.whl
162162

163163
## Supported platforms
164164

165-
TFDV is built and tested on the following 64-bit operating systems:
165+
TFDV is tested on the following 64-bit operating systems:
166166

167167
* macOS 10.12.6 (Sierra) or later.
168-
* Ubuntu 14.04 or later.
168+
* Ubuntu 16.04 or later.
169+
* Windows 7 or later.
169170

170171
## Dependencies
171172

@@ -188,14 +189,15 @@ The following table shows the package versions that are
188189
compatible with each other. This is determined by our testing framework, but
189190
other *untested* combinations may also work.
190191

191-
tensorflow-data-validation | tensorflow | apache-beam[gcp] | pyarrow
192-
------------------------------------------------------------------------------------- | ------------- | ---------------- | -------
193-
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | nightly (1.x) | 2.14.0 | 0.14.0
194-
[0.13.1](https://github.com/tensorflow/data-validation/blob/v0.13.1/RELEASE.md) | 1.13 | 2.11.0 | n/a
195-
[0.13.0](https://github.com/tensorflow/data-validation/blob/v0.13.0/RELEASE.md) | 1.13 | 2.11.0 | n/a
196-
[0.12.0](https://github.com/tensorflow/data-validation/blob/v0.12.0/RELEASE.md) | 1.12 | 2.10.0 | n/a
197-
[0.11.0](https://github.com/tensorflow/data-validation/blob/v0.11.0/RELEASE.md) | 1.11 | 2.8.0 | n/a
198-
[0.9.0](https://github.com/tensorflow/data-validation/blob/v0.9.0/RELEASE.md) | 1.9 | 2.6.0 | n/a
192+
|tensorflow-data-validation |tensorflow |apache-beam[gcp] |pyarrow |
193+
|--------------------------------------------------------------------------------------|--------------|-----------------|--------|
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.0](https://github.com/tensorflow/data-validation/blob/v0.14.0/RELEASE.md) |1.14 |2.14.0 |0.14.0 |
196+
|[0.13.1](https://github.com/tensorflow/data-validation/blob/v0.13.1/RELEASE.md) |1.13 |2.11.0 |n/a |
197+
|[0.13.0](https://github.com/tensorflow/data-validation/blob/v0.13.0/RELEASE.md) |1.13 |2.11.0 |n/a |
198+
|[0.12.0](https://github.com/tensorflow/data-validation/blob/v0.12.0/RELEASE.md) |1.12 |2.10.0 |n/a |
199+
|[0.11.0](https://github.com/tensorflow/data-validation/blob/v0.11.0/RELEASE.md) |1.11 |2.8.0 |n/a |
200+
|[0.9.0](https://github.com/tensorflow/data-validation/blob/v0.9.0/RELEASE.md) |1.9 |2.6.0 |n/a |
199201

200202
## Questions
201203

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,14 @@ def has_ext_modules(self):
7070
'License :: OSI Approved :: Apache Software License',
7171
'Operating System :: MacOS :: MacOS X',
7272
'Operating System :: POSIX :: Linux',
73+
'Operating System :: Microsoft :: Windows',
7374
'Programming Language :: Python',
7475
'Programming Language :: Python :: 2',
7576
'Programming Language :: Python :: 2.7',
7677
'Programming Language :: Python :: 3',
7778
'Programming Language :: Python :: 3.5',
78-
# TODO(b/125613675): Once Beam supports Python 3.6 and 3.7, uncomment
79-
# these lines.
80-
# 'Programming Language :: Python :: 3.6',
81-
# 'Programming Language :: Python :: 3.7',
79+
'Programming Language :: Python :: 3.6',
80+
'Programming Language :: Python :: 3.7',
8281
'Topic :: Scientific/Engineering',
8382
'Topic :: Scientific/Engineering :: Artificial Intelligence',
8483
'Topic :: Scientific/Engineering :: Mathematics',
@@ -102,7 +101,7 @@ def has_ext_modules(self):
102101
# select between CPU and GPU installation.
103102
# 'tensorflow>=1.14,<2',
104103
'tensorflow-metadata>=0.14,<0.15',
105-
'tensorflow-transform>=0.13,<0.14',
104+
'tensorflow-transform>=0.14,<0.15',
106105

107106
# Dependencies needed for visualization.
108107
# Note that we don't add a max version for IPython as it introduces a

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.14.0dev'
18+
__version__ = '0.14.0'

0 commit comments

Comments
 (0)