Skip to content

Commit a5e0915

Browse files
authored
Update RELEASE.md and version.pyfor 0.37.0 Release (#282)
1 parent c51cfbb commit a5e0915

File tree

4 files changed

+2
-564
lines changed

4 files changed

+2
-564
lines changed

RELEASE.md

Lines changed: 0 additions & 302 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
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-
131
# Version 0.37.0
142

153
## Major Features and Improvements
@@ -30,293 +18,3 @@
3018
## Deprecations
3119

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

fairness_indicators/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of Fairness Indicators."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '0.38.0.dev'
17+
__version__ = '0.37.0'

0 commit comments

Comments
 (0)