Skip to content

Commit 870d558

Browse files
Merge pull request #277 from jay90099/r0.35.0
Update version.py and RELEASE.md for 0.35.0 Release
2 parents 2748683 + 0532ae4 commit 870d558

File tree

4 files changed

+2
-486
lines changed

4 files changed

+2
-486
lines changed

RELEASE.md

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

153
## Major Features and Improvements
@@ -28,254 +16,3 @@
2816
## Deprecations
2917

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

0 commit comments

Comments
 (0)