Skip to content

Commit 830e01b

Browse files
tf-transform-teamtfx-copybara
authored andcommitted
TFT 1.13.0 Release
PiperOrigin-RevId: 524113260
1 parent 42197b2 commit 830e01b

File tree

5 files changed

+24
-8
lines changed

5 files changed

+24
-8
lines changed

README.md

Lines changed: 2 additions & 1 deletion
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.41.0 | 6.0.0 | nightly (2.x) | 1.12.0 | 1.12.0 |
97+
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.41.0 | 6.0.0 | nightly (2.x) | 1.13.1 | 1.13.0 |
98+
[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 |
9899
[1.12.0](https://github.com/tensorflow/transform/blob/v1.12.0/RELEASE.md) | 2.41.0 | 6.0.0 | 2.11 | 1.12.0 | 1.12.0 |
99100
[1.11.0](https://github.com/tensorflow/transform/blob/v1.11.0/RELEASE.md) | 2.41.0 | 6.0.0 | 1.15.5 / 2.10 | 1.11.0 | 1.11.0 |
100101
[1.10.0](https://github.com/tensorflow/transform/blob/v1.10.0/RELEASE.md) | 2.40.0 | 6.0.0 | 1.15.5 / 2.9 | 1.10.0 | 1.10.0 |

RELEASE.md

Lines changed: 14 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.13.0
14+
15+
## Major Features and Improvements
16+
717
* `RaggedTensor`s can now be automatically inferred for variable length
818
features by setting `represent_variable_length_as_ragged=true` in TFMD
919
schema.
@@ -21,10 +31,14 @@
2131
* Depends on `numpy~=1.22.0`.
2232
* Depends on `tensorflow>=2.12.0,<2.13`.
2333
* Depends on `protobuf>=3.20.3,<5`.
34+
* Depends on `tensorflow-metadata>=1.13.1,<1.14.0`.
35+
* Depends on `tfx-bsl>=1.13.0,<1.14.0`.
2436
* Modifies `get_vocabulary_size_by_name` to return a minimum of 1.
2537

2638
## Breaking Changes
2739

40+
* N/A
41+
2842
## Deprecations
2943

3044
* Deprecated python 3.7 support.

docs/install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ 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.41.0 | 6.0.0 | nightly (2.x) | 1.12.0 | 1.12.0
97-
[1.12.0](https://github.com/tensorflow/transform/blob/v1.12.0/RELEASE.md) | 2.41.0 | 6.0.0 | 2.11 | 1.12.0 | 1.12.0
96+
[GitHub master](https://github.com/tensorflow/transform/blob/master/RELEASE.md) | 2.41.0 | 6.0.0 | nightly (2.x) | 1.13.1 | 1.13.0
97+
[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
98+
[1.12.0](https://github.com/tensorflow/transform/blob/v1.12.0/RELEASE.md) | 2.41.0 | 6.0.0 | 2.11 | 1.12.0 | 1.12.0
9899
[1.11.0](https://github.com/tensorflow/transform/blob/v1.11.0/RELEASE.md) | 2.41.0 | 6.0.0 | 1.15.5 / 2.10 | 1.11.0 | 1.11.0
99100
[1.10.0](https://github.com/tensorflow/transform/blob/v1.10.0/RELEASE.md) | 2.40.0 | 6.0.0 | 1.15.5 / 2.9 | 1.10.0 | 1.10.0
100101
[1.9.0](https://github.com/tensorflow/transform/blob/v1.9.0/RELEASE.md) | 2.38.0 | 5.0.0 | 1.15.5 / 2.9 | 1.9.0 | 1.9.0

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ def _make_required_install_packages():
5050
'pydot>=1.2,<2',
5151
'tensorflow>=2.12,<3',
5252
'tensorflow-metadata' + select_constraint(
53-
default='>=1.12.0,<1.13.0',
54-
nightly='>=1.13.0.dev',
53+
default='>=1.13.1,<1.14.0',
54+
nightly='>=1.14.0.dev',
5555
git_master='@git+https://github.com/tensorflow/metadata@master'),
5656
'tfx-bsl' + select_constraint(
57-
default='>=1.12.0,<1.13.0',
58-
nightly='>=1.13.0.dev',
57+
default='>=1.13.0,<1.14.0',
58+
nightly='>=1.14.0.dev',
5959
git_master='@git+https://github.com/tensorflow/tfx-bsl@master'),
6060
]
6161

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

0 commit comments

Comments
 (0)