Skip to content

Commit b80cbad

Browse files
authored
Fairness Indicators and Fairness Indicators Tensorboard Plugin 0.34.0 Release (#269)
* Update RELEASE.md * Update RELEASE.md * Update version.py * Update version.py
1 parent 3994a17 commit b80cbad

File tree

4 files changed

+2
-447
lines changed

4 files changed

+2
-447
lines changed

RELEASE.md

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

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

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

0 commit comments

Comments
 (0)