Skip to content

Commit f07a117

Browse files
tf-transform-teamtfx-copybara
authored andcommitted
Updating release notes for TFT 1.6.1 patch release at HEAD / master
PiperOrigin-RevId: 438421051
1 parent 12f2382 commit f07a117

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ tensorflow-transform
9898
------------------------------------------------------------------------------- | -----------------| --------|-------------------|---------------------|---------|
9999
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.36.0 | 5.0.0 | nightly (1.x/2.x) | 1.7.0 | 1.7.0 |
100100
[1.7.0](https://github.com/tensorflow/transform/blob/v1.7.0/RELEASE.md) | 2.36.0 | 5.0.0 | 1.15.5 / 2.8 | 1.7.0 | 1.7.0 |
101+
[1.6.1](https://github.com/tensorflow/transform/blob/v1.6.1/RELEASE.md) | 2.35.0 | 5.0.0 | 1.15.5 / 2.8 | 1.6.0 | 1.6.0 |
101102
[1.6.0](https://github.com/tensorflow/transform/blob/v1.6.0/RELEASE.md) | 2.35.0 | 5.0.0 | 1.15.5 / 2.7 | 1.6.0 | 1.6.0 |
102103
[1.5.0](https://github.com/tensorflow/transform/blob/v1.5.0/RELEASE.md) | 2.34.0 | 5.0.0 | 1.15.2 / 2.7 | 1.5.0 | 1.5.0 |
103104
[1.4.1](https://github.com/tensorflow/transform/blob/v1.4.1/RELEASE.md) | 2.33.0 | 4.0.1 | 1.15.2 / 2.6 | 1.4.0 | 1.4.0 |

RELEASE.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
`tft.apply_buckets`.
3939
* Depends on `apache-beam[gcp]>=2.36,<3`.
4040
* Depends on
41-
`tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,<3`.
41+
`tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,<2.9`.
4242
* Depends on `tensorflow-metadata>=1.7.0,<1.8.0`.
4343
* Depends on `tfx-bsl>=1.7.0,<1.8.0`.
4444

@@ -50,6 +50,25 @@
5050

5151
* N/A
5252

53+
# Version 1.6.1
54+
55+
## Major Features and Improvements
56+
57+
* N/A
58+
59+
## Bug Fixes and Other Changes
60+
61+
* Depends on
62+
`tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<2.9`.
63+
64+
## Breaking Changes
65+
66+
* N/A
67+
68+
## Deprecations
69+
70+
* N/A
71+
5372
# Version 1.6.0
5473

5574
## Major Features and Improvements
@@ -69,7 +88,7 @@
6988
* Depends on `tensorflow-metadata>=1.6.0,<1.7.0`.
7089
* Depends on `tfx-bsl>=1.6.0,<1.7.0`.
7190
* Depends on
72-
`tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<3`.
91+
`tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<2.8`.
7392

7493
## Breaking Changes
7594

docs/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ tensorflow-transform
9797
------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------
9898
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.36.0 | 5.0.0 | nightly (1.x/2.x) | 1.7.0 | 1.7.0
9999
[1.7.0](https://github.com/tensorflow/transform/blob/v1.7.0/RELEASE.md) | 2.36.0 | 5.0.0 | 1.15.5 / 2.8 | 1.7.0 | 1.7.0
100+
[1.6.1](https://github.com/tensorflow/transform/blob/v1.6.1/RELEASE.md) | 2.35.0 | 5.0.0 | 1.15.5 / 2.8 | 1.6.0 | 1.6.0
100101
[1.6.0](https://github.com/tensorflow/transform/blob/v1.6.0/RELEASE.md) | 2.35.0 | 5.0.0 | 1.15.5 / 2.7 | 1.6.0 | 1.6.0
101102
[1.5.0](https://github.com/tensorflow/transform/blob/v1.5.0/RELEASE.md) | 2.34.0 | 5.0.0 | 1.15.2 / 2.7 | 1.5.0 | 1.5.0
102103
[1.4.1](https://github.com/tensorflow/transform/blob/v1.4.1/RELEASE.md) | 2.33.0 | 4.0.1 | 1.15.2 / 2.6 | 1.4.0 | 1.4.0

0 commit comments

Comments
 (0)