Skip to content

TFX 1.0.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dhruvesh09 dhruvesh09 released this 19 May 17:48
· 174 commits to r1.0.0 since this release
bd5db6a

Major Features and Improvements

  • Added tfx.v1 Public APIs

Breaking Changes

For Pipeline Authors

  • N/A

For Component Authors

  • Apache Beam support is migrated from TFX Base Components and Executors to
    dedicated Beam Components and Executors. BaseExecutor will no longer embed
    beam_pipeline_args. Custom executors for Beam powered components should
    now extend BaseBeamExecutor instead of BaseExecutor.

Deprecations

  • N/A

Bug Fixes and Other Changes

  • Removed six dependency.
  • Depends on apache-beam[gcp]>=2.29,<3.
  • Depends on tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.5.*,<3.
  • Depends on tensorflow-serving-api>=1.15,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.5.*,<3.

Documentation Updates

  • N/A