Skip to content

Commit c137148

Browse files
authored
Merge pull request #141 from dhruvesh09/r0.24.0
R0.24.0
2 parents 25dde73 + 039ce9f commit c137148

File tree

4 files changed

+2
-84
lines changed

4 files changed

+2
-84
lines changed

fairness_indicators/RELEASE.md

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
2-
3-
# Current Version(Still in Development)
4-
5-
## Major Features and Improvements
6-
7-
## Breaking changes
8-
9-
## Deprecations
10-
111
# Version 0.24.0
122

133
## Major Features and Improvements
@@ -28,42 +18,3 @@
2818
## Deprecations
2919

3020
* Deprecated Py3.5 support.
31-
32-
# Version 0.23.1
33-
34-
## Major Features and Improvements
35-
36-
* N/A
37-
38-
## Bug fixes and other changes
39-
40-
* Fix broken import path in Fairness_Indicators_Example_Colab and Fairness_Indicators_on_TF_Hub_Text_Embeddings.
41-
42-
## Breaking changes
43-
44-
* N/A
45-
46-
## Deprecations
47-
48-
* N/A
49-
50-
# Version 0.23.0
51-
52-
## Major Features and Improvements
53-
54-
* N/A
55-
56-
## Bug fixes and other changes
57-
58-
* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,<3`.
59-
* Depends on `tensorflow-data-validation>=0.23,<0.24`.
60-
* Depends on `tensorflow-model-analysis>=0.23,<0.24`.
61-
62-
## Breaking changes
63-
64-
* N/A
65-
66-
## Deprecations
67-
68-
* Deprecating Py2 support.
69-
* 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.25.0.dev'
17+
__version__ = '0.24.0'
Lines changed: 0 additions & 33 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.24.0
142

153
## Major Features and Improvements
@@ -29,24 +17,3 @@
2917
## Deprecations
3018

3119
* Deprecating Py3.5 support.
32-
33-
# Version 0.23.0
34-
35-
## Major Features and Improvements
36-
37-
* N/A
38-
39-
## Bug fixes and other changes
40-
41-
* Depends on `tensorboard>=2.3.0,<3`.
42-
* Depends on `tensorflow>=2.3.0,<3`.
43-
* Depends on `tensorflow-model-analysis>=0.23,<0.24`.
44-
45-
## Breaking changes
46-
47-
* N/A
48-
49-
## Deprecations
50-
51-
* Deprecating Py2 support.
52-
* Note: We plan to drop py3.5 support in the next release.

tensorboard_plugin/tensorboard_plugin_fairness_indicators/version.py

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

1717
# Note that setup.py uses this version.
18-
__version__ = '0.25.0.dev'
18+
__version__ = '0.24.0'

0 commit comments

Comments
 (0)