Skip to content

Commit cbb20d9

Browse files
tf-transform-teamtf-transform-team
authored andcommitted
TFT 1.2.0 Release
PiperOrigin-RevId: 387470901
1 parent 2e7a25b commit cbb20d9

File tree

5 files changed

+28
-8
lines changed

5 files changed

+28
-8
lines changed

README.md

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

9797
tensorflow-transform | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl |
9898
------------------------------------------------------------------------------- | -----------------| --------|-------------------|---------------------|---------|
99-
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.29.0 | 2.0.0 | nightly (1.x/2.x) | 1.1.0 | 1.1.1 |
99+
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.31.0 | 2.0.0 | nightly (1.x/2.x) | 1.2.0 | 1.2.0 |
100+
[1.2.0](https://github.com/tensorflow/transform/blob/v1.2.0/RELEASE.md) | 2.31.0 | 2.0.0 | 1.15.2 / 2.5 | 1.2.0 | 1.2.0 |
100101
[1.1.1](https://github.com/tensorflow/transform/blob/v1.1.1/RELEASE.md) | 2.29.0 | 2.0.0 | 1.15.2 / 2.5 | 1.1.0 | 1.1.1 |
101102
[1.1.0](https://github.com/tensorflow/transform/blob/v1.1.0/RELEASE.md) | 2.29.0 | 2.0.0 | 1.15.2 / 2.5 | 1.1.0 | 1.1.0 |
102103
[1.0.0](https://github.com/tensorflow/transform/blob/v1.0.0/RELEASE.md) | 2.29.0 | 2.0.0 | 1.15 / 2.5 | 1.0.0 | 1.0.0 |

RELEASE.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,33 @@
44

55
## Major Features and Improvements
66

7+
## Bug Fixes and Other Changes
8+
9+
## Breaking Changes
10+
11+
## Deprecations
12+
13+
# Version 1.2.0
14+
15+
## Major Features and Improvements
16+
717
* Added `RaggedTensor` support to output schema inference and transformed
818
tensors conversion to instance dicts and `pa.RecordBatch` with TF 2.x.
919

1020
## Bug Fixes and Other Changes
1121

22+
* Depends on `apache-beam[gcp]>=2.31,<3`.
23+
* Depends on `tensorflow-metadata>=1.2.0,<1.3.0`.
24+
* Depends on `tfx-bsl>=1.2.0,<1.3.0`.
25+
1226
## Breaking Changes
1327

28+
* N/A
29+
1430
## Deprecations
1531

32+
* N/A
33+
1634
# Version 1.1.1
1735

1836
## Major Features and Improvements

docs/install.md

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

9696
tensorflow-transform | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl
9797
------------------------------------------------------------------------------- | ---------------- | ------- | ----------------- | ------------------- | -------
98-
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.29.0 | 2.0.0 | nightly (1.x/2.x) | 1.1.0 | 1.1.1
98+
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.31.0 | 2.0.0 | nightly (1.x/2.x) | 1.2.0 | 1.2.0
99+
[1.2.0](https://github.com/tensorflow/transform/blob/v1.2.0/RELEASE.md) | 2.31.0 | 2.0.0 | 1.15.2 / 2.5 | 1.2.0 | 1.2.0
99100
[1.1.1](https://github.com/tensorflow/transform/blob/v1.1.1/RELEASE.md) | 2.29.0 | 2.0.0 | 1.15.2 / 2.5 | 1.1.0 | 1.1.1
100101
[1.1.0](https://github.com/tensorflow/transform/blob/v1.1.0/RELEASE.md) | 2.29.0 | 2.0.0 | 1.15.2 / 2.5 | 1.1.0 | 1.1.0
101102
[1.0.0](https://github.com/tensorflow/transform/blob/v1.0.0/RELEASE.md) | 2.29.0 | 2.0.0 | 1.15 / 2.5 | 1.0.0 | 1.0.0

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _make_required_install_packages():
4343
# protobuf) with TF and pyarrow version with tfx-bsl.
4444
return [
4545
'absl-py>=0.9,<0.13',
46-
'apache-beam[gcp]>=2.29,<3',
46+
'apache-beam[gcp]>=2.31,<3',
4747
# TODO(b/193746372): Remove bigquery dependency after TF 2.6 becomes
4848
# available.
4949
'google-cloud-bigquery>=1.28.0,<2.21',
@@ -54,12 +54,12 @@ def _make_required_install_packages():
5454
'tensorflow' + select_constraint(
5555
'>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<2.6'),
5656
'tensorflow-metadata' + select_constraint(
57-
default='>=1.1.0,<1.2.0',
58-
nightly='>=1.2.0.dev',
57+
default='>=1.2.0,<1.3.0',
58+
nightly='>=1.3.0.dev',
5959
git_master='@git+https://github.com/tensorflow/metadata@master'),
6060
'tfx-bsl' + select_constraint(
61-
default='>=1.1.0,<1.2.0',
62-
nightly='>=1.2.0.dev',
61+
default='>=1.2.0,<1.3.0',
62+
nightly='>=1.3.0.dev',
6363
git_master='@git+https://github.com/tensorflow/tfx-bsl@master'),
6464
]
6565

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__ = '1.2.0.dev'
17+
__version__ = '1.3.0.dev'

0 commit comments

Comments
 (0)