Releases: tensorflow/metadata
Releases · tensorflow/metadata
Release 0.22.1
Version 0.22.1
Major Features and Improvements
- Added RaggedTensor in TensorRepresentation
Bug Fixes and Other Changes
Breaking changes
Deprecations
Release 0.22.0
Version 0.22.0
Major Features and Improvements
Bug Fixes and Other Changes
- Added a new type of Anomaly: DATASET_HIGH_NUM_EXAMPLES
- Added a new field to dataset_constraints: max_examples_count
- Removed ProblemStatementNamespace proto
- Removed ProblemStatementReference proto
- Removed field ProblemStatement.implements
Breaking Changes
Deprecations
Version 0.21.2
Major Features and Improvements
Bug Fixes and Other Changes
- Fixed a compatibility issue with newer bazel versions.
- Started pulling TF 1.15.2 source for building.
Breaking Changes
Deprecations
Release 0.21.1
Version 0.21.1
Major Features and Improvements
Bug Fixes and Other Changes
- Added support for specifying behavior of rare / OOV multiclass labels.
- Added anomaly types related to weighted features.
- Added support for storing lift stats on weighted examples.
Breaking changes
- The removal of
lift_series
fromCategoricalCrossStats
and the change of
type ofLiftSeries.LiftValue.lift
from float to double will cause parsing
failures for serialized protos written written by version 0.21.0 which
contained the deleted or changed fields.
Deprecations
Release 0.21.0
Version 0.21.0
Major Features and Improvements
Bug Fixes and Other Changes
- Added protos for categorical cross statistics using lift.
Breaking Changes
Deprecations
Release 0.15.2
Version 0.15.2
Major Features and Improvements
Bug Fixes and Other Changes
- Added SparseTensor to TensorRepresentation.
- Added a new type of Anomaly
Breaking Changes
Deprecations
Release 0.15.1
Version 0.15.1
Bug Fixes and Other Changes
- Add WeightedFeature to schema.
- Add min_examples_count to DatasetConstraints and DATASET_LOW_NUM_EXAMPLES
anomaly type. - Add TimeOfDay domain and UNIX_DAY granularity for TimeDomain in schema.
- Added TensorRepresentation to schema.
v0.15.0
v0.14.0
Version 0.14.0
Major Features and Improvements
Bug Fixes and Other Changes
- Added an Any field to Schema Feature, for storing arbitrary structured
data.
Breaking changes
- Refactoring ProblemStatement and related protos. At present, these are not
stable.