Skip to content

Releases: tensorflow/metadata

Tensorflow Metadata 1.21.0

Choose a tag to compare

@vkarampudi vkarampudi released this 09 Jun 06:46
da17f45

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • Upgrade Protobuf to 6.31.1.
  • Upgrade bazel_skylib to 1.9.0.
  • Bumped the minimum bazel version required to build tfmd to 7.4.1 (tested with 7.7.0).
  • Add support for Python 3.12 and 3.13.

Breaking Changes

  • Drop support for Python 3.9.

Deprecations

  • N/A

TensorFlow Metadata 1.17.3

Choose a tag to compare

@vkarampudi vkarampudi released this 08 Jan 23:40
bb66b63

Version 1.17.3

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • Depends on protobuf>=4.21.6,<6.32 for 3.9 and 3.10

Breaking Changes

  • N/A

Deprecations

  • N/A

Tensorflow Metadata 1.17.2

Choose a tag to compare

@vkarampudi vkarampudi released this 24 Jun 18:13
52cd2c0

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • Relax dependency on Protobuf to include version 6.x
  • Remove upper bound for Protobuf dependency

Breaking Changes

  • N/A

Deprecations

  • N/A

Tensorflow Metadata 1.17.1

Choose a tag to compare

@vkarampudi vkarampudi released this 10 Apr 18:11
4048057

Version 1.17.1

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • Bumped the minimum bazel version required to build tfmd to 6.5.0.

Breaking Changes

  • N/A

Deprecations

  • N/A

Tensorflow Metadata 1.17.0

Choose a tag to compare

@vkarampudi vkarampudi released this 02 Apr 18:47
e0f569f

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • Add Audio as a schema domain.
  • Add Video as a schema domain.
  • Resolve issue where pre-release versions of protobuf are installed.
  • Depends on protobuf>=4.25.2,<5 for Python 3.11 and on
    protobuf>=4.21.6,<4.22 for 3.9 and 3.10.

Breaking Changes

  • N/A

Deprecations

  • N/A

TensorFlow Metadata 1.16.1

Choose a tag to compare

@vkarampudi vkarampudi released this 09 Oct 19:43
9d0fc93

Version 1.16.1

Major Features and Improvements

Bug Fixes and Other Changes

  • Relax dependency on Protobuf to include version 5.x

Breaking Changes

Deprecations

TensorFlow Metadata 1.16.0

Choose a tag to compare

@vkarampudi vkarampudi released this 01 Oct 20:38
71c7563

Version 1.16.0

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • For nested features with N nested levels (N > 1), the statistics counting
    the number of values in CommonStatistics and WeightedCommonStatistics
    will rely on the innermost level.

Breaking Changes

  • N/A

Deprecations

  • N/A

TensorFlow Metadata 1.15.0

Choose a tag to compare

@vkarampudi vkarampudi released this 22 Apr 21:59
47aaaa7

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • Bump the Ubuntu version on which TFMD is tested to 20.04 (previously
    was 16.04).
  • Bumped the minimum bazel version required to build tfmd to 6.1.0.
  • Depends on protobuf>=4.25.2,<5 for Python 3.11 and on
    protobuf>3.20.3,<4.21 for 3.9 and 3.10.
  • Depends on googleapis-common-protos>=1.56.4,<2 for Python 3.11 and on
    googleapis-common-protos>=1.52.0,<2 for 3.9 and 3.10.
  • Relax dependency on absl-py to include version 2.

Breaking Changes

  • Removed NaturalLanguageDomain.location_constraint_regex.
    It was documented as "please do not use" and never implemented.

Deprecations

  • Deprecated Python 3.8 support.

TensorFlow Metadata 1.14.0

Choose a tag to compare

@rtg0795 rtg0795 released this 09 Aug 21:39
7073f74

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • Add joint_group to SequenceMetadata to specify which group this sequence
    feature belongs to so that they can be modeled jointly.
  • Add BOOL_TYPE_INVALID_CONFIG anomaly type.
  • Add embedding_dim to FloatDomain to specify the embedding dimension,
    which is useful for use cases such as restoring shapes for flattened
    sequence of embeddings.
  • Add sequence_truncation_limit to SequenceMetadata to specify the maximum
    sequence length that should be processed.
  • Depends on protobuf>=3.20.3,<4.21. Upper bound is required to avoid
    breaking changes.

Breaking Changes

  • N/A

Deprecations

  • N/A

TensorFlow Metadata 1.13.1

Choose a tag to compare

@rtg0795 rtg0795 released this 11 Apr 23:23
b61c02b

Version 1.13.1

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • Depends on protobuf>=3.20.3,<5.

Breaking Changes

  • N/A

Deprecations

  • N/A