Skip to content

Commit

Permalink
TFMD 1.16.0 Release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681138434
  • Loading branch information
tf-metadata-team authored and tfx-copybara committed Oct 1, 2024
1 parent cff231e commit a699969
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,30 @@

## Bug Fixes and Other Changes

## Breaking Changes

## Deprecations

# 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

# Version 1.15.0

## Major Features and Improvements
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.16.0.dev'
__version__ = '1.17.0.dev'

0 comments on commit a699969

Please sign in to comment.