Skip to content

Releases: tensorflow/metadata

TensorFlow Metadata 1.8.0

09 May 22:21
3e7e963
Compare
Choose a tag to compare

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • Adds experimental support within statistics.proto and schema.proto for
    marking features that are derived during statistics generation for data
    exploration or validation, but not actually present in input data.
  • Adds an experimental DERIVED_FEATURE_BAD_LIFECYCLE and
    DERIVED_FEATURE_INVALID_SOURCE anomaly type.

Breaking Changes

  • N/A

Deprecations

  • N/A

TensorFlow Metadata 1.7.0

28 Feb 19:22
6657ce5
Compare
Choose a tag to compare

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • N/A

Breaking Changes

  • N/A

Deprecations

  • N/A

TensorFlow Metadata 1.6.0

19 Jan 18:03
760acda
Compare
Choose a tag to compare

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • statistics.proto: Includes a field invalid_utf8_count in StringStatistics
    to store the number of non-utf8 encoded strings for a feature.
  • Depends on absl-py>=0.9,<2.0.0.

Breaking Changes

  • Removes deprecated field objective_function from ProblemStatement.

Deprecations

  • Deprecates multi_objective field in ProblemStatement.
  • Deprecates several unused PerformanceMetrics.

TensorFlow Metadata 1.5.0

29 Nov 19:14
da3a660
Compare
Choose a tag to compare

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • A threshold_config is added to MetaOptimizationTarget to allow for
    expressing thresholded optimization goals.

Breaking Changes

  • N/A

Deprecations

  • N/A

TensorFlow Metadata 1.4.0

26 Oct 19:52
84df46b
Compare
Choose a tag to compare

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • Added a new field to FloatDomain in schema to allow expression of
    categorical floats.

Breaking Changes

  • N/A

Deprecations

  • Deprecated Python 3.6 support.

TensorFlow Metadata 1.2.0

27 Jul 18:49
c0d3f03
Compare
Choose a tag to compare

Major Features and Improvements

  • Added PositiveNegativeSpec to ProblemStatement.BinaryClassification for
    specifying positive and negative class values.

Bug Fixes and Other Changes

  • N/A

Breaking Changes

  • N/A

Deprecations

  • N/A

TensorFlow Metadata 1.1.0

21 Jun 19:00
9cbb17e
Compare
Choose a tag to compare

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • Depends on protobuf>=3.13,<4.

Breaking Changes

  • N/A

Deprecations

  • N/A

TensorFlow Metadata 1.0.0

20 May 22:41
5acb82e
Compare
Choose a tag to compare

Major Features and Improvements

  • Added public python interface for proto/* in proto/init.py

Bug Fixes and Other Changes

  • N/A

Breaking Changes

  • N/A

Deprecations

  • N/A

TensorFlow Metadata 0.30.0

19 Apr 22:27
2a737af
Compare
Choose a tag to compare

Major Features and Improvements

  • N/A

Bug Fixes and Other Changes

  • Added new anomaly types: MULTIPLE_REASONS and
    INVALID_DOMAIN_SPECIFICATION.
  • Added new anomaly type: STATS_NOT_AVAILABLE.

Breaking Changes

  • N/A

Deprecations

  • N/A

TensorFlow Metadata 0.29.0

22 Mar 20:33
331895c
Compare
Choose a tag to compare

Major Features and Improvements

  • Adding the ability to specify and detect sequence length issues.

Bug Fixes and Other Changes

  • Depends on absl-py>=0.9,<0.13.

Breaking Changes

  • N/A

Deprecations

  • N/A