From 69093360e57e1847a36c49afd4ba55b4806d13b4 Mon Sep 17 00:00:00 2001 From: "Sanjay Kumar.C" <55217181+jay90099@users.noreply.github.com> Date: Thu, 20 Jan 2022 14:40:40 -0800 Subject: [PATCH] Update 1.4.1 in version.py (#4603) --- README.md | 1 + RELEASE.md | 52 +++++--------------------------------------------- tfx/version.py | 2 +- 3 files changed, 7 insertions(+), 48 deletions(-) diff --git a/README.md b/README.md index 712aae7b97..57dd5679bf 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ 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.33.0 | 1.4.0 | 2.0.0 | nightly (1.x/2.x) | 1.4.0 | 1.4.0 | 0.35.0 | 2.6.0 | 1.4.0 | 1.4.0 +1.4.1 | 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.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.2 | 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 1.3.1 | 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 5a9a88818a..573120a718 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,58 +1,16 @@ -# Version 1.4.0 +# Version 1.4.1 ## Major Features and Improvements - -* Supported endpoint overwrite for CAIP BulkInferrer. -* Added support for outputting and encoding `tf.RaggedTensor`s in TFX - Transform component. -* Added conditional for TFX running on KFPv2 (Vertex). -* Supported component level beam pipeline args for Vertex (KFPV2DagRunner). -* Support exit handler for TFX running on KFPv2 (Vertex). -* Added RangeConfig for QueryBasedExampleGen to select date using query - pattern. -* Added support for union of Channels as input to standard TFX components. - Users can use channel.union() to combine multiple Channels and use as input - to these compnents. Artfacts resolved from these channels are expected to - have the same type, and passed to components in no particular order. - +* N/A ## Breaking Changes - -* Calling `TfxRunner.run(pipeline)` with the Pipeline IR proto will no longer - be supported. Please switch to `TfxRunner.run_with_ir(pipeline)` instead. - If you are calling `TfxRunner.run(pipeline)` with the Pipeline object, this - change should not affect you. - +* N/A ### For Pipeline Authors - * N/A - ### For Component Authors - * N/A - ## Deprecations - -* Deprecated python3.6 support. - +* N/A ## Bug Fixes and Other Changes - -* Depends on `google-cloud-aiplatform>=1.5.0,<2`. -* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,<2.7`. -* Depends on `pyarrow>=1,<6`. -* Fixed FileBasedExampleGen driver for Kubeflow v2 (Vertex). Driver can - update exec_properties for its executor now, which enables {SPAN} feature. -* example_gen.utils.dict_to_example now accepts Numpy types -* Updated pytest to include v6.x -* Depends on `apache-beam[gcp]>=2.33,<3`. -* Depends on `ml-metadata>=1.4.0,<1.5.0`. -* Depends on `struct2tensor>=0.35.0,<0.36.0`. -* Depends on `tensorflow-data-validation>=1.4.0,<1.5.0`. -* Depends on `tensorflow-model-analysis>=0.35.0,<0.36.0`. -* Depends on `tensorflow-transform>=1.4.0,<1.5.0`. -* Depends on `tfx-bsl>=1.4.0,<1.5.0`. -* Fixed error where Vertex Endpoints of the same name is not deduped - +* Ensures that Tensorflow is not re-installed during a container image build. ## Documentation Updates - * N/A - diff --git a/tfx/version.py b/tfx/version.py index c599a102e4..dad494984e 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.4.0' +__version__ = '1.4.1'