Skip to content

Commit

Permalink
Update 1.5.1 in version.py (#4851)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtg0795 authored May 9, 2022
1 parent cd546f7 commit 65d42f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 4 additions & 18 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tfx/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 65d42f0

Please sign in to comment.