Skip to content

Commit

Permalink
TFDV 1.16.1 Release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 686197633
  • Loading branch information
tfx-copybara committed Oct 15, 2024
1 parent 0a670b8 commit 573c0e4
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion g3doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
],
Expand Down

0 comments on commit 573c0e4

Please sign in to comment.