Skip to content

Commit efe5816

Browse files
committed
TFDV 0.30.0 Release
PiperOrigin-RevId: 369738122
1 parent 1a03c94 commit efe5816

File tree

6 files changed

+36
-10
lines changed

6 files changed

+36
-10
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Then, run the following at the project root:
8484
sudo docker-compose build manylinux2010
8585
sudo docker-compose run -e PYTHON_VERSION=${PYTHON_VERSION} manylinux2010
8686
```
87-
where `PYTHON_VERSION` is one of `{35, 36, 37, 38}`.
87+
where `PYTHON_VERSION` is one of `{36, 37, 38}`.
8888

8989
A wheel will be produced under `dist/`.
9090

@@ -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.28.0 | 2.0.0 | nightly (1.x/2.x) | 0.29.0 | n/a | 0.29.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.30.0 | n/a | 0.30.0
172+
[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
172173
[0.29.0](https://github.com/tensorflow/data-validation/blob/v0.29.0/RELEASE.md) | 2.28.0 | 2.0.0 | 1.15 / 2.4 | 0.29.0 | n/a | 0.29.0
173174
[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

RELEASE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
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.30.0
16+
17+
## Major Features and Improvements
18+
19+
* This version is the last version before TFDV 1.0. Once 1.0, all the TFDV
20+
public APIs (i.e. symbols in the root `__init__.py`) will be subject to
21+
semantic versioning. We are deprecating some public APIs in this version
22+
and they will be removed in 1.0.
23+
724
* Sketch-based top-k/unique stats generator now is able to detect invalid
825
utf-8 sequences / large texts and replace them with a placeholder.
926
It will not suffer from memory issue usually caused by image / large text
@@ -17,11 +34,17 @@
1734
* Modified how `get_schema_dataframe` outputs numeric domains.
1835
* Anomalies previously (un)classified as UKNOWN_TYPE now trigger more specific
1936
anomaly types: INVALID_DOMAIN_SPECIFICATION and MULTIPLE_REASONS.
37+
* Depends on `tensorflow-metadata>=0.30,<0.31`.
38+
* Depends on `tfx-bsl>=0.30,<0.31`.
2039

2140
## Known Issues
2241

42+
* N/A
43+
2344
## Breaking Changes
2445

46+
* N/A
47+
2548
## Deprecations
2649

2750
* `tfdv.LiftStatsGenerator` is going to be removed in the next version from

g3doc/install.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ Then, run the following at the project root:
8686
sudo docker-compose build manylinux2010
8787
sudo docker-compose run -e PYTHON_VERSION=${PYTHON_VERSION} manylinux2010
8888
```
89-
where `PYTHON_VERSION` is one of `{35, 36, 37, 38}`.
89+
90+
where `PYTHON_VERSION` is one of `{36, 37, 38}`.
9091

9192
A wheel will be produced under `dist/`.
9293

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

171172
tensorflow-data-validation | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-transform | tfx-bsl
172173
------------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------------------- | -------
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.29.0 | n/a | 0.29.0
174+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.28.0 | 2.0.0 | nightly (1.x/2.x) | 0.30.0 | n/a | 0.30.0
175+
[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
174176
[0.29.0](https://github.com/tensorflow/data-validation/blob/v0.29.0/RELEASE.md) | 2.28.0 | 2.0.0 | 1.15 / 2.4 | 0.29.0 | n/a | 0.29.0
175177
[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
176178
[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

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.29,<0.30',
193-
nightly='>=0.30.0.dev',
192+
default='>=0.30,<0.31',
193+
nightly='>=0.31.0.dev',
194194
git_master='@git+https://github.com/tensorflow/metadata@master'),
195195
'tfx-bsl' + select_constraint(
196-
default='>=0.29,<0.30',
197-
nightly='>=0.30.0.dev',
196+
default='>=0.30,<0.31',
197+
nightly='>=0.31.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.30.0.dev'
18+
__version__ = '0.31.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 = "bee7839b89d335a23e8b7cef1720af3b1f1648e5",
22+
commit = "33c6d8f340394216be253522b7fc90c211560637",
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)