|
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.28.0 |
14 | 2 |
|
15 | 3 | ## Major Features and Improvements |
|
31 | 19 | ## Deprecations |
32 | 20 |
|
33 | 21 | * N/A |
34 | | - |
35 | | -# Version 0.27.0 |
36 | | - |
37 | | -## Major Features and Improvements |
38 | | - |
39 | | -* N/A |
40 | | - |
41 | | -## Bug fixes and other changes |
42 | | - |
43 | | -* Added test cases for DLVM testing. |
44 | | -* Move the util files to a seperate folder. |
45 | | -* Add `tensorflow-hub` as a dependency because it's used inside the |
46 | | - example_model.py. |
47 | | -* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,<3`. |
48 | | -* Depends on `tensorflow-data-validation>=0.27,<0.28`. |
49 | | -* Depends on `tensorflow-model-analysis>=0.27,<0.28`. |
50 | | - |
51 | | -## Breaking changes |
52 | | - |
53 | | -* N/A |
54 | | - |
55 | | -## Deprecations |
56 | | - |
57 | | -* N/A |
58 | | - |
59 | | -# Version 0.26.0 |
60 | | - |
61 | | -## Major Features and Improvements |
62 | | - |
63 | | -* Sorting fairness metrics table rows to keep slices in order with slice drop |
64 | | - down in the UI. |
65 | | - |
66 | | -## Bug fixes and other changes |
67 | | - |
68 | | -* Update fairness_indicators.documentation.examples.util to TensorFlow 2.0. |
69 | | -* Table now displays 3 decimal places instead of 2. |
70 | | -* Fix the bug that metric list won't refresh if the input eval result changed. |
71 | | -* Remove d3-tip dependency. |
72 | | -* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.4.*,<3`. |
73 | | -* Depends on `tensorflow-data-validation>=0.26,<0.27`. |
74 | | -* Depends on `tensorflow-model-analysis>=0.26,<0.27`. |
75 | | - |
76 | | -## Breaking changes |
77 | | - |
78 | | -* N/A |
79 | | - |
80 | | -## Deprecations |
81 | | - |
82 | | -* N/A |
83 | | - |
84 | | -# Version 0.25.0 |
85 | | - |
86 | | -## Major Features and Improvements |
87 | | - |
88 | | -* Add workflow buttons to Fairness Indicators UI, providing tutorial on how to |
89 | | - configure metrics and parameters, and how to interpret the results. |
90 | | -* Add metric definitions as tooltips in the metric selector UI |
91 | | -* Removing prefix from metric names in graph titles in UI. |
92 | | -* From this release Fairness Indicators will also be hosting nightly packages |
93 | | - on https://pypi-nightly.tensorflow.org. To install the nightly package use |
94 | | - the following command: |
95 | | - |
96 | | - ``` |
97 | | - pip install -i https://pypi-nightly.tensorflow.org/simple fairness-indicators |
98 | | - ``` |
99 | | -
|
100 | | - Note: These nightly packages are unstable and breakages are likely to |
101 | | - happen. The fix could often take a week or more depending on the complexity |
102 | | - involved for the wheels to be available on the PyPI cloud service. You can |
103 | | - always use the stable version of Fairness Indicators available on PyPI by |
104 | | - running the command `pip install fairness-indicators` . |
105 | | -
|
106 | | -## Bug fixes and other changes |
107 | | -
|
108 | | -* Update table colors. |
109 | | -* Modify privacy note in Fairness Indicators UI. |
110 | | -* Depends on `tensorflow-data-validation>=0.25,<0.26`. |
111 | | -* Depends on `tensorflow-model-analysis>=0.25,<0.26`. |
112 | | -
|
113 | | -## Breaking changes |
114 | | -
|
115 | | -* N/A |
116 | | -
|
117 | | -## Deprecations |
118 | | -
|
119 | | -* N/A |
120 | | -
|
121 | | -# Version 0.24.0 |
122 | | -
|
123 | | -## Major Features and Improvements |
124 | | -
|
125 | | -* Made the Fairness Indicators UI thresholds drop down list sorted. |
126 | | -
|
127 | | -## Bug fixes and other changes |
128 | | -
|
129 | | -* Fix in the issue where the Sort menu is not hidden when there is no model |
130 | | - comparison. |
131 | | -* Depends on `tensorflow-data-validation>=0.24,<0.25`. |
132 | | -* Depends on `tensorflow-model-analysis>=0.24,<0.25`. |
133 | | -
|
134 | | -## Breaking changes |
135 | | -
|
136 | | -* N/A |
137 | | -
|
138 | | -## Deprecations |
139 | | -
|
140 | | -* Deprecated Py3.5 support. |
141 | | -
|
142 | | -# Version 0.23.1 |
143 | | -
|
144 | | -## Major Features and Improvements |
145 | | -
|
146 | | -* N/A |
147 | | -
|
148 | | -## Bug fixes and other changes |
149 | | -
|
150 | | -* Fix broken import path in Fairness_Indicators_Example_Colab and Fairness_Indicators_on_TF_Hub_Text_Embeddings. |
151 | | -
|
152 | | -## Breaking changes |
153 | | -
|
154 | | -* N/A |
155 | | -
|
156 | | -## Deprecations |
157 | | -
|
158 | | -* N/A |
159 | | -
|
160 | | -# Version 0.23.0 |
161 | | -
|
162 | | -## Major Features and Improvements |
163 | | -
|
164 | | -* N/A |
165 | | -
|
166 | | -## Bug fixes and other changes |
167 | | -
|
168 | | -* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,<3`. |
169 | | -* Depends on `tensorflow-data-validation>=0.23,<0.24`. |
170 | | -* Depends on `tensorflow-model-analysis>=0.23,<0.24`. |
171 | | -
|
172 | | -## Breaking changes |
173 | | -
|
174 | | -* N/A |
175 | | -
|
176 | | -## Deprecations |
177 | | -
|
178 | | -* Deprecating Py2 support. |
179 | | -* Note: We plan to drop py3.5 support in the next release. |
0 commit comments