Skip to content

Commit 573c0e4

Browse files
committed
TFDV 1.16.1 Release
PiperOrigin-RevId: 686197633
1 parent 0a670b8 commit 573c0e4

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

README.md

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

173173
tensorflow-data-validation | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-transform | tfx-bsl
174174
------------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------------------- | -------
175-
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.59.0 | 10.0.1 | nightly (2.x) | 1.16.0 | n/a | 1.16.0
175+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.59.0 | 10.0.1 | nightly (2.x) | 1.16.1 | n/a | 1.16.1
176+
[1.16.1](https://github.com/tensorflow/data-validation/blob/v1.16.1/RELEASE.md) | 2.59.0 | 10.0.1 | 2.16 | 1.16.1 | n/a | 1.16.1
176177
[1.16.0](https://github.com/tensorflow/data-validation/blob/v1.16.0/RELEASE.md) | 2.59.0 | 10.0.1 | 2.16 | 1.16.0 | n/a | 1.16.0
177178
[1.15.1](https://github.com/tensorflow/data-validation/blob/v1.15.1/RELEASE.md) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | n/a | 1.15.1
178179
[1.15.0](https://github.com/tensorflow/data-validation/blob/v1.15.0/RELEASE.md) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | n/a | 1.15.0

RELEASE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,34 @@
66

77
## Bug Fixes and Other Changes
88

9+
## Known Issues
10+
11+
## Breaking Changes
12+
13+
## Deprecation
14+
15+
# Version 1.16.1
16+
17+
## Major Features and Improvements
18+
19+
* N/A
20+
21+
## Bug Fixes and Other Changes
22+
923
* Relax dependency on Protobuf to include version 5.x
1024

1125
## Known Issues
1226

27+
* N/A
28+
1329
## Breaking Changes
1430

31+
* N/A
32+
1533
## Deprecations
1634

35+
* N/A
36+
1737
# Version 1.16.0
1838

1939
## Major Features and Improvements

g3doc/install.md

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

176176
tensorflow-data-validation | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-transform | tfx-bsl
177177
------------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------------------- | -------
178-
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.59.0 | 10.0.1 | nightly (1.x/2.x) | 1.16.0 | n/a | 1.16.0
178+
[GitHub master](https://github.com/tensorflow/data-validation/blob/master/RELEASE.md) | 2.59.0 | 10.0.1 | nightly (1.x/2.x) | 1.16.1 | n/a | 1.16.1
179+
[1.16.1](https://github.com/tensorflow/data-validation/blob/v1.16.1/RELEASE.md) | 2.59.0 | 10.0.1 | 2.16 | 1.16.1 | n/a | 1.16.1
179180
[1.16.0](https://github.com/tensorflow/data-validation/blob/v1.16.0/RELEASE.md) | 2.59.0 | 10.0.1 | 2.16 | 1.16.0 | n/a | 1.16.0
180181
[1.15.1](https://github.com/tensorflow/data-validation/blob/v1.15.1/RELEASE.md) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | n/a | 1.15.1
181182
[1.15.0](https://github.com/tensorflow/data-validation/blob/v1.15.0/RELEASE.md) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | n/a | 1.15.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ def select_constraint(default, nightly=None, git_master=None):
192192
nightly='>=2.17.0.dev',
193193
git_master='@git+https://github.com/tensorflow/tensorflow@master'),
194194
'tensorflow-metadata' + select_constraint(
195-
default='>=1.16.0,<1.17',
195+
default='>=1.16.1,<1.17',
196196
nightly='>=1.17.0.dev',
197197
git_master='@git+https://github.com/tensorflow/metadata@master'),
198198
'tfx-bsl' + select_constraint(
199-
default='>=1.16.0,<1.17',
199+
default='>=1.16.1,<1.17',
200200
nightly='>=1.17.0.dev',
201201
git_master='@git+https://github.com/tensorflow/tfx-bsl@master'),
202202
],

0 commit comments

Comments
 (0)