Skip to content

Commit f5031cd

Browse files
zoyahavtf-transform-team
authored andcommitted
Releasing tf.Transform 0.13
PiperOrigin-RevId: 236371075
1 parent 515fb4c commit f5031cd

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ other *untested* combinations may also work.
6060
|tensorflow-transform |tensorflow |apache-beam[gcp]|
6161
|--------------------------------------------------------------------------------|--------------|----------------|
6262
|[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) |nightly (1.x) |2.11.0 |
63+
|[0.13.0](https://github.com/tensorflow/transform/blob/v0.13.0/RELEASE.md) |1.13 |2.11.0 |
6364
|[0.12.0](https://github.com/tensorflow/transform/blob/v0.12.0/RELEASE.md) |1.12 |2.10.0 |
6465
|[0.11.0](https://github.com/tensorflow/transform/blob/v0.11.0/RELEASE.md) |1.11 |2.8.0 |
6566
|[0.9.0](https://github.com/tensorflow/transform/blob/v0.9.0/RELEASE.md) |1.9 |2.6.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.13.0
33

44
## Major Features and Improvements
55
* Now `AnalyzeDataset`, `TransformDataset` and `AnalyzeAndTransformDataset` can

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ other *untested* combinations may also work.
5757
tensorflow-transform | tensorflow | apache-beam[gcp]
5858
------------------------------------------------------------------------------- | ------------- | ----------------
5959
|[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) |nightly (1.x) |2.11.0 |
60+
|[0.13.0](https://github.com/tensorflow/transform/blob/v0.13.0/RELEASE.md) |1.13 |2.11.0 |
6061
|[0.12.0](https://github.com/tensorflow/transform/blob/v0.12.0/RELEASE.md) |1.12 |2.10.0 |
6162
|[0.11.0](https://github.com/tensorflow/transform/blob/v0.11.0/RELEASE.md) |1.11 |2.8.0 |
6263
|[0.9.0](https://github.com/tensorflow/transform/blob/v0.9.0/RELEASE.md) |1.9 |2.6.0 |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def _make_required_install_packages():
3434
'six>=1.10,<2',
3535

3636
# TODO(b/124908205): Set tensorflow-metadata>=0.13,<0.14 for TFT 0.13.
37-
'tensorflow-metadata>=0.12.1,<0.13',
37+
'tensorflow-metadata>=0.12.1,<0.14',
3838

3939
# TODO(b/123240958): Uncomment this once TF can automatically select
4040
# between CPU and GPU installation.

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.13.0dev'
17+
__version__ = '0.13.0'

0 commit comments

Comments
 (0)