|
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.30.0 |
14 | 2 |
|
15 | 3 | ## Major Features and Improvements |
|
29 | 17 | ## Deprecations |
30 | 18 |
|
31 | 19 | * 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. |
0 commit comments