|
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.29.0 |
14 | 2 |
|
15 | 3 | ## Major Features and Improvements |
|
28 | 16 | ## Deprecations |
29 | 17 |
|
30 | 18 | * N/A |
31 | | - |
32 | | -# Version 0.28.0 |
33 | | - |
34 | | -## Major Features and Improvements |
35 | | - |
36 | | -* In Fairness Indicators UI, sort metrics list to show common metrics first |
37 | | -* For lift, support negative values in bar chart. |
38 | | -* Adding two new metrics - Flip Count and Flip Rate to evaluate Counterfactual |
39 | | - Fairness. |
40 | | -* Add Lift metrics under addons/fairness. |
41 | | -* Porting Lift metrics into FI UI. |
42 | | - |
43 | | -## Bug Fixes and Other Changes |
44 | | - |
45 | | -* Depends on `tensorflow-data-validation>=0.28,<0.29`. |
46 | | -* Depends on `tensorflow-model-analysis>=0.28,<0.29`. |
47 | | - |
48 | | -## Breaking Changes |
49 | | - |
50 | | -* N/A |
51 | | - |
52 | | -## Deprecations |
53 | | - |
54 | | -* N/A |
55 | | - |
56 | | -# Version 0.27.0 |
57 | | - |
58 | | -## Major Features and Improvements |
59 | | - |
60 | | -* N/A |
61 | | - |
62 | | -## Bug fixes and other changes |
63 | | - |
64 | | -* Added test cases for DLVM testing. |
65 | | -* Move the util files to a seperate folder. |
66 | | -* Add `tensorflow-hub` as a dependency because it's used inside the |
67 | | - example_model.py. |
68 | | -* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,<3`. |
69 | | -* Depends on `tensorflow-data-validation>=0.27,<0.28`. |
70 | | -* Depends on `tensorflow-model-analysis>=0.27,<0.28`. |
71 | | - |
72 | | -## Breaking changes |
73 | | - |
74 | | -* N/A |
75 | | - |
76 | | -## Deprecations |
77 | | - |
78 | | -* N/A |
79 | | - |
80 | | -# Version 0.26.0 |
81 | | - |
82 | | -## Major Features and Improvements |
83 | | - |
84 | | -* Sorting fairness metrics table rows to keep slices in order with slice drop |
85 | | - down in the UI. |
86 | | - |
87 | | -## Bug fixes and other changes |
88 | | - |
89 | | -* Update fairness_indicators.documentation.examples.util to TensorFlow 2.0. |
90 | | -* Table now displays 3 decimal places instead of 2. |
91 | | -* Fix the bug that metric list won't refresh if the input eval result changed. |
92 | | -* Remove d3-tip dependency. |
93 | | -* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.4.*,<3`. |
94 | | -* Depends on `tensorflow-data-validation>=0.26,<0.27`. |
95 | | -* Depends on `tensorflow-model-analysis>=0.26,<0.27`. |
96 | | - |
97 | | -## Breaking changes |
98 | | - |
99 | | -* N/A |
100 | | - |
101 | | -## Deprecations |
102 | | - |
103 | | -* N/A |
104 | | - |
105 | | -# Version 0.25.0 |
106 | | - |
107 | | -## Major Features and Improvements |
108 | | - |
109 | | -* Add workflow buttons to Fairness Indicators UI, providing tutorial on how to |
110 | | - configure metrics and parameters, and how to interpret the results. |
111 | | -* Add metric definitions as tooltips in the metric selector UI |
112 | | -* Removing prefix from metric names in graph titles in UI. |
113 | | -* From this release Fairness Indicators 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 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 Fairness Indicators available on PyPI by |
125 | | - running the command `pip install fairness-indicators` . |
126 | | -
|
127 | | -## Bug fixes and other changes |
128 | | -
|
129 | | -* Update table colors. |
130 | | -* Modify privacy note in Fairness Indicators UI. |
131 | | -* Depends on `tensorflow-data-validation>=0.25,<0.26`. |
132 | | -* Depends on `tensorflow-model-analysis>=0.25,<0.26`. |
133 | | -
|
134 | | -## Breaking changes |
135 | | -
|
136 | | -* N/A |
137 | | -
|
138 | | -## Deprecations |
139 | | -
|
140 | | -* N/A |
141 | | -
|
142 | | -# Version 0.24.0 |
143 | | -
|
144 | | -## Major Features and Improvements |
145 | | -
|
146 | | -* Made the Fairness Indicators UI thresholds drop down list sorted. |
147 | | -
|
148 | | -## Bug fixes and other changes |
149 | | -
|
150 | | -* Fix in the issue where the Sort menu is not hidden when there is no model |
151 | | - comparison. |
152 | | -* Depends on `tensorflow-data-validation>=0.24,<0.25`. |
153 | | -* Depends on `tensorflow-model-analysis>=0.24,<0.25`. |
154 | | -
|
155 | | -## Breaking changes |
156 | | -
|
157 | | -* N/A |
158 | | -
|
159 | | -## Deprecations |
160 | | -
|
161 | | -* Deprecated Py3.5 support. |
162 | | -
|
163 | | -# Version 0.23.1 |
164 | | -
|
165 | | -## Major Features and Improvements |
166 | | -
|
167 | | -* N/A |
168 | | -
|
169 | | -## Bug fixes and other changes |
170 | | -
|
171 | | -* Fix broken import path in Fairness_Indicators_Example_Colab and Fairness_Indicators_on_TF_Hub_Text_Embeddings. |
172 | | -
|
173 | | -## Breaking changes |
174 | | -
|
175 | | -* N/A |
176 | | -
|
177 | | -## Deprecations |
178 | | -
|
179 | | -* N/A |
180 | | -
|
181 | | -# Version 0.23.0 |
182 | | -
|
183 | | -## Major Features and Improvements |
184 | | -
|
185 | | -* N/A |
186 | | -
|
187 | | -## Bug fixes and other changes |
188 | | -
|
189 | | -* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,<3`. |
190 | | -* Depends on `tensorflow-data-validation>=0.23,<0.24`. |
191 | | -* Depends on `tensorflow-model-analysis>=0.23,<0.24`. |
192 | | -
|
193 | | -## Breaking changes |
194 | | -
|
195 | | -* N/A |
196 | | -
|
197 | | -## Deprecations |
198 | | -
|
199 | | -* Deprecating Py2 support. |
200 | | -* Note: We plan to drop py3.5 support in the next release. |
0 commit comments