Skip to content

Release 0.21.1

Compare
Choose a tag to compare
@brills brills released this 20 Feb 21:21
· 503 commits to master since this release

Release 0.21.1

Major Features and Improvements

  • Defined an abstract subclass of TFXIO, RecordBasedTFXIO to model record
    based file formats.

Bug Fixes and Other Changes

  • Utilities in tfx_bsl.arrow.array_util that:

    • previously takes ListArray now can also accept LargeListArray.
    • previously takes StringArray/BinaryArray now can also accept
      LargeStringArray and LargeBinaryArray.

    As a result: GetElementLengths now returns an Int64Array.
    GetFlattenedArrayParentIndices may return an Int64Array or an
    Int32Array depending on the input type.

Breaking Changes

Deprecations