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