Skip to content

Commit 16e57d7

Browse files
committed
TFDV 1.8.0 Release
PiperOrigin-RevId: 448874415
1 parent 9be32cc commit 16e57d7

File tree

6 files changed

+33
-9
lines changed

6 files changed

+33
-9
lines changed

README.md

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

166166
tensorflow-data-validation | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-transform | tfx-bsl
167167
------------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------------------- | -------
168-
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.36.0 | 5.0.0 | nightly (1.x/2.x) | 1.7.0 | n/a | 1.7.0
168+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.38.0 | 5.0.0 | nightly (1.x/2.x) | 1.8.0 | n/a | 1.8.0
169+
[1.8.0](https://github.com/tensorflow/data-validation/blob/v1.8.0/RELEASE.md) | 2.38.0 | 5.0.0 | 1.15 / 2.8 | 1.8.0 | n/a | 1.8.0
169170
[1.7.0](https://github.com/tensorflow/data-validation/blob/v1.7.0/RELEASE.md) | 2.36.0 | 5.0.0 | 1.15 / 2.8 | 1.7.0 | n/a | 1.7.0
170171
[1.6.0](https://github.com/tensorflow/data-validation/blob/v1.6.0/RELEASE.md) | 2.35.0 | 5.0.0 | 1.15 / 2.7 | 1.6.0 | n/a | 1.6.0
171172
[1.5.0](https://github.com/tensorflow/data-validation/blob/v1.5.0/RELEASE.md) | 2.34.0 | 5.0.0 | 1.15 / 2.7 | 1.5.0 | n/a | 1.5.0

RELEASE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
## Major Features and Improvements
66

7+
## Bug Fixes and Other Changes
8+
9+
## Known Issues
10+
11+
## Breaking Changes
12+
13+
## Deprecations
14+
15+
# Version 1.8.0
16+
17+
## Major Features and Improvements
18+
719
* From this version we will be releasing python 3.9 wheels.
820

921
## Bug Fixes and Other Changes
@@ -14,13 +26,23 @@
1426
* `StatsOptions.to_json` now raises an error if it encounters unsupported
1527
options.
1628
* Depends on `apache-beam[gcp]>=2.38,<3`.
29+
* Depends on
30+
`tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,<3`.
31+
* Depends on `tensorflow-metadata>=1.8.0,<1.9.0`.
32+
* Depends on `tfx-bsl>=1.8.0,<1.9.0`.
1733

1834
## Known Issues
1935

36+
* N/A
37+
2038
## Breaking Changes
2139

40+
* N/A
41+
2242
## Deprecations
2343

44+
* N/A
45+
2446
# Version 1.7.0
2547

2648
## Major Features and Improvements

g3doc/install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ sudo docker-compose build manylinux2010
8787
sudo docker-compose run -e PYTHON_VERSION=${PYTHON_VERSION} manylinux2010
8888
```
8989

90-
where `PYTHON_VERSION` is one of `{37, 38}`.
90+
where `PYTHON_VERSION` is one of `{37, 38, 39}`.
9191

9292
A wheel will be produced under `dist/`.
9393

@@ -171,7 +171,8 @@ other *untested* combinations may also work.
171171

172172
tensorflow-data-validation | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-transform | tfx-bsl
173173
------------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------------------- | -------
174-
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.36.0 | 5.0.0 | nightly (1.x/2.x) | 1.7.0 | n/a | 1.7.0
174+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.38.0 | 5.0.0 | nightly (1.x/2.x) | 1.8.0 | n/a | 1.8.0
175+
[1.8.0](https://github.com/tensorflow/data-validation/blob/v1.8.0/RELEASE.md) | 2.38.0 | 5.0.0 | 1.15 / 2.8 | 1.8.0 | n/a | 1.8.0
175176
[1.7.0](https://github.com/tensorflow/data-validation/blob/v1.7.0/RELEASE.md) | 2.36.0 | 5.0.0 | 1.15 / 2.8 | 1.7.0 | n/a | 1.7.0
176177
[1.6.0](https://github.com/tensorflow/data-validation/blob/v1.6.0/RELEASE.md) | 2.35.0 | 5.0.0 | 1.15 / 2.7 | 1.6.0 | n/a | 1.6.0
177178
[1.5.0](https://github.com/tensorflow/data-validation/blob/v1.5.0/RELEASE.md) | 2.34.0 | 2.0.0 | 1.15 / 2.7 | 1.5.0 | n/a | 1.5.0

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,12 @@ def select_constraint(default, nightly=None, git_master=None):
190190
'six>=1.12,<2',
191191
'tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,<3',
192192
'tensorflow-metadata' + select_constraint(
193-
default='>=1.7.0,<1.8',
194-
nightly='>=1.8.0.dev',
193+
default='>=1.8.0,<1.9',
194+
nightly='>=1.9.0.dev',
195195
git_master='@git+https://github.com/tensorflow/metadata@master'),
196196
'tfx-bsl' + select_constraint(
197-
default='>=1.7.0,<1.8',
198-
nightly='>=1.8.0.dev',
197+
default='>=1.8.0,<1.9',
198+
nightly='>=1.9.0.dev',
199199
git_master='@git+https://github.com/tensorflow/tfx-bsl@master'),
200200
],
201201
extras_require={

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__ = '1.8.0.dev'
18+
__version__ = '1.9.0.dev'

tensorflow_data_validation/workspace.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def tf_data_validation_workspace():
1919
# Fetch tf.Metadata repo from GitHub.
2020
git_repository(
2121
name = "com_github_tensorflow_metadata",
22-
commit = "47170227144d2e90299f7a6f67c2939f1e10d0c8",
22+
commit = "debd135f4af27b1a513f12b2fd284db261324795",
2323
remote = "https://github.com/tensorflow/metadata.git",
2424
)
2525
# LINT.ThenChange(//third_party/py/tensorflow_data_validation/google/copy.bara.sky)

0 commit comments

Comments
 (0)