Skip to content

Commit a699969

Browse files
tf-metadata-teamtfx-copybara
authored andcommitted
TFMD 1.16.0 Release
PiperOrigin-RevId: 681138434
1 parent cff231e commit a699969

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

RELEASE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,30 @@
66

77
## Bug Fixes and Other Changes
88

9+
## Breaking Changes
10+
11+
## Deprecations
12+
13+
# Version 1.16.0
14+
15+
## Major Features and Improvements
16+
17+
* N/A
18+
19+
## Bug Fixes and Other Changes
20+
921
* For nested features with N nested levels (N > 1), the statistics counting
1022
the number of values in `CommonStatistics` and `WeightedCommonStatistics`
1123
will rely on the innermost level.
1224

1325
## Breaking Changes
1426

27+
* N/A
28+
1529
## Deprecations
1630

31+
* N/A
32+
1733
# Version 1.15.0
1834

1935
## Major Features and Improvements

tensorflow_metadata/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of TFMD."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '1.16.0.dev'
17+
__version__ = '1.17.0.dev'

0 commit comments

Comments
 (0)