Release 0.21.2
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
serializedtf.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. Usetfdv.DecodeTFExample
instead.