Skip to content

TFX Basic Shared Libraries 1.13.0

Compare
Choose a tag to compare
@rtg0795 rtg0795 released this 13 Apr 17:54
3fa87b5

Major Features and Improvements

  • RaggedTensors can now be automatically inferred for variable length
    features by setting represent_variable_length_as_ragged=true in TFMD
    schema.

Bug Fixes and Other Changes

  • Bumped the mininum bazel version required to build tfx_bsl to 5.3.0.
  • RecordBatchToExamplesEncoder now encodes arrays representing
    RaggedTensors in a way that is consistent with tf.io.parse_example. Note
    that this change is backwards compatible with ExamplesToRecordBatchDecoder
    and the decoding workflow as well.
  • Depends on numpy~=1.22.0.

Breaking Changes

  • N/A

Deprecations

  • Deprecated python 3.7 support.