Skip to content

Commit c1d38be

Browse files
committed
TFDV 1.3.0 Release
PiperOrigin-RevId: 397769872
1 parent 4c53dd6 commit c1d38be

File tree

5 files changed

+36
-12
lines changed

5 files changed

+36
-12
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,12 @@ 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.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
171-
[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
172-
[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
168+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.32.0 | 2.0.0 | nightly (1.x/2.x) | 1.2.0 | n/a | 1.3.0
169+
[1.3.0](https://github.com/tensorflow/data-validation/blob/v1.3.0/RELEASE.md) | 2.32.0 | 2.0.0 | 1.15 / 2.6 | 1.2.0 | n/a | 1.3.0
170+
[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
171+
[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
172+
[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
173+
[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
173174
[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
174175
[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
175176
[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

RELEASE.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,43 @@
66

77
## Bug Fixes and Other Changes
88

9+
## Known Issues
10+
11+
## Breaking Changes
12+
13+
## Deprecations
14+
15+
# Version 1.3.0
16+
17+
## Major Features and Improvements
18+
19+
* N/A
20+
21+
## Bug Fixes and Other Changes
22+
923
* Fixed bug in JensenShannonDivergence calculation affecting comparisons of
1024
histograms that each contain a single value.
1125
* Fixed bug in dataset constraints validation that caused failures with very
1226
large numbers of examples.
13-
* Depends on
14-
`tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,<3`.
1527
* Fixed a bug wherein slicing on a feature missing from some batches could
1628
produce slice keys derived from a different feature.
29+
* Depends on `apache-beam[gcp]>=2.32,<3`.
30+
* Depends on
31+
`tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,<3`.
32+
* Depends on `tfx-bsl>=1.3,<1.4`.
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.2.0
2547

2648
## Major Features and Improvements

g3doc/install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.31.0 | 2.0.0 | nightly (1.x/2.x) | 1.2.0 | n/a | 1.2.0
174+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.32.0 | 2.0.0 | nightly (1.x/2.x) | 1.2.0 | n/a | 1.3.0
175+
[1.3.0](https://github.com/tensorflow/data-validation/blob/v1.3.0/RELEASE.md) | 2.32.0 | 2.0.0 | 1.15 / 2.6 | 1.2.0 | n/a | 1.3.0
175176
[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
176177
[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
177178
[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

setup.py

Lines changed: 3 additions & 3 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.31,<3',
181+
'apache-beam[gcp]>=2.32,<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.
@@ -193,8 +193,8 @@ def select_constraint(default, nightly=None, git_master=None):
193193
nightly='>=1.3.0.dev',
194194
git_master='@git+https://github.com/tensorflow/metadata@master'),
195195
'tfx-bsl' + select_constraint(
196-
default='>=1.2,<1.3',
197-
nightly='>=1.3.0.dev',
196+
default='>=1.3.0,<1.4',
197+
nightly='>=1.4.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__ = '1.3.0.dev'
18+
__version__ = '1.4.0.dev'

0 commit comments

Comments
 (0)