Skip to content

Commit e49bb07

Browse files
authored
Update RELEASE.md and version.pyfor 0.38.0 Release (#284)
1 parent 74662ea commit e49bb07

File tree

4 files changed

+4
-605
lines changed

4 files changed

+4
-605
lines changed

RELEASE.md

Lines changed: 1 addition & 324 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.38.0
142

153
## Major Features and Improvements
@@ -28,315 +16,4 @@
2816

2917
## Deprecations
3018

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

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.39.0.dev'
17+
__version__ = '0.38.0'

0 commit comments

Comments
 (0)