Skip to content

Commit

Permalink
Merge pull request #286 from venkat2469/r1.10.0
Browse files Browse the repository at this point in the history
Update 1.10.1 in version.py and RELEASE.md
  • Loading branch information
venkat2469 authored Aug 29, 2022
2 parents 84f01c7 + 4c5edad commit f77416e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
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

0 comments on commit f77416e

Please sign in to comment.