Skip to content

Commit 6adfb8d

Browse files
committed
TFDV 0.28.0 Release
PiperOrigin-RevId: 359171583
1 parent 715ecf9 commit 6adfb8d

File tree

6 files changed

+33
-10
lines changed

6 files changed

+33
-10
lines changed

README.md

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

169169
tensorflow-data-validation | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-transform | tfx-bsl
170170
------------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------------------- | -------
171-
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.27.0 | 2.0.0 | nightly (1.x/2.x) | 0.27.0 | n/a | 0.27.0
171+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.28.0 | 2.0.0 | nightly (1.x/2.x) | 0.28.0 | n/a | 0.28.1
172+
[0.28.0](https://github.com/tensorflow/data-validation/blob/v0.28.0/RELEASE.md) | 2.28.0 | 2.0.0 | 1.15 / 2.4 | 0.28.0 | n/a | 0.28.1
172173
[0.27.0](https://github.com/tensorflow/data-validation/blob/v0.27.0/RELEASE.md) | 2.27.0 | 2.0.0 | 1.15 / 2.4 | 0.27.0 | n/a | 0.27.0
173174
[0.26.0](https://github.com/tensorflow/data-validation/blob/v0.26.0/RELEASE.md) | 2.25.0 | 0.17.0 | 1.15 / 2.3 | 0.26.0 | 0.26.0 | 0.26.0
174175
[0.25.0](https://github.com/tensorflow/data-validation/blob/v0.25.0/RELEASE.md) | 2.25.0 | 0.17.0 | 1.15 / 2.3 | 0.25.0 | 0.25.0 | 0.25.0

RELEASE.md

Lines changed: 22 additions & 1 deletion
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 0.28.0
16+
17+
## Major Features and Improvements
18+
719
* Add anomaly detection for max bytes size for images.
820

921
## Bug Fixes and Other Changes
@@ -23,13 +35,22 @@
2335
release.
2436
* Added `get_schema_dataframe` and `get_anomalies_dataframe` utility
2537
functions.
38+
* Depends on `apache-beam[gcp]>=2.28,<3`.
39+
* Depends on `tensorflow-metadata>=0.28,<0.29`.
40+
* Depends on `tfx-bsl>=0.28.1,<0.29`.
2641

2742
## Known Issues
2843

29-
## Breaking changes
44+
* N/A
45+
46+
## Breaking Changes
47+
48+
* N/A
3049

3150
## Deprecations
3251

52+
* N/A
53+
3354
# Version 0.27.0
3455

3556
## Major Features and Improvements

g3doc/install.md

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

171171
tensorflow-data-validation | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-transform | tfx-bsl
172172
------------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------------------- | -------
173-
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.27.0 | 2.0.0 | nightly (1.x/2.x) | 0.27.0 | n/a | 0.27.0
173+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.28.0 | 2.0.0 | nightly (1.x/2.x) | 0.28.0 | n/a | 0.28.1
174+
[0.28.0](https://github.com/tensorflow/data-validation/blob/v0.28.0/RELEASE.md) | 2.28.0 | 2.0.0 | 1.15 / 2.4 | 0.28.0 | n/a | 0.28.1
174175
[0.27.0](https://github.com/tensorflow/data-validation/blob/v0.27.0/RELEASE.md) | 2.27.0 | 2.0.0 | 1.15 / 2.4 | 0.27.0 | n/a | 0.27.0
175176
[0.26.0](https://github.com/tensorflow/data-validation/blob/v0.26.0/RELEASE.md) | 2.25.0 | 0.17.0 | 1.15 / 2.3 | 0.26.0 | 0.26.0 | 0.26.0
176177
[0.25.0](https://github.com/tensorflow/data-validation/blob/v0.25.0/RELEASE.md) | 2.25.0 | 0.17.0 | 1.15 / 2.3 | 0.25.0 | 0.25.0 | 0.25.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.11',
181-
'apache-beam[gcp]>=2.27,<3',
181+
'apache-beam[gcp]>=2.28,<3',
182182
# TODO(b/139941423): Consider using multi-processing provided by
183183
# Beam's DirectRunner.
184184
'joblib>=0.12,<0.15', # Dependency for multi-processing.
@@ -189,12 +189,12 @@ def select_constraint(default, nightly=None, git_master=None):
189189
'six>=1.12,<2',
190190
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,<3',
191191
'tensorflow-metadata' + select_constraint(
192-
default='>=0.27,<0.28',
193-
nightly='>=0.28.0.dev',
192+
default='>=0.28,<0.29',
193+
nightly='>=0.29.0.dev',
194194
git_master='@git+https://github.com/tensorflow/metadata@master'),
195195
'tfx-bsl' + select_constraint(
196-
default='>=0.27,<0.28',
197-
nightly='>=0.28.0.dev',
196+
default='>=0.28.1,<0.29',
197+
nightly='>=0.29.0.dev',
198198
git_master='@git+https://github.com/tensorflow/tfx-bsl@master'),
199199
],
200200
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__ = '0.28.0.dev'
18+
__version__ = '0.29.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 = "117a9c4131bde05b6a0690278bcf73ba3b298c23",
22+
commit = "75eef37a2d8f2e88bd7d915b03a213563c04b19a",
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)