Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit dda4455

Browse files
Huanming Fangml-fairness-infra-github
Huanming Fang
authored andcommitted
Prepare for the new release of 0.1.2.
PiperOrigin-RevId: 354122509
1 parent 9c41d04 commit dda4455

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

RELEASE.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
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

model_card_toolkit/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
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'

setup.py

+4-6
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@
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.

0 commit comments

Comments
 (0)