Skip to content

Commit 49918a1

Browse files
authored
Fairness Indicators & Fairness Indicators Tensorboard Plugin 0.29.0 Release (#238)
* Update RELEASE.md * Update RELEASE.md * Update version.py * Update version.py
1 parent 0040568 commit 49918a1

File tree

4 files changed

+2
-327
lines changed

4 files changed

+2
-327
lines changed

RELEASE.md

Lines changed: 0 additions & 182 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.29.0
142

153
## Major Features and Improvements
@@ -28,173 +16,3 @@
2816
## Deprecations
2917

3018
* N/A
31-
32-
# Version 0.28.0
33-
34-
## Major Features and Improvements
35-
36-
* In Fairness Indicators UI, sort metrics list to show common metrics first
37-
* For lift, support negative values in bar chart.
38-
* Adding two new metrics - Flip Count and Flip Rate to evaluate Counterfactual
39-
Fairness.
40-
* Add Lift metrics under addons/fairness.
41-
* Porting Lift metrics into FI UI.
42-
43-
## Bug Fixes and Other Changes
44-
45-
* Depends on `tensorflow-data-validation>=0.28,<0.29`.
46-
* Depends on `tensorflow-model-analysis>=0.28,<0.29`.
47-
48-
## Breaking Changes
49-
50-
* N/A
51-
52-
## Deprecations
53-
54-
* N/A
55-
56-
# Version 0.27.0
57-
58-
## Major Features and Improvements
59-
60-
* N/A
61-
62-
## Bug fixes and other changes
63-
64-
* Added test cases for DLVM testing.
65-
* Move the util files to a seperate folder.
66-
* Add `tensorflow-hub` as a dependency because it's used inside the
67-
example_model.py.
68-
* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,<3`.
69-
* Depends on `tensorflow-data-validation>=0.27,<0.28`.
70-
* Depends on `tensorflow-model-analysis>=0.27,<0.28`.
71-
72-
## Breaking changes
73-
74-
* N/A
75-
76-
## Deprecations
77-
78-
* N/A
79-
80-
# Version 0.26.0
81-
82-
## Major Features and Improvements
83-
84-
* Sorting fairness metrics table rows to keep slices in order with slice drop
85-
down in the UI.
86-
87-
## Bug fixes and other changes
88-
89-
* Update fairness_indicators.documentation.examples.util to TensorFlow 2.0.
90-
* Table now displays 3 decimal places instead of 2.
91-
* Fix the bug that metric list won't refresh if the input eval result changed.
92-
* Remove d3-tip dependency.
93-
* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.4.*,<3`.
94-
* Depends on `tensorflow-data-validation>=0.26,<0.27`.
95-
* Depends on `tensorflow-model-analysis>=0.26,<0.27`.
96-
97-
## Breaking changes
98-
99-
* N/A
100-
101-
## Deprecations
102-
103-
* N/A
104-
105-
# Version 0.25.0
106-
107-
## Major Features and Improvements
108-
109-
* Add workflow buttons to Fairness Indicators UI, providing tutorial on how to
110-
configure metrics and parameters, and how to interpret the results.
111-
* Add metric definitions as tooltips in the metric selector UI
112-
* Removing prefix from metric names in graph titles in UI.
113-
* From this release Fairness Indicators will also be hosting nightly packages
114-
on https://pypi-nightly.tensorflow.org. To install the nightly package use
115-
the following command:
116-
117-
```
118-
pip install -i https://pypi-nightly.tensorflow.org/simple fairness-indicators
119-
```
120-
121-
Note: These nightly packages are unstable and breakages are likely to
122-
happen. The fix could often take a week or more depending on the complexity
123-
involved for the wheels to be available on the PyPI cloud service. You can
124-
always use the stable version of Fairness Indicators available on PyPI by
125-
running the command `pip install fairness-indicators` .
126-
127-
## Bug fixes and other changes
128-
129-
* Update table colors.
130-
* Modify privacy note in Fairness Indicators UI.
131-
* Depends on `tensorflow-data-validation>=0.25,<0.26`.
132-
* Depends on `tensorflow-model-analysis>=0.25,<0.26`.
133-
134-
## Breaking changes
135-
136-
* N/A
137-
138-
## Deprecations
139-
140-
* N/A
141-
142-
# Version 0.24.0
143-
144-
## Major Features and Improvements
145-
146-
* Made the Fairness Indicators UI thresholds drop down list sorted.
147-
148-
## Bug fixes and other changes
149-
150-
* Fix in the issue where the Sort menu is not hidden when there is no model
151-
comparison.
152-
* Depends on `tensorflow-data-validation>=0.24,<0.25`.
153-
* Depends on `tensorflow-model-analysis>=0.24,<0.25`.
154-
155-
## Breaking changes
156-
157-
* N/A
158-
159-
## Deprecations
160-
161-
* Deprecated Py3.5 support.
162-
163-
# Version 0.23.1
164-
165-
## Major Features and Improvements
166-
167-
* N/A
168-
169-
## Bug fixes and other changes
170-
171-
* Fix broken import path in Fairness_Indicators_Example_Colab and Fairness_Indicators_on_TF_Hub_Text_Embeddings.
172-
173-
## Breaking changes
174-
175-
* N/A
176-
177-
## Deprecations
178-
179-
* N/A
180-
181-
# Version 0.23.0
182-
183-
## Major Features and Improvements
184-
185-
* N/A
186-
187-
## Bug fixes and other changes
188-
189-
* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,<3`.
190-
* Depends on `tensorflow-data-validation>=0.23,<0.24`.
191-
* Depends on `tensorflow-model-analysis>=0.23,<0.24`.
192-
193-
## Breaking changes
194-
195-
* N/A
196-
197-
## Deprecations
198-
199-
* Deprecating Py2 support.
200-
* Note: We plan to drop py3.5 support in the next release.

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.30.0.dev'
17+
__version__ = '0.29.0'
Lines changed: 0 additions & 143 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.29.0
142

153
## Major Features and Improvements
@@ -27,134 +15,3 @@
2715
## Deprecations
2816

2917
* N/A
30-
31-
# Version 0.28.0
32-
33-
## Major Features and Improvements
34-
35-
* N/A
36-
37-
## Bug Fixes and Other Changes
38-
39-
* Depends on `tensorflow-model-analysis>=0.28,<0.29`.
40-
41-
## Breaking Changes
42-
43-
* N/A
44-
45-
## Deprecations
46-
47-
* N/A
48-
49-
# Version 0.27.0
50-
51-
## Major Features and Improvements
52-
53-
* N/A
54-
55-
## Bug fixes and other changes
56-
57-
* Depends on `tensorboard>=2.4.0,<3`.
58-
* Depends on `tensorflow>=2.4.0,<3`.
59-
* Depends on `tensorflow-model-analysis>=0.27,<0.28`.
60-
61-
## Breaking changes
62-
63-
* N/A
64-
65-
## Deprecations
66-
67-
* N/A
68-
69-
# Version 0.26.0
70-
71-
## Major Features and Improvements
72-
73-
* N/A
74-
75-
## Bug fixes and other changes
76-
77-
* Depends on `tensorboard>=2.3.0,!=2.4.*,<3`.
78-
* Depends on `tensorflow>=2.3.0,!=2.4.*,<3`.
79-
* Depends on `tensorflow-model-analysis>=0.26,<0.27`.
80-
81-
## Breaking changes
82-
83-
* N/A
84-
85-
## Deprecations
86-
87-
* N/A
88-
89-
# Version 0.25.0
90-
91-
## Major Features and Improvements
92-
93-
* From this release Tensorboard Plugin will also be hosting nightly packages
94-
on https://pypi-nightly.tensorflow.org. To install the nightly package use
95-
the following command:
96-
97-
```
98-
pip install -i https://pypi-nightly.tensorflow.org/simple tensorboard-plugin-fairness-indicators
99-
```
100-
101-
Note: These nightly packages are unstable and breakages are likely to
102-
happen. The fix could often take a week or more depending on the complexity
103-
involved for the wheels to be available on the PyPI cloud service. You can
104-
always use the stable version of Tensorboard Plugin available on PyPI by
105-
running the command `pip install tensorboard-plugin-fairness-indicators` .
106-
107-
## Bug fixes and other changes
108-
109-
* Adding support for model comparison using dynamic URL in TensorBoard plugin.
110-
* Depends on `tensorflow-model-analysis>=0.25,<0.26`.
111-
112-
## Breaking changes
113-
114-
* N/A
115-
116-
## Deprecations
117-
118-
* N/A
119-
120-
# Version 0.24.0
121-
122-
## Major Features and Improvements
123-
124-
* N/A
125-
126-
## Bug fixes and other changes
127-
128-
* Fix in the error message while rendering evaluation results in
129-
TensorBoard plugin from evaluation output path provided in the URL.
130-
* Depends on `tensorflow-model-analysis>=0.24,<0.25`.
131-
132-
## Breaking changes
133-
134-
* N/A
135-
136-
## Deprecations
137-
138-
* Deprecating Py3.5 support.
139-
140-
# Version 0.23.0
141-
142-
## Major Features and Improvements
143-
144-
* N/A
145-
146-
## Bug fixes and other changes
147-
148-
* Depends on `tensorboard>=2.3.0,<3`.
149-
* Depends on `tensorflow>=2.3.0,<3`.
150-
* Depends on `tensorflow-model-analysis>=0.23,<0.24`.
151-
* Adding model comparison support in TensorBoard Plugin.
152-
153-
## Breaking changes
154-
155-
* N/A
156-
157-
## Deprecations
158-
159-
* Deprecating Py2 support.
160-
* 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.30.0.dev'
18+
__version__ = '0.29.0'

0 commit comments

Comments
 (0)