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