Skip to content

Commit 91eca62

Browse files
authored
Fairness Indicators and Tensorboard Plugin 0.26.0 Release
* Update RELEASE.md * Update version.py * Update RELEASE.md * Update version.py
1 parent dbab14d commit 91eca62

File tree

4 files changed

+4
-194
lines changed

4 files changed

+4
-194
lines changed

RELEASE.md

Lines changed: 2 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
2-
3-
# Current Version(Still in Development)
4-
5-
## Major Features and Improvements
6-
7-
## Bug fixes and other changes
8-
9-
## Breaking changes
10-
11-
## Deprecations
12-
131
# Version 0.26.0
142

153
## Major Features and Improvements
@@ -29,101 +17,8 @@
2917

3018
## Breaking changes
3119

32-
## Deprecations
33-
34-
# Version 0.25.0
35-
36-
## Major Features and Improvements
37-
38-
* Add workflow buttons to Fairness Indicators UI, providing tutorial on how to
39-
configure metrics and parameters, and how to interpret the results.
40-
* Add metric definitions as tooltips in the metric selector UI
41-
* Removing prefix from metric names in graph titles in UI.
42-
* From this release Fairness Indicators will also be hosting nightly packages
43-
on https://pypi-nightly.tensorflow.org. To install the nightly package use
44-
the following command:
45-
46-
```
47-
pip install -i https://pypi-nightly.tensorflow.org/simple fairness-indicators
48-
```
49-
50-
Note: These nightly packages are unstable and breakages are likely to
51-
happen. The fix could often take a week or more depending on the complexity
52-
involved for the wheels to be available on the PyPI cloud service. You can
53-
always use the stable version of Fairness Indicators available on PyPI by
54-
running the command `pip install fairness-indicators` .
55-
56-
## Bug fixes and other changes
57-
58-
* Update table colors.
59-
* Modify privacy note in Fairness Indicators UI.
60-
* Depends on `tensorflow-data-validation>=0.25,<0.26`.
61-
* Depends on `tensorflow-model-analysis>=0.25,<0.26`.
62-
63-
## Breaking changes
64-
65-
* N/A
66-
67-
## Deprecations
68-
69-
* N/A
70-
71-
# Version 0.24.0
72-
73-
## Major Features and Improvements
74-
75-
* Made the Fairness Indicators UI thresholds drop down list sorted.
76-
77-
## Bug fixes and other changes
78-
79-
* Fix in the issue where the Sort menu is not hidden when there is no model
80-
comparison.
81-
* Depends on `tensorflow-data-validation>=0.24,<0.25`.
82-
* Depends on `tensorflow-model-analysis>=0.24,<0.25`.
83-
84-
## Breaking changes
85-
86-
* N/A
87-
88-
## Deprecations
89-
90-
* Deprecated Py3.5 support.
91-
92-
# Version 0.23.1
93-
94-
## Major Features and Improvements
95-
96-
* N/A
97-
98-
## Bug fixes and other changes
99-
100-
* Fix broken import path in Fairness_Indicators_Example_Colab and Fairness_Indicators_on_TF_Hub_Text_Embeddings.
101-
102-
## Breaking changes
103-
104-
* N/A
105-
106-
## Deprecations
107-
108-
* N/A
109-
110-
# Version 0.23.0
111-
112-
## Major Features and Improvements
113-
114-
* N/A
115-
116-
## Bug fixes and other changes
117-
118-
* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,<3`.
119-
* Depends on `tensorflow-data-validation>=0.23,<0.24`.
120-
* Depends on `tensorflow-model-analysis>=0.23,<0.24`.
121-
122-
## Breaking changes
123-
124-
* N/A
20+
* N/A
12521

12622
## Deprecations
12723

128-
* Deprecating Py2 support.
129-
* Note: We plan to drop py3.5 support in the next release.
24+
* N/A

fairness_indicators/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of Fairness Indicators."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '0.27.0.dev'
17+
__version__ = '0.26.0'
Lines changed: 0 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
2-
3-
# Current Version(Still in Development)
4-
5-
## Major Features and Improvements
6-
7-
## Bug fixes and other changes
8-
9-
## Breaking changes
10-
11-
## Deprecations
12-
131
# Version 0.26.0
142

153
## Major Features and Improvements
@@ -29,76 +17,3 @@
2917
## Deprecations
3018

3119
* N/A
32-
33-
# Version 0.25.0
34-
35-
## Major Features and Improvements
36-
37-
* From this release Tensorboard Plugin will also be hosting nightly packages
38-
on https://pypi-nightly.tensorflow.org. To install the nightly package use
39-
the following command:
40-
41-
```
42-
pip install -i https://pypi-nightly.tensorflow.org/simple tensorboard-plugin-fairness-indicators
43-
```
44-
45-
Note: These nightly packages are unstable and breakages are likely to
46-
happen. The fix could often take a week or more depending on the complexity
47-
involved for the wheels to be available on the PyPI cloud service. You can
48-
always use the stable version of Tensorboard Plugin available on PyPI by
49-
running the command `pip install tensorboard-plugin-fairness-indicators` .
50-
51-
## Bug fixes and other changes
52-
53-
* Adding support for model comparison using dynamic URL in TensorBoard plugin.
54-
* Depends on `tensorflow-model-analysis>=0.25,<0.26`.
55-
56-
## Breaking changes
57-
58-
* N/A
59-
60-
## Deprecations
61-
62-
* N/A
63-
64-
# Version 0.24.0
65-
66-
## Major Features and Improvements
67-
68-
* N/A
69-
70-
## Bug fixes and other changes
71-
72-
* Fix in the error message while rendering evaluation results in
73-
TensorBoard plugin from evaluation output path provided in the URL.
74-
* Depends on `tensorflow-model-analysis>=0.24,<0.25`.
75-
76-
## Breaking changes
77-
78-
* N/A
79-
80-
## Deprecations
81-
82-
* Deprecating Py3.5 support.
83-
84-
# Version 0.23.0
85-
86-
## Major Features and Improvements
87-
88-
* N/A
89-
90-
## Bug fixes and other changes
91-
92-
* Depends on `tensorboard>=2.3.0,<3`.
93-
* Depends on `tensorflow>=2.3.0,<3`.
94-
* Depends on `tensorflow-model-analysis>=0.23,<0.24`.
95-
* Adding model comparison support in TensorBoard Plugin.
96-
97-
## Breaking changes
98-
99-
* N/A
100-
101-
## Deprecations
102-
103-
* Deprecating Py2 support.
104-
* Note: We plan to drop py3.5 support in the next release.

tensorboard_plugin/tensorboard_plugin_fairness_indicators/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"""Contains the version string of Fairness Indicators Tensorboard Plugin."""
1616

1717
# Note that setup.py uses this version.
18-
__version__ = '0.27.0.dev'
18+
__version__ = '0.26.0'

0 commit comments

Comments
 (0)