From 573c0e4cb9989a3980a5e13dd842401c1a466fe7 Mon Sep 17 00:00:00 2001 From: tf-data-validation-team Date: Tue, 15 Oct 2024 12:24:53 -0700 Subject: [PATCH] TFDV 1.16.1 Release PiperOrigin-RevId: 686197633 --- README.md | 3 ++- RELEASE.md | 20 ++++++++++++++++++++ g3doc/install.md | 3 ++- setup.py | 4 ++-- 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e0ae7050..61b7f94a 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,8 @@ other *untested* combinations may also work. tensorflow-data-validation | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-transform | tfx-bsl ------------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------------------- | ------- -[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 +[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 +[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 [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 [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 [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 diff --git a/RELEASE.md b/RELEASE.md index dabb023d..edfd7f71 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -6,14 +6,34 @@ ## Bug Fixes and Other Changes +## Known Issues + +## Breaking Changes + +## Deprecation + +# Version 1.16.1 + +## Major Features and Improvements + +* N/A + +## Bug Fixes and Other Changes + * Relax dependency on Protobuf to include version 5.x ## Known Issues +* N/A + ## Breaking Changes +* N/A + ## Deprecations +* N/A + # Version 1.16.0 ## Major Features and Improvements diff --git a/g3doc/install.md b/g3doc/install.md index 7d45d884..a3702f7a 100644 --- a/g3doc/install.md +++ b/g3doc/install.md @@ -175,7 +175,8 @@ other *untested* combinations may also work. tensorflow-data-validation | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-transform | tfx-bsl ------------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------------------- | ------- -[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 +[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 +[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 [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 [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 [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 diff --git a/setup.py b/setup.py index 8677140e..0237a650 100644 --- a/setup.py +++ b/setup.py @@ -192,11 +192,11 @@ def select_constraint(default, nightly=None, git_master=None): nightly='>=2.17.0.dev', git_master='@git+https://github.com/tensorflow/tensorflow@master'), 'tensorflow-metadata' + select_constraint( - default='>=1.16.0,<1.17', + default='>=1.16.1,<1.17', nightly='>=1.17.0.dev', git_master='@git+https://github.com/tensorflow/metadata@master'), 'tfx-bsl' + select_constraint( - default='>=1.16.0,<1.17', + default='>=1.16.1,<1.17', nightly='>=1.17.0.dev', git_master='@git+https://github.com/tensorflow/tfx-bsl@master'), ],