File tree 3 files changed +19
-2
lines changed
tensorflow_model_analysis
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
19
# Version 0.47.0
2
20
3
21
## Major Features and Improvements
Original file line number Diff line number Diff line change 63
63
# TODO(b/73882264): The orders should be kept in order to make benchmark on
64
64
# DataFlow work. We need to look into why the import orders matters for the
65
65
# DataFlow benchmark.
66
- from tensorflow_model_analysis import addons
67
66
from tensorflow_model_analysis import extractors
68
67
from tensorflow_model_analysis import slicer
69
68
from tensorflow_model_analysis import validators
Original file line number Diff line number Diff line change 15
15
16
16
# Version string for this release of TFMA.
17
17
# Note that setup.py reads and uses this version.
18
- VERSION = '0.47.0 '
18
+ VERSION = '0.47.1 '
You can’t perform that action at this time.
0 commit comments