Skip to content

Commit d183fc1

Browse files
committed
TFDV 1.2.0 Release
PiperOrigin-RevId: 387453435
1 parent 126b85d commit d183fc1

File tree

6 files changed

+34
-9
lines changed

6 files changed

+34
-9
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ 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.29.0 | 2.0.0 | nightly (1.x/2.x) | 1.1.0 | n/a | 1.1.0
168+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.31.0 | 2.0.0 | nightly (1.x/2.x) | 1.2.0 | n/a | 1.2.0
169+
[1.2.0](https://github.com/tensorflow/data-validation/blob/v1.2.0/RELEASE.md) | 2.31.0 | 2.0.0 | 1.15 / 2.5 | 1.2.0 | n/a | 1.2.0
170+
[1.1.1](https://github.com/tensorflow/data-validation/blob/v1.1.1/RELEASE.md) | 2.29.0 | 2.0.0 | 1.15 / 2.5 | 1.1.0 | n/a | 1.1.1
169171
[1.1.0](https://github.com/tensorflow/data-validation/blob/v1.1.0/RELEASE.md) | 2.29.0 | 2.0.0 | 1.15 / 2.5 | 1.1.0 | n/a | 1.1.0
170172
[1.0.0](https://github.com/tensorflow/data-validation/blob/v1.0.0/RELEASE.md) | 2.29.0 | 2.0.0 | 1.15 / 2.5 | 1.0.0 | n/a | 1.0.0
171173
[0.30.0](https://github.com/tensorflow/data-validation/blob/v0.30.0/RELEASE.md) | 2.28.0 | 2.0.0 | 1.15 / 2.4 | 0.30.0 | n/a | 0.30.0

RELEASE.md

Lines changed: 21 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.2.0
16+
17+
## Major Features and Improvements
18+
719
* Added statistics/generators/mutual_information.py. It estimates AMI using a
820
knn estimation. It differs from sklearn_mutual_information.py in that this
921
supports multivalent features/labels (by encoding) and multivariate
@@ -15,13 +27,22 @@
1527

1628
* Depends on 'scikit-learn>=0.23,<0.24' ("mutual-information" extra only)
1729
* Depends on 'scipy>=1.5,<2' ("mutual-information" extra only)
30+
* Depends on `apache-beam[gcp]>=2.31,<3`.
31+
* Depends on `tensorflow-metadata>=1.2,<1.3`.
32+
* Depends on `tfx-bsl>=1.2,<1.3`.
1833

1934
## Known Issues
2035

36+
* N/A
37+
2138
## Breaking Changes
2239

40+
* N/A
41+
2342
## Deprecations
2443

44+
* N/A
45+
2546
# Version 1.1.1
2647

2748
## Major Features and Improvements

g3doc/install.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ 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.29.0 | 2.0.0 | nightly (1.x/2.x) | 1.1.0 | n/a | 1.1.0
174+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.31.0 | 2.0.0 | nightly (1.x/2.x) | 1.2.0 | n/a | 1.2.0
175+
[1.2.0](https://github.com/tensorflow/data-validation/blob/v1.2.0/RELEASE.md) | 2.31.0 | 2.0.0 | 1.15 / 2.5 | 1.2.0 | n/a | 1.2.0
176+
[1.1.1](https://github.com/tensorflow/data-validation/blob/v1.1.1/RELEASE.md) | 2.29.0 | 2.0.0 | 1.15 / 2.5 | 1.1.0 | n/a | 1.1.1
175177
[1.1.0](https://github.com/tensorflow/data-validation/blob/v1.1.0/RELEASE.md) | 2.29.0 | 2.0.0 | 1.15 / 2.5 | 1.1.0 | n/a | 1.1.0
176178
[1.0.0](https://github.com/tensorflow/data-validation/blob/v1.0.0/RELEASE.md) | 2.29.0 | 2.0.0 | 1.15 / 2.5 | 1.0.0 | n/a | 1.0.0
177179
[0.30.0](https://github.com/tensorflow/data-validation/blob/v0.30.0/RELEASE.md) | 2.28.0 | 2.0.0 | 1.15 / 2.4 | 0.30.0 | n/a | 0.30.0

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def select_constraint(default, nightly=None, git_master=None):
178178
# six, and protobuf) with TF.
179179
install_requires=[
180180
'absl-py>=0.9,<0.13',
181-
'apache-beam[gcp]>=2.29,<3',
181+
'apache-beam[gcp]>=2.31,<3',
182182
# TODO(b/193746372): Remove bigquery dependency after TF 2.6 becomes
183183
# available.
184184
'google-cloud-bigquery>=1.28.0,<2.21',
@@ -192,12 +192,12 @@ def select_constraint(default, nightly=None, git_master=None):
192192
'six>=1.12,<2',
193193
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3',
194194
'tensorflow-metadata' + select_constraint(
195-
default='>=1.1,<1.2',
196-
nightly='>=1.2.0.dev',
195+
default='>=1.2,<1.3',
196+
nightly='>=1.3.0.dev',
197197
git_master='@git+https://github.com/tensorflow/metadata@master'),
198198
'tfx-bsl' + select_constraint(
199-
default='>=1.1,<1.2',
200-
nightly='>=1.2.0.dev',
199+
default='>=1.2,<1.3',
200+
nightly='>=1.3.0.dev',
201201
git_master='@git+https://github.com/tensorflow/tfx-bsl@master'),
202202
],
203203
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.2.0.dev'
18+
__version__ = '1.3.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 = "f01d580217c1c557a06ea21709422ca290797797",
22+
commit = "b028bc6e2f966cbbfd12a8a8b3408d17bf91c1e4",
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)