Skip to content

Commit cf48da7

Browse files
committed
TFDV 0.27.0 Release
PiperOrigin-RevId: 354362828
1 parent a9f4989 commit cf48da7

6 files changed

Lines changed: 33 additions & 13 deletions

File tree

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.25.0 | 0.17.0 | nightly (1.x/2.x) | 0.26.0 | 0.26.0 | 0.26.0
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
172+
[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
172173
[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
173174
[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
174175
[0.24.1](https://github.com/tensorflow/data-validation/blob/v0.24.1/RELEASE.md) | 2.24.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.1 | 0.24.1

RELEASE.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,43 @@
11
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
22

3-
# Current Version(Still in Development)
3+
# Current Version (Still in Development)
44

55
## Major Features and Improvements
66

7-
* Performance improvement to BasicStatsGenerator.
7+
## Bug Fixes and Other Changes
8+
9+
## Known Issues
10+
11+
## Breaking changes
12+
13+
## Deprecations
14+
15+
# Version 0.27.0
16+
17+
## Major Features and Improvements
18+
19+
* Performance improvement to `BasicStatsGenerator`.
820

921
## Bug Fixes and Other Changes
1022

11-
* Added a `compact()` and 'setup()` interface to CombinerStatsGenerator,
12-
CombinerFeatureStatsWrapperGenerator, BasicStatsGenerator,
13-
CompositeStatsGenerator, and ConstituentStatsGenerator.
23+
* Added a `compact()` and `setup()` interface to `CombinerStatsGenerator`,
24+
`CombinerFeatureStatsWrapperGenerator`, `BasicStatsGenerator`,
25+
`CompositeStatsGenerator`, and `ConstituentStatsGenerator`.
1426
* Stopped depending on `tensorflow-transform`.
1527
* Depends on `apache-beam[gcp]>=2.27,<3`.
1628
* Depends on `pyarrow>=1,<3`.
1729
* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,<3`.
30+
* Depends on `tensorflow-metadata>=0.27,<0.28`.
31+
* Depends on `tfx-bsl>=0.27,<0.28`.
1832

1933
## Known Issues
2034

35+
* N/A
36+
2137
## Breaking changes
2238

39+
* N/A
40+
2341
## Deprecations
2442

2543
* `tfdv.DecodeCSV` and `tfdv.DecodeTFExample` are deprecated. Use

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.25.0 | 0.17.0 | nightly (1.x/2.x) | 0.26.0 | 0.26.0 | 0.26.0
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
174+
[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
174175
[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
175176
[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
176177
[0.24.1](https://github.com/tensorflow/data-validation/blob/v0.24.1/RELEASE.md) | 2.24.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.1 | 0.24.1

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.26,<0.27',
193-
nightly='>=0.27.0.dev',
192+
default='>=0.27,<0.28',
193+
nightly='>=0.28.0.dev',
194194
git_master='@git+https://github.com/tensorflow/metadata@master'),
195195
'tfx-bsl' + select_constraint(
196-
default='>=0.26,<0.27',
197-
nightly='>=0.27.0.dev',
196+
default='>=0.27,<0.28',
197+
nightly='>=0.28.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.27.0.dev'
18+
__version__ = '0.28.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 = "d7b289aba32502f94bafff3ffbe74560efdd491c",
22+
commit = "7a309f92b82c1125baf5e7c4f8ff68ff07ce2fa3",
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)