Skip to content

Commit 9ab3ebc

Browse files
tf-transform-teamtfx-copybara
tf-transform-team
authored andcommitted
TFT 1.16.0 Release
PiperOrigin-RevId: 690761592
1 parent 439a37a commit 9ab3ebc

File tree

5 files changed

+31
-10
lines changed

5 files changed

+31
-10
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ other *untested* combinations may also work.
9494

9595
tensorflow-transform | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl |
9696
------------------------------------------------------------------------------- | -----------------| --------|-------------------|---------------------|---------|
97-
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.15.0 | 1.15.1 |
97+
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.60.0 | 10.0.1 | nightly (2.x) | 1.16.1 | 1.16.1 |
98+
[1.16.0](https://github.com/tensorflow/transform/blob/v1.16.0/RELEASE.md) | 2.60.0 | 10.0.1 | 2.16 | 1.16.1 | 1.16.1 |
9899
[1.15.0](https://github.com/tensorflow/transform/blob/v1.15.0/RELEASE.md) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | 1.15.1 |
99100
[1.14.0](https://github.com/tensorflow/transform/blob/v1.14.0/RELEASE.md) | 2.47.0 | 10.0.0 | 2.13 | 1.14.0 | 1.14.0 |
100101
[1.13.0](https://github.com/tensorflow/transform/blob/v1.13.0/RELEASE.md) | 2.41.0 | 6.0.0 | 2.12 | 1.13.1 | 1.13.0 |

RELEASE.md

+19
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,25 @@
1010

1111
## Deprecations
1212

13+
# Version 1.16.0
14+
15+
## Major Features and Improvements
16+
17+
* N/A
18+
19+
## Bug Fixes and Other Changes
20+
21+
* Depends on `tensorflow 2.16`
22+
* Relax dependency on Protobuf to include version 5.x
23+
24+
## Breaking Changes
25+
26+
* N/A
27+
28+
## Deprecations
29+
30+
* N/A
31+
1332
# Version 1.15.0
1433

1534
## Major Features and Improvements

docs/install.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ other *untested* combinations may also work.
9393

9494
tensorflow-transform | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl
9595
------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------
96-
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.15.0 | 1.15.1
96+
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.60.0 | 10.0.1 | nightly (2.x) | 1.16.1 | 1.16.1
97+
[1.16.0](https://github.com/tensorflow/transform/blob/v1.16.0/RELEASE.md) | 2.60.0 | 10.0.1 | 2.16 | 1.16.1 | 1.16.1
9798
[1.15.0](https://github.com/tensorflow/transform/blob/v1.15.0/RELEASE.md) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | 1.15.1
9899
[1.14.0](https://github.com/tensorflow/transform/blob/v1.14.0/RELEASE.md) | 2.47.0 | 10.0.0 | 2.13 | 1.14.0 | 1.14.0
99100
[1.13.0](https://github.com/tensorflow/transform/blob/v1.13.0/RELEASE.md) | 2.41.0 | 6.0.0 | 2.12 | 1.13.1 | 1.13.0

setup.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,27 @@ def _make_required_install_packages():
4646
'apache-beam[gcp]>=2.53,<3;python_version>="3.11"',
4747
'apache-beam[gcp]>=2.47,<3;python_version<"3.11"',
4848
'numpy>=1.22.0',
49-
'protobuf>=4.25.2,<5;python_version>="3.11"',
49+
'protobuf>=4.25.2,<6;python_version>="3.11"',
5050
'protobuf>=3.20.3,<5;python_version<"3.11"',
5151
'pyarrow>=10,<11',
5252
'pydot>=1.2,<2',
5353
'tensorflow'
5454
+ select_constraint(
55-
default='>=2.15,<2.16',
56-
nightly='>=2.16.0.dev',
55+
default='>=2.16,<2.17',
56+
nightly='>=2.17.0.dev',
5757
git_master='@git+https://github.com/tensorflow/tensorflow@master',
5858
),
5959
'tensorflow-metadata'
6060
+ select_constraint(
61-
default='>=1.15.0,<1.16.0',
62-
nightly='>=1.16.0.dev',
61+
default='>=1.16.1,<1.17.0',
62+
nightly='>=1.17.0.dev',
6363
git_master='@git+https://github.com/tensorflow/metadata@master',
6464
),
6565
'tf_keras>=2',
6666
'tfx-bsl'
6767
+ select_constraint(
68-
default='>=1.15.1,<1.16.0',
69-
nightly='>=1.16.0.dev',
68+
default='>=1.16.1,<1.17.0',
69+
nightly='>=1.17.0.dev',
7070
git_master='@git+https://github.com/tensorflow/tfx-bsl@master',
7171
),
7272
]

tensorflow_transform/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of TF.Transform."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '1.16.0.dev'
17+
__version__ = '1.17.0.dev'

0 commit comments

Comments
 (0)