Skip to content

Commit 8f7225b

Browse files
tf-transform-teamtf-transform-team
authored andcommitted
TFT 1.1.0 Release
PiperOrigin-RevId: 381318515
1 parent 4ff2d6b commit 8f7225b

File tree

5 files changed

+27
-9
lines changed

5 files changed

+27
-9
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ 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.0.0 | 1.0.0 |
100-
[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 |
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.0 |
100+
[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 |
101+
[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 |
101102
[0.30.0](https://github.com/tensorflow/transform/blob/v0.30.0/RELEASE.md) | 2.28.0 | 2.0.0 | 1.15 / 2.4 | 0.30.0 | 0.30.0 |
102103
[0.29.0](https://github.com/tensorflow/transform/blob/v0.29.0/RELEASE.md) | 2.28.0 | 2.0.0 | 1.15 / 2.4 | 0.29.0 | 0.29.0 |
103104
[0.28.0](https://github.com/tensorflow/transform/blob/v0.28.0/RELEASE.md) | 2.28.0 | 2.0.0 | 1.15 / 2.4 | 0.28.0 | 0.28.1 |

RELEASE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
## Major Features and Improvements
66

7+
## Bug Fixes and Other Changes
8+
9+
## Breaking Changes
10+
11+
## Deprecations
12+
13+
# Version 1.1.0
14+
15+
## Major Features and Improvements
16+
717
* Improved resource usage for `tft.vocabulary` when `top_k` is set by removing
818
stages performing repetitive sorting.
919

@@ -19,11 +29,17 @@
1929
order to avoid reinitializing the table for each batch of data.
2030
* Stopped depending on `six`.
2131
* Depends on `protobuf>=3.13,<4`.
32+
* Depends on `tensorflow-metadata>=1.1.0,<1.2.0`.
33+
* Depends on `tfx-bsl>=1.1.0,<1.2.0`.
2234

2335
## Breaking Changes
2436

37+
* N/A
38+
2539
## Deprecations
2640

41+
* N/A
42+
2743
# Version 1.0.0
2844

2945
## Major Features and Improvements

docs/install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ 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.0.0 | 1.0.0
99-
[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
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.0
99+
[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
100+
[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
100101
[0.30.0](https://github.com/tensorflow/transform/blob/v0.30.0/RELEASE.md) | 2.28.0 | 2.0.0 | 1.15 / 2.4 | 0.30.0 | 0.30.0
101102
[0.29.0](https://github.com/tensorflow/transform/blob/v0.29.0/RELEASE.md) | 2.28.0 | 2.0.0 | 1.15 / 2.4 | 0.29.0 | 0.29.0
102103
[0.28.0](https://github.com/tensorflow/transform/blob/v0.28.0/RELEASE.md) | 2.28.0 | 2.0.0 | 1.15 / 2.4 | 0.28.0 | 0.28.1

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ def _make_required_install_packages():
5151
'tensorflow' + select_constraint(
5252
'>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<2.6'),
5353
'tensorflow-metadata' + select_constraint(
54-
default='>=1.0.0,<1.1.0',
55-
nightly='>=1.1.0.dev',
54+
default='>=1.1.0,<1.2.0',
55+
nightly='>=1.2.0.dev',
5656
git_master='@git+https://github.com/tensorflow/metadata@master'),
5757
'tfx-bsl' + select_constraint(
58-
default='>=1.0.0,<1.1.0',
59-
nightly='>=1.1.0.dev',
58+
default='>=1.1.0,<1.2.0',
59+
nightly='>=1.2.0.dev',
6060
git_master='@git+https://github.com/tensorflow/tfx-bsl@master'),
6161
]
6262

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

0 commit comments

Comments
 (0)