From 65d42f0b3a853aea5f23f3de48988381ecb3deb4 Mon Sep 17 00:00:00 2001 From: rtg0795 <36429068+rtg0795@users.noreply.github.com> Date: Mon, 9 May 2022 00:56:50 -0400 Subject: [PATCH] Update 1.5.1 in version.py (#4851) --- README.md | 3 ++- RELEASE.md | 22 ++++------------------ tfx/version.py | 2 +- 3 files changed, 7 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 7e04847e5c..462ced8f57 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,8 @@ but other *untested* combinations may also work. tfx | apache-beam[gcp] | ml-metadata | pyarrow | tensorflow | tensorflow-data-validation | tensorflow-metadata | tensorflow-model-analysis | tensorflow-serving-api | tensorflow-transform | tfx-bsl ------------------------------------------------------------------------- | ---------------- | ----------- | ------- | ----------------- | -------------------------- | ------------------- | ------------------------- | ---------------------- | -------------------- | ------- -[GitHub master](https://github.com/tensorflow/tfx/blob/master/RELEASE.md) | 2.34.0 | 1.5.0 | 2.0.0 | nightly (1.x/2.x) | 1.5.0 | 1.5.0 | 0.36.0 | 2.7.0 | 1.5.0 | 1.5.0 +[GitHub master](https://github.com/tensorflow/tfx/blob/master/RELEASE.md) | 2.38.0 | 1.5.0 | 2.0.0 | nightly (1.x/2.x) | 1.5.0 | 1.5.0 | 0.36.0 | 2.7.0 | 1.5.0 | 1.5.0 +1.5.1 | 2.38.0 | 1.5.0 | 2.0.0 | 1.15.0 / 2.7.0 | 1.5.0 | 1.5.0 | 0.36.0 | 2.7.0 | 1.5.0 | 1.5.0 1.5.0 | 2.34.0 | 1.5.0 | 2.0.0 | 1.15.0 / 2.7.0 | 1.5.0 | 1.5.0 | 0.36.0 | 2.7.0 | 1.5.0 | 1.5.0 1.4.0 | 2.33.0 | 1.4.0 | 2.0.0 | 1.15.0 / 2.6.0 | 1.4.0 | 1.4.0 | 0.35.0 | 2.6.0 | 1.4.0 | 1.4.0 1.3.3 | 2.32.0 | 1.3.0 | 2.0.0 | 1.15.0 / 2.6.0 | 1.3.0 | 1.2.0 | 0.34.1 | 2.6.0 | 1.3.0 | 1.3.0 diff --git a/RELEASE.md b/RELEASE.md index 0586eb7285..b4009a5851 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,11 +1,8 @@ -# Version 1.5.0 +# Version 1.5.1 ## Major Features and Improvements -* Added support for partial pipeline run. Users can now run a subset of nodes - in a pipeline while reusing artifacts generated in previous pipeline runs. - This is supported in LocalDagRunner and BeamDagRunner, and is exposed via - the TfxRunner API. +* N/A ## Breaking Changes @@ -24,19 +21,8 @@ * N/A ## Bug Fixes and Other Changes -* Increased docker timeout to 5 minutes for image building in CLI. -* Fixed KeyError when multiple Examples artifacts were used in Transform - without materialization. -* Fixed error where Vertex Endpoints of the same name is not deduped -* Depends on `apache-beam[gcp]>=2.34,<3`. -* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<2.8`. -* Depends on `tensorflow-serving-api>=1.15,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<3`. -* Depends on `ml-metadata>=1.5.0,<1.6.0`. -* Depends on `struct2tensor>=0.36.0,<0.37.0`. -* Depends on `tensorflow-data-validation>=1.5.0,<1.6.0`. -* Depends on `tensorflow-model-analysis>=0.36.0,<0.37.0`. -* Depends on `tensorflow-transform>=1.5.0,<1.6.0`. -* Depends on `tfx-bsl>=1.5.0,<1.6.0`. + +* Uses apache-beam==2.38 in the tfx container image. ## Documentation Updates diff --git a/tfx/version.py b/tfx/version.py index 07eba24954..093d00bd76 100644 --- a/tfx/version.py +++ b/tfx/version.py @@ -14,4 +14,4 @@ """Contains the version string of TFX.""" # Note that setup.py uses this version. -__version__ = '1.5.0' +__version__ = '1.5.1'