Skip to content

Commit f2135cc

Browse files
vkarampuditf-model-analysis-team
and
tf-model-analysis-team
authored
Update 0.47.1 in version.py and RELEASE.md (#510)
* Remove addons from `__init__.py` as it's deprecated with Eval Saved Model. PiperOrigin-RevId: 698972892 * Update 0.47.1 in version.py and RELEASE.md --------- Co-authored-by: tf-model-analysis-team <[email protected]>
1 parent 0497e04 commit f2135cc

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

RELEASE.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Version 0.47.1
2+
3+
## Major Features and Improvements
4+
5+
* N/A
6+
7+
## Bug fixes and other Changes
8+
9+
* Removing addons from __init__.py as it's deprecated with Eval Saved Model.
10+
11+
## Breaking Changes
12+
13+
* N/A
14+
15+
## Deprecations
16+
17+
* N/A
18+
119
# Version 0.47.0
220

321
## Major Features and Improvements

tensorflow_model_analysis/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
# TODO(b/73882264): The orders should be kept in order to make benchmark on
6464
# DataFlow work. We need to look into why the import orders matters for the
6565
# DataFlow benchmark.
66-
from tensorflow_model_analysis import addons
6766
from tensorflow_model_analysis import extractors
6867
from tensorflow_model_analysis import slicer
6968
from tensorflow_model_analysis import validators

tensorflow_model_analysis/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
# Version string for this release of TFMA.
1717
# Note that setup.py reads and uses this version.
18-
VERSION = '0.47.0'
18+
VERSION = '0.47.1'

0 commit comments

Comments
 (0)