This repository was archived by the owner on Sep 27, 2024. It is now read-only.
File tree 3 files changed +15
-7
lines changed
3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## Major Features and Improvements
6
6
7
+ ## Bug fixes and other changes
8
+
9
+ ## Breaking changes
10
+
11
+ ## Deprecations
12
+
13
+ # Release 0.1.2
14
+
15
+ ## Major Features and Improvements
16
+
7
17
* In default_template.md.jinja and default_template.html.jinja, generate metrics table from ` quantitative_analysis.performance_metrics ` .
8
18
9
19
## Bug fixes and other changes
Original file line number Diff line number Diff line change 14
14
"""Contains the version string of the Model Card Toolkit."""
15
15
16
16
# Note that setup.py uses this version.
17
- __version__ = '0.1.2.dev '
17
+ __version__ = '0.1.2'
Original file line number Diff line number Diff line change 23
23
'jinja2>=2.10,<3' ,
24
24
'matplotlib>=3.2.0,<4' ,
25
25
'jsonschema>=3.2.0,<4' ,
26
- 'tensorflow-data-validation>=0.21 .0,<=0.25 ' ,
27
- 'tensorflow-model-analysis>=0.21 .0,<=0.25 ' ,
28
- 'tensorflow-metadata>=0.21 .0,<=0.25 ' ,
29
- 'ml-metadata>=0.21 .0,<=0.25.1 ' ,
26
+ 'tensorflow-data-validation>=0.26 .0,<0.27.0 ' ,
27
+ 'tensorflow-model-analysis>=0.26 .0,<0.27.0 ' ,
28
+ 'tensorflow-metadata>=0.26 .0,<0.27.0 ' ,
29
+ 'ml-metadata>=0.26 .0,<0.27.0 ' ,
30
30
'dataclasses;python_version<"3.7"' ,
31
- # To solve the new pip depenencies resolver issue.
32
- 'MarkupSafe>=1.1.0' ,
33
31
]
34
32
35
33
# Get version from version module.
You can’t perform that action at this time.
0 commit comments