Skip to content

Commit 5d1624f

Browse files
zoyahavtf-transform-team
authored andcommitted
Updating TFT's version to 0.15.0, version table to add 0.15 and update compatibility with beam 2.16
PiperOrigin-RevId: 275921355
1 parent 29df7b8 commit 5d1624f

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ other *untested* combinations may also work.
5959

6060
tensorflow-transform | tensorflow | apache-beam[gcp]
6161
------------------------------------------------------------------------------- | ----------------- | ----------------
62-
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | nightly (1.x/2.x) | 2.14.0
62+
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | nightly (1.x/2.x) | 2.16.0
63+
[0.15.0](https://github.com/tensorflow/transform/blob/v0.15.0/RELEASE.md) | 1.15 / 2.0 | 2.16.0
6364
[0.14.0](https://github.com/tensorflow/transform/blob/v0.14.0/RELEASE.md) | 1.14 | 2.14.0
6465
[0.13.0](https://github.com/tensorflow/transform/blob/v0.13.0/RELEASE.md) | 1.13 | 2.11.0
6566
[0.12.0](https://github.com/tensorflow/transform/blob/v0.12.0/RELEASE.md) | 1.12 | 2.10.0

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- mdformat off(mdformat causes unwanted indentation changes) -->
2-
# Current version (not yet released; still in development)
2+
# Release 0.15.0
33

44
## Major Features and Improvements
55
* This release introduces initial beta support for TF 2.0. TF 2.0 programs

docs/install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ other *untested* combinations may also work.
5656

5757
tensorflow-transform | tensorflow | apache-beam[gcp]
5858
------------------------------------------------------------------------------- | ----------------- | ----------------
59-
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | nightly (1.x/2.x) | 2.14.0
59+
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | nightly (1.x/2.x) | 2.16.0
60+
[0.15.0](https://github.com/tensorflow/transform/blob/v0.15.0/RELEASE.md) | 1.15 / 2.0 | 2.16.0
6061
[0.14.0](https://github.com/tensorflow/transform/blob/v0.14.0/RELEASE.md) | 1.14 | 2.14.0
6162
[0.13.0](https://github.com/tensorflow/transform/blob/v0.13.0/RELEASE.md) | 1.13 | 2.11.0
6263
[0.12.0](https://github.com/tensorflow/transform/blob/v0.12.0/RELEASE.md) | 1.12 | 2.10.0

tensorflow_transform/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 TF.Transform."""
1515

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

0 commit comments

Comments
 (0)