Skip to content

Commit

Permalink
Fairness Indicators and Tensorboard Plugin 0.25.0 Release
Browse files Browse the repository at this point in the history
* Update version.py

* Update RELEASE.md

* Update version.py

* Update RELEASE.md
  • Loading branch information
dhruvesh09 authored Nov 5, 2020
1 parent be55084 commit 5a73ad8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 128 deletions.
72 changes: 0 additions & 72 deletions fairness_indicators/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->

# Current Version(Still in Development)

## Major Features and Improvements

## Bug fixes and other changes

## Breaking changes

## Deprecations

# Version 0.25.0

## Major Features and Improvements
Expand Down Expand Up @@ -46,63 +34,3 @@
## Deprecations
* N/A
# Version 0.24.0
## Major Features and Improvements
* Made the Fairness Indicators UI thresholds drop down list sorted.
## Bug fixes and other changes
* Fix in the issue where the Sort menu is not hidden when there is no model
comparison.
* Depends on `tensorflow-data-validation>=0.24,<0.25`.
* Depends on `tensorflow-model-analysis>=0.24,<0.25`.
## Breaking changes
* N/A
## Deprecations
* Deprecated Py3.5 support.
# Version 0.23.1
## Major Features and Improvements
* N/A
## Bug fixes and other changes
* Fix broken import path in Fairness_Indicators_Example_Colab and Fairness_Indicators_on_TF_Hub_Text_Embeddings.
## Breaking changes
* N/A
## Deprecations
* N/A
# Version 0.23.0
## Major Features and Improvements
* N/A
## Bug fixes and other changes
* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,<3`.
* Depends on `tensorflow-data-validation>=0.23,<0.24`.
* Depends on `tensorflow-model-analysis>=0.23,<0.24`.
## Breaking changes
* N/A
## Deprecations
* Deprecating Py2 support.
* Note: We plan to drop py3.5 support in the next release.
2 changes: 1 addition & 1 deletion fairness_indicators/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of Fairness Indicators."""

# Note that setup.py uses this version.
__version__ = '0.26.0.dev'
__version__ = '0.25.0'
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->

# Current Version(Still in Development)

## Major Features and Improvements

## Bug fixes and other changes

## Breaking changes

## Deprecations

# Version 0.25.0

## Major Features and Improvements
Expand Down Expand Up @@ -40,45 +28,3 @@
## Deprecations
* N/A
# Version 0.24.0
## Major Features and Improvements
* N/A
## Bug fixes and other changes
* Fix in the error message while rendering evaluation results in
TensorBoard plugin from evaluation output path provided in the URL.
* Depends on `tensorflow-model-analysis>=0.24,<0.25`.
## Breaking changes
* N/A
## Deprecations
* Deprecating Py3.5 support.
# Version 0.23.0
## Major Features and Improvements
* N/A
## Bug fixes and other changes
* Depends on `tensorboard>=2.3.0,<3`.
* Depends on `tensorflow>=2.3.0,<3`.
* Depends on `tensorflow-model-analysis>=0.23,<0.24`.
* Adding model comparison support in TensorBoard Plugin.
## Breaking changes
* N/A
## Deprecations
* Deprecating Py2 support.
* Note: We plan to drop py3.5 support in the next release.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""Contains the version string of Fairness Indicators Tensorboard Plugin."""

# Note that setup.py uses this version.
__version__ = '0.26.0.dev'
__version__ = '0.25.0'

0 comments on commit 5a73ad8

Please sign in to comment.