This repository was archived by the owner on Sep 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 44
55## Major Features and Improvements
66
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+
717* In default_template.md.jinja and default_template.html.jinja, generate metrics table from ` quantitative_analysis.performance_metrics ` .
818
919## Bug fixes and other changes
Original file line number Diff line number Diff line change 1414"""Contains the version string of the Model Card Toolkit."""
1515
1616# 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 2323 'jinja2>=2.10,<3' ,
2424 'matplotlib>=3.2.0,<4' ,
2525 '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 ' ,
3030 'dataclasses;python_version<"3.7"' ,
31- # To solve the new pip depenencies resolver issue.
32- 'MarkupSafe>=1.1.0' ,
3331]
3432
3533# Get version from version module.
You can’t perform that action at this time.
0 commit comments