Skip to content

Commit f77416e

Browse files
authored
Merge pull request #286 from venkat2469/r1.10.0
Update 1.10.1 in version.py and RELEASE.md
2 parents 84f01c7 + 4c5edad commit f77416e

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

RELEASE.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1-
# Version 1.10.0
1+
# Version 1.10.1
22

33
## Major Features and Improvements
44

55
* N/A
66

77
## Bug Fixes and Other Changes
88

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

1811
## Breaking Changes
1912

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _make_required_install_packages():
5757
nightly='>=1.11.0.dev',
5858
git_master='@git+https://github.com/tensorflow/metadata@master'),
5959
'tfx-bsl' + select_constraint(
60-
default='>=1.10.0,<1.11.0',
60+
default='>=1.10.1,<1.11.0',
6161
nightly='>=1.11.0.dev',
6262
git_master='@git+https://github.com/tensorflow/tfx-bsl@master'),
6363
]

0 commit comments

Comments
 (0)