Skip to content

Commit 03c5d69

Browse files
vkarampudiResponsible ML Infra Team
authored andcommitted
Fairness Indicators and Tensorboard Plugin 0.48.0 Release
PiperOrigin-RevId: 775811641
1 parent 942b672 commit 03c5d69

File tree

11 files changed

+247
-205
lines changed

11 files changed

+247
-205
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ other *untested* combinations may also work.
8585

8686
|fairness-indicators | tensorflow | tensorflow-data-validation | tensorflow-model-analysis |
8787
|-------------------------------------------------------------------------------------------|--------------------|----------------------------|---------------------------|
88-
|[GitHub master](https://github.com/tensorflow/fairness-indicators/blob/master/RELEASE.md) | nightly (1.x/2.x) | 1.16.1 | 0.47.1 |
88+
|[GitHub master](https://github.com/tensorflow/fairness-indicators/blob/master/RELEASE.md) | nightly (1.x/2.x) | 1.17.0 | 0.48.0 |
89+
|[v0.48.0](https://github.com/tensorflow/fairness-indicators/blob/v0.48.0/RELEASE.md) | 2.17 | 1.17.0 | 0.48.0 |
8990
|[v0.47.0](https://github.com/tensorflow/fairness-indicators/blob/v0.47.0/RELEASE.md) | 2.16 | 1.16.1 | 0.47.1 |
9091
|[v0.46.0](https://github.com/tensorflow/fairness-indicators/blob/v0.44.0/RELEASE.md) | 2.15 | 1.15.1 | 0.46.0 |
9192
|[v0.44.0](https://github.com/tensorflow/fairness-indicators/blob/v0.44.0/RELEASE.md) | 2.12 | 1.13.0 | 0.44.0 |

RELEASE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,27 @@
1010

1111
## Deprecations
1212

13+
# Version 0.48.0
14+
15+
## Major Features and Improvements
16+
17+
* N/A
18+
19+
## Bug Fixes and Other Changes
20+
21+
* Depends on `tensorflow>=2.17,<2.18`.
22+
* Depends on `tensorflow-data-validation>=1.17.0,<1.18.0`.
23+
* Depends on `tensorflow-model-analysis>=0.48,<0.49`.
24+
* Depends on `protobuf>=4.21.6,<6.0.0`.
25+
26+
## Breaking Changes
27+
28+
* N/A
29+
30+
## Deprecations
31+
32+
* N/A
33+
1334
# Version 0.47.0
1435

1536
## Major Features and Improvements

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.48.0.dev'
17+
__version__ = '0.49.0.dev'

0 commit comments

Comments
 (0)