Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 1.10.1 in version.py and RELEASE.md #286

Merged
merged 1 commit into from
Aug 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
# Version 1.10.0
# Version 1.10.1

## Major Features and Improvements

* N/A

## Bug Fixes and Other Changes

* Assign different close_to_resources resource hints to both original and
cloned PTransforms in deep copy optimization. The reason of adding these
resource hints is to prevent root Reads that are generated from deep copy
being merged due to common subexpression elimination.
* Depends on `apache-beam[gcp]>=2.40,<3`.
* Depends on `pyarrow>=6,<7`.
* Depends on `tensorflow-metadata>=1.10.0,<1.11.0`.
* Depends on `tfx-bsl>=1.10.0,<1.11.0`.
* Depends on `tfx-bsl>=1.10.1,<1.11.0`.

## Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _make_required_install_packages():
nightly='>=1.11.0.dev',
git_master='@git+https://github.com/tensorflow/metadata@master'),
'tfx-bsl' + select_constraint(
default='>=1.10.0,<1.11.0',
default='>=1.10.1,<1.11.0',
nightly='>=1.11.0.dev',
git_master='@git+https://github.com/tensorflow/tfx-bsl@master'),
]
Expand Down