Skip to content

Commit cc58e7c

Browse files
authored
TFX 1.6.2 Release (#4785)
1 parent 8d6e852 commit cc58e7c

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ but other *untested* combinations may also work.
6363
tfx | apache-beam[gcp] | ml-metadata | pyarrow | tensorflow | tensorflow-data-validation | tensorflow-metadata | tensorflow-model-analysis | tensorflow-serving-api | tensorflow-transform | tfx-bsl
6464
------------------------------------------------------------------------- | ---------------- | ----------- | ------- | ----------------- | -------------------------- | ------------------- | ------------------------- | ---------------------- | -------------------- | -------
6565
[GitHub master](https://github.com/tensorflow/tfx/blob/master/RELEASE.md) | 2.35.0 | 1.6.0 | 5.0.0 | nightly (1.x/2.x) | 1.6.0 | 1.6.0 | 0.37.0 | 2.7.0 | 1.6.0 | 1.6.0
66+
[1.6.2](https://github.com/tensorflow/tfx/blob/v1.6.2/RELEASE.md) | 2.35.0 | 1.6.0 | 5.0.0 | 1.15.5 / 2.8.0 | 1.6.0 | 1.6.0 | 0.37.0 | 2.7.0 | 1.6.0 | 1.6.0
6667
[1.6.1](https://github.com/tensorflow/tfx/blob/v1.6.1/RELEASE.md) | 2.35.0 | 1.6.0 | 5.0.0 | 1.15.5 / 2.7.0 | 1.6.0 | 1.6.0 | 0.37.0 | 2.7.0 | 1.6.0 | 1.6.0
6768
[1.6.0](https://github.com/tensorflow/tfx/blob/v1.6.0/RELEASE.md) | 2.35.0 | 1.6.0 | 5.0.0 | 1.15.5 / 2.7.0 | 1.6.0 | 1.6.0 | 0.37.0 | 2.7.0 | 1.6.0 | 1.6.0
6869
[1.5.0](https://github.com/tensorflow/tfx/blob/v1.5.0/RELEASE.md) | 2.34.0 | 1.5.0 | 5.0.0 | 1.15.2 / 2.7.0 | 1.5.0 | 1.5.0 | 0.36.0 | 2.7.0 | 1.5.0 | 1.5.0

RELEASE.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 1.6.1
1+
# Version 1.6.2
22

33
## Major Features and Improvements
44

@@ -20,10 +20,13 @@
2020

2121
## Bug Fixes and Other Changes
2222

23-
* Fixed `Pusher` issue that didn't copy files other than
24-
`saved_model.pb`.
25-
26-
## Documentation Updates
27-
2823
* N/A
24+
## Dependency Updates
25+
26+
| Package Name | Version Constraints | Previously (in `v1.6.0`) | Comments |
27+
| -- | -- | -- | -- |
28+
| `tensorflow` | `>=1.15.5,<2` or `~=2.7.0` or `~=2.8.0` | `>=1.15.5,<2` or `~=2.7.0` | |
29+
30+
## Documentation Updates
2931

32+
* N/A

tfx/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def make_required_install_packages():
8989
# dependency set with TF 2.x without the sync.
9090
# pylint: disable=line-too-long
9191
'tensorflow' + select_constraint(
92-
'>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<2.8'),
92+
'>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<2.9'),
9393
# pylint: enable=line-too-long
9494
'tensorflow-hub>=0.9.0,<0.13',
9595
'tensorflow-data-validation' + select_constraint(

tfx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of TFX."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '1.6.1'
17+
__version__ = '1.6.2'

0 commit comments

Comments
 (0)