Skip to content

Release 0.21.2

Compare
Choose a tag to compare
@dhruvesh09 dhruvesh09 released this 20 Feb 17:28
· 611 commits to master since this release

Release 0.21.2

Major Features and Improvements

Bug Fixes and Other Changes

  • Fix facets visualization.

Breaking Changes

Deprecations

  • tfdv.TFExampleDecoder has been removed. This legacy decoder converts
    serialized tf.Example to a dict of numpy arrays, which is the legacy
    input format (prior to Apache Arrow). TFDV has stopped accepting that format
    since 0.14. Use tfdv.DecodeTFExample instead.