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

Commit

Permalink
Prepare for the new release of 0.1.2.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 354122509
  • Loading branch information
Huanming Fang authored and ml-fairness-infra-github committed Jan 27, 2021
1 parent 9c41d04 commit dda4455
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

## Major Features and Improvements

## Bug fixes and other changes

## Breaking changes

## Deprecations

# Release 0.1.2

## Major Features and Improvements

* In default_template.md.jinja and default_template.html.jinja, generate metrics table from `quantitative_analysis.performance_metrics`.

## Bug fixes and other changes
Expand Down
2 changes: 1 addition & 1 deletion model_card_toolkit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of the Model Card Toolkit."""

# Note that setup.py uses this version.
__version__ = '0.1.2.dev'
__version__ = '0.1.2'
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@
'jinja2>=2.10,<3',
'matplotlib>=3.2.0,<4',
'jsonschema>=3.2.0,<4',
'tensorflow-data-validation>=0.21.0,<=0.25',
'tensorflow-model-analysis>=0.21.0,<=0.25',
'tensorflow-metadata>=0.21.0,<=0.25',
'ml-metadata>=0.21.0,<=0.25.1',
'tensorflow-data-validation>=0.26.0,<0.27.0',
'tensorflow-model-analysis>=0.26.0,<0.27.0',
'tensorflow-metadata>=0.26.0,<0.27.0',
'ml-metadata>=0.26.0,<0.27.0',
'dataclasses;python_version<"3.7"',
# To solve the new pip depenencies resolver issue.
'MarkupSafe>=1.1.0',
]

# Get version from version module.
Expand Down

0 comments on commit dda4455

Please sign in to comment.