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

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 437782820
  • Loading branch information
Sean O'Keefe authored and ml-fairness-infra-github committed Mar 28, 2022
1 parent 6e5213f commit 45c42fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->

# Current Version (Still in Development)
# Version 0.1.6

## Major Features and Improvements
* Adding a new MinDiff loss of Adjusted MMD Loss

## Bug fixes and other small changes
* `build_min_diff_dataset` now supports SparseTensors.
* Adding an enable/disable feature for summary_histogram.
* Moving TensorFlow Model Remediation to support Python 3 only.
* Adding a new MinDiff loss of Adjusted MMD Loss


## Breaking changes

Expand Down
2 changes: 1 addition & 1 deletion tensorflow_model_remediation/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

"""Version string for TensorFlow Model Remediation."""

__version__ = "0.1.6.dev"
__version__ = "0.1.6"

0 comments on commit 45c42fa

Please sign in to comment.