Skip to content

Commit

Permalink
TFMD 1.13.0 Release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 521569035
  • Loading branch information
tf-metadata-team authored and tfx-copybara committed Apr 3, 2023
1 parent 0b88a74 commit dc14161
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,29 @@

## Major Features and Improvements

## Bug Fixes and Other Changes

## Breaking Changes

## Deprecations

# Version 1.13.0

## Major Features and Improvements

* Introduce `Schema.represent_variable_length_as_ragged` knob to automatically
generate `RaggedTensor`s for variable length features.
* Introduces a Schema option `HistogramSelection` to allow numeric drift/skew
calculations to use QUANTILES histograms, which are more robust to outliers.

## Bug Fixes and Other Changes

* N/A

## Breaking Changes

* N/A

## Deprecations

* Deprecated Python 3.7 support.
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_metadata/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of TFMD."""

# Note that setup.py uses this version.
__version__ = '1.13.0.dev'
__version__ = '1.14.0.dev'

0 comments on commit dc14161

Please sign in to comment.