Skip to content

Commit ec124f8

Browse files
authored
Fairness Indicators & Fairness Indicators Tensorboard Plugin 0.30.0 Release (#254)
* Update RELEASE.md * Update version.py * Update RELEASE.md * Update version.py
1 parent 9039c8e commit ec124f8

File tree

4 files changed

+2
-364
lines changed

4 files changed

+2
-364
lines changed

RELEASE.md

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

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

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

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

3119
* N/A
32-
33-
# Version 0.29.0
34-
35-
## Major Features and Improvements
36-
37-
* N/A
38-
39-
## Bug Fixes and Other Changes
40-
41-
* Depends on `tensorflow-model-analysis>=0.29,<0.30`.
42-
43-
## Breaking Changes
44-
45-
* N/A
46-
47-
## Deprecations
48-
49-
* N/A
50-
51-
# Version 0.28.0
52-
53-
## Major Features and Improvements
54-
55-
* N/A
56-
57-
## Bug Fixes and Other Changes
58-
59-
* Depends on `tensorflow-model-analysis>=0.28,<0.29`.
60-
61-
## Breaking Changes
62-
63-
* N/A
64-
65-
## Deprecations
66-
67-
* N/A
68-
69-
# Version 0.27.0
70-
71-
## Major Features and Improvements
72-
73-
* N/A
74-
75-
## Bug fixes and other changes
76-
77-
* Depends on `tensorboard>=2.4.0,<3`.
78-
* Depends on `tensorflow>=2.4.0,<3`.
79-
* Depends on `tensorflow-model-analysis>=0.27,<0.28`.
80-
81-
## Breaking changes
82-
83-
* N/A
84-
85-
## Deprecations
86-
87-
* N/A
88-
89-
# Version 0.26.0
90-
91-
## Major Features and Improvements
92-
93-
* N/A
94-
95-
## Bug fixes and other changes
96-
97-
* Depends on `tensorboard>=2.3.0,!=2.4.*,<3`.
98-
* Depends on `tensorflow>=2.3.0,!=2.4.*,<3`.
99-
* Depends on `tensorflow-model-analysis>=0.26,<0.27`.
100-
101-
## Breaking changes
102-
103-
* N/A
104-
105-
## Deprecations
106-
107-
* N/A
108-
109-
# Version 0.25.0
110-
111-
## Major Features and Improvements
112-
113-
* From this release Tensorboard Plugin 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 tensorboard-plugin-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 Tensorboard Plugin available on PyPI by
125-
running the command `pip install tensorboard-plugin-fairness-indicators` .
126-
127-
## Bug fixes and other changes
128-
129-
* Adding support for model comparison using dynamic URL in TensorBoard plugin.
130-
* Depends on `tensorflow-model-analysis>=0.25,<0.26`.
131-
132-
## Breaking changes
133-
134-
* N/A
135-
136-
## Deprecations
137-
138-
* N/A
139-
140-
# Version 0.24.0
141-
142-
## Major Features and Improvements
143-
144-
* N/A
145-
146-
## Bug fixes and other changes
147-
148-
* Fix in the error message while rendering evaluation results in
149-
TensorBoard plugin from evaluation output path provided in the URL.
150-
* Depends on `tensorflow-model-analysis>=0.24,<0.25`.
151-
152-
## Breaking changes
153-
154-
* N/A
155-
156-
## Deprecations
157-
158-
* Deprecating Py3.5 support.
159-
160-
# Version 0.23.0
161-
162-
## Major Features and Improvements
163-
164-
* N/A
165-
166-
## Bug fixes and other changes
167-
168-
* Depends on `tensorboard>=2.3.0,<3`.
169-
* Depends on `tensorflow>=2.3.0,<3`.
170-
* Depends on `tensorflow-model-analysis>=0.23,<0.24`.
171-
* Adding model comparison support in TensorBoard Plugin.
172-
173-
## Breaking changes
174-
175-
* N/A
176-
177-
## Deprecations
178-
179-
* Deprecating Py2 support.
180-
* 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.31.0.dev'
18+
__version__ = '0.30.0'

0 commit comments

Comments
 (0)