Skip to content

Releases: tensorflow/metadata

v0.12.0

20 Feb 22:15

Choose a tag to compare

Version 0.12.0

Major Features and Improvements

  • Add support for declaring sparse features.
  • Add support for schema diff regions.

Bug Fixes and Other Changes

Breaking changes

Deprecations

v0.9.0

31 Aug 20:29

Choose a tag to compare

Major Features and Improvements

  • Adding functionality for handling structured data.

Bug Fixes and Other Changes

  • StructStatistics.common_statistics changed to
    StructStatistics.common_stats to agree with Facets.

Breaking changes

  • The change from StructStatistics.common_statistics to
    StructStatistics.common_stats may break code that had this field set and
    was serializing to some text format. The wire format should be fine.

tf.metadata v 0.6.0

28 Jul 00:16

Choose a tag to compare

Anomaly detection protos added.
Aligned protobuf version with Tensorflow Transform and Tensorflow.