Skip to content

Commit 64ad6ca

Browse files
authored
Update RELEASE.md and version.py for 0.39.0 Release (#306)
1 parent 038c976 commit 64ad6ca

File tree

4 files changed

+2
-643
lines changed

4 files changed

+2
-643
lines changed

RELEASE.md

Lines changed: 0 additions & 343 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.39.0
142

153
## Major Features and Improvements
@@ -31,334 +19,3 @@
3119
## Deprecations
3220

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

0 commit comments

Comments
 (0)