Skip to content

Release 0.6.0

Compare
Choose a tag to compare
@zoyahav zoyahav released this 22 Mar 21:40
· 870 commits to master since this release

Release 0.6.0

Major Features and Improvements

Bug Fixes and Other Changes

  • Depends on apache-beam[gcp]>=2.4,<3.
  • Trim min/max value in tft.bucketize where the computed number of bucket
    boundaries is more than requested. Updated documentation to clearly indicate
    that the number of buckets is computed using approximate algorithms, and that
    computed number can be more or less than requested.
  • Change the namespace used for Beam metrics from tensorflow_transform to
    tfx.Transform.
  • Update Beam metrics to also log vocabulary sizes.
  • CsvCoder updated to support unicode.

Breaking changes

  • Requires pre-installed TensorFlow >=1.6,<2.

Deprecations