Skip to content

TFX-BSL 0.22.1 Release

Compare
Choose a tag to compare
@dhruvesh09 dhruvesh09 released this 24 Jun 20:59
· 429 commits to master since this release

Major Features and Improvements

  • Added SequenceExamplesToRecordBatchDecoder.
  • Added a TFXIO implementation for SequenceExmaples on TFRecord.
  • Added support for TensorAdapter to output tf.RaggedTensors.
  • Improved performance of tf.Example and tf.SequenceExample coders.

Bug Fixes and Other Changes

  • Depends on pandas>=0.24,<2.
  • Depends on tensorflow>=1.15,!=2.0.*,<3.
  • Depends on tensorflow-metadata>=0.22.2,<0.23.
  • Removed tensor_to_arrow_test for TF 1.x as it does not support TF 1.x.

Breaking changes

Deprecations

  • Removed arrow.table_util.SliceTableByRowIndices (in favor of
    RecordBatchTake)
  • Removed arrow.table_util.MergeTables (in favor of MergeRecordBatches)