Skip to content

Commit 7f24234

Browse files
rtg0795tfx-copybara
authored andcommitted
TFX 1.13.0 Release
PiperOrigin-RevId: 524385931
1 parent 3873946 commit 7f24234

File tree

5 files changed

+45
-16
lines changed

5 files changed

+45
-16
lines changed

README.md

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

6363
tfx | apache-beam[gcp] | ml-metadata | pyarrow | tensorflow | tensorflow-data-validation | tensorflow-metadata | tensorflow-model-analysis | tensorflow-serving-api | tensorflow-transform | tfx-bsl
6464
------------------------------------------------------------------------- | ---------------- | ----------- | ------- | ----------------- | -------------------------- | ------------------- | ------------------------- | ---------------------- | -------------------- | -------
65-
[GitHub master](https://github.com/tensorflow/tfx/blob/master/RELEASE.md) | 2.40.0 | 1.12.0 | 6.0.0 | nightly (2.x) | 1.12.0 | 1.12.0 | 0.43.0 | 2.9.0 | 1.12.0 | 1.12.0
65+
[GitHub master](https://github.com/tensorflow/tfx/blob/master/RELEASE.md) | 2.40.0 | 1.13.1 | 6.0.0 | nightly (2.x) | 1.13.0 | 1.13.1 | 0.44.0 | 2.9.0 | 1.13.0 | 1.13.0
66+
[1.13.0](https://github.com/tensorflow/tfx/blob/v1.13.0/RELEASE.md) | 2.40.0 | 1.13.1 | 6.0.0 | 2.12 | 1.13.0 | 1.13.1 | 0.44.0 | 2.9.0 | 1.13.0 | 1.13.0
6667
[1.12.0](https://github.com/tensorflow/tfx/blob/v1.12.0/RELEASE.md) | 2.40.0 | 1.12.0 | 6.0.0 | 2.11 | 1.12.0 | 1.12.0 | 0.43.0 | 2.9.0 | 1.12.0 | 1.12.0
6768
[1.11.0](https://github.com/tensorflow/tfx/blob/v1.11.0/RELEASE.md) | 2.40.0 | 1.11.0 | 6.0.0 | 1.15.5 / 2.10.0 | 1.11.0 | 1.11.0 | 0.42.0 | 2.9.0 | 1.11.0 | 1.11.0
6869
[1.10.0](https://github.com/tensorflow/tfx/blob/v1.10.0/RELEASE.md) | 2.40.0 | 1.10.0 | 6.0.0 | 1.15.5 / 2.9.0 | 1.10.0 | 1.10.0 | 0.41.0 | 2.9.0 | 1.10.0 | 1.10.0

RELEASE.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## Major Features and Improvements
44

5+
## Breaking Changes
6+
7+
### For Pipeline Authors
8+
9+
### For Component Authors
10+
11+
## Deprecations
12+
13+
## Bug Fixes and Other Changes
14+
15+
## Dependency Updates
16+
17+
## Documentation Updates
18+
19+
# Version 1.13.0
20+
21+
## Major Features and Improvements
22+
523
* Supported setting the container image at a component level for Kubeflow V2
624
Dag Runner.
725

@@ -25,8 +43,12 @@
2543

2644
### For Component Authors
2745

46+
* N/A
47+
2848
## Deprecations
2949

50+
* Deprecate python 3.7 support
51+
3052
## Bug Fixes and Other Changes
3153

3254
* Support to task type "workerpool1" of CLUSTER_SPEC in Vertex AI training's
@@ -37,8 +59,14 @@
3759
| Package Name | Version Constraints | Previously (in `v1.12.0`) | Comments |
3860
| -- | -- | -- | -- |
3961
| `click` | `>=7,<9` | `>=7,<8` | |
40-
| `protobuf` | `>=3.13,<4` | `>=3.20.3,<5` | |
62+
| `ml-metadata` | `~=1.13.1` | `~=1.12.0` | Synced release train |
63+
| `protobuf` | `>=3.13,<4` | `>=3.20.3,<5` | To support TF 2.12|
64+
| `struct2tensor` | `~=0.44.0` | `~=0.43.0` | Synced release train |
4165
| `tensorflow` | `~=2.12.0` | `>=1.15.5,<2` or `~=2.11.0` | |
66+
| `tensorflow-data-validation` | `~=1.13.0` | `~=1.12.0` | Synced release train |
67+
| `tensorflow-model-analysis` | `~=0.44.0` | `~=0.43.0` | Synced release train |
68+
| `tensorflow-transform` | `~=1.13.0` | `~=1.12.0` | Synced release train |
69+
| `tfx-bsl` | `~=1.13.0` | `~=1.12.0` | Synced release train |
4270

4371
## Documentation Updates
4472

tfx/dependencies.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ def make_pipeline_sdk_required_install_packages():
5454
'absl-py>=0.9,<2.0.0',
5555
'ml-metadata' + select_constraint(
5656
# LINT.IfChange
57-
default='>=1.12.0,<1.13.0',
57+
default='>=1.13.1,<1.14.0',
5858
# LINT.ThenChange(tfx/workspace.bzl)
59-
nightly='>=1.12.0.dev',
59+
nightly='>=1.14.0.dev',
6060
git_master='@git+https://github.com/google/ml-metadata@master'),
6161
'packaging>=20,<21',
6262
'portpicker>=1.3.1,<2',
@@ -102,22 +102,22 @@ def make_required_install_packages():
102102
# pylint: enable=line-too-long
103103
'tensorflow-hub>=0.9.0,<0.13',
104104
'tensorflow-data-validation' + select_constraint(
105-
default='>=1.12.0,<1.13.0',
106-
nightly='>=1.13.0.dev',
105+
default='>=1.13.0,<1.14.0',
106+
nightly='>=1.14.0.dev',
107107
git_master='@git+https://github.com/tensorflow/data-validation@master'
108108
),
109109
'tensorflow-model-analysis' + select_constraint(
110-
default='>=0.43.0,<0.44.0',
111-
nightly='>=0.44.0.dev',
110+
default='>=0.44.0,<0.45.0',
111+
nightly='>=0.45.0.dev',
112112
git_master='@git+https://github.com/tensorflow/model-analysis@master'),
113113
'tensorflow-serving-api>=1.15,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,<3',
114114
'tensorflow-transform' + select_constraint(
115-
default='>=1.12.0,<1.13.0',
116-
nightly='>=1.13.0.dev',
115+
default='>=1.13.0,<1.14.0',
116+
nightly='>=1.14.0.dev',
117117
git_master='@git+https://github.com/tensorflow/transform@master'),
118118
'tfx-bsl' + select_constraint(
119-
default='>=1.12.0,<1.13.0',
120-
nightly='>=1.13.0.dev',
119+
default='>=1.13.0,<1.14.0',
120+
nightly='>=1.14.0.dev',
121121
git_master='@git+https://github.com/tensorflow/tfx-bsl@master'),
122122
]
123123

@@ -178,8 +178,8 @@ def make_extra_packages_tf_ranking():
178178
return [
179179
'tensorflow-ranking>=0.5,<0.6',
180180
'struct2tensor' + select_constraint(
181-
default='>=0.43,<0.44',
182-
nightly='>=0.44.0.dev',
181+
default='>=0.44,<0.45',
182+
nightly='>=0.45.0.dev',
183183
git_master='@git+https://github.com/google/struct2tensor@master'),
184184
]
185185

tfx/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 TFX."""
1515

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

tfx/workspace.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def tfx_workspace():
7979
name = "com_github_google_ml_metadata",
8080
repo = "google/ml-metadata",
8181
# LINT.IfChange
82-
tag = "v1.12.0",
82+
tag = "v1.13.0",
8383
# LINT.ThenChange(//tfx/dependencies.py)
8484
)
8585

0 commit comments

Comments
 (0)