Skip to content

Commit 0040568

Browse files
Fairness Indicators & Fairness Indicators Tensorboard Plugin 0.29.0 Release
PiperOrigin-RevId: 367512557
1 parent fcb8911 commit 0040568

12 files changed

Lines changed: 62 additions & 23 deletions

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) | 0.28.0 | 0.28.0 |
88+
|[GitHub master](https://github.com/tensorflow/fairness-indicators/blob/master/RELEASE.md) | nightly (1.x/2.x) | 0.29.0 | 0.29.0 |
89+
|[v0.29.0](https://github.com/tensorflow/fairness-indicators/blob/v0.29.0/RELEASE.md) | 1.15.2 / 2.4 | 0.29.0 | 0.29.0 |
8990
|[v0.28.0](https://github.com/tensorflow/fairness-indicators/blob/v0.28.0/RELEASE.md) | 1.15.2 / 2.4 | 0.28.0 | 0.28.0 |
9091
|[v0.27.0](https://github.com/tensorflow/fairness-indicators/blob/v0.27.0/RELEASE.md) | 1.15.2 / 2.4 | 0.27.0 | 0.27.0 |
9192
|[v0.26.0](https://github.com/tensorflow/fairness-indicators/blob/v0.26.0/RELEASE.md) | 1.15.2 / 2.3 | 0.26.0 | 0.26.0 |

RELEASE.md

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

1111
## Deprecations
1212

13+
# Version 0.29.0
14+
15+
## Major Features and Improvements
16+
17+
* N/A
18+
19+
## Bug Fixes and Other Changes
20+
21+
* Depends on `tensorflow-data-validation>=0.29,<0.30`.
22+
* Depends on `tensorflow-model-analysis>=0.29,<0.30`.
23+
24+
## Breaking Changes
25+
26+
* N/A
27+
28+
## Deprecations
29+
30+
* N/A
31+
1332
# Version 0.28.0
1433

1534
## 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.29.0.dev'
17+
__version__ = '0.30.0.dev'

g3doc/tutorials/Fairness_Indicators_Lineage_Case_Study.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,14 @@
142142
"\n",
143143
"!python -m pip install -q -U \\\n",
144144
" tensorflow==2.4.1 \\\n",
145-
" tfx==0.28.0 \\\n",
146-
" tensorflow-model-analysis==0.28.0 \\\n",
147-
" tensorflow_data_validation==0.28.0 \\\n",
148-
" tensorflow-metadata==0.28.0 \\\n",
149-
" tensorflow-transform==0.28.0 \\\n",
150-
" ml-metadata==0.28.0 \\\n",
151-
" tfx-bsl==0.28.1 \\\n",
152-
" absl-py==0.9\n",
145+
" tfx==0.29.0 \\\n",
146+
" tensorflow-model-analysis==0.29.0 \\\n",
147+
" tensorflow_data_validation==0.29.0 \\\n",
148+
" tensorflow-metadata==0.29.0 \\\n",
149+
" tensorflow-transform==0.29.0 \\\n",
150+
" ml-metadata==0.29.0 \\\n",
151+
" tfx-bsl==0.29.0 \\\n",
152+
" absl-py==0.12.0\n",
153153
"\n",
154154
" # If prompted, please restart the Colab environment after the pip installs\n",
155155
" # as you might run into import errors."

g3doc/tutorials/Fairness_Indicators_Pandas_Case_Study.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@
9494
"!pip install -q -U pip==20.2\n",
9595
"\n",
9696
"!pip install -q -U \\\n",
97-
" tensorflow-model-analysis==0.28.0 \\\n",
98-
" tensorflow-data-validation==0.28.0 \\\n",
99-
" tfx-bsl==0.28.1"
97+
" tensorflow-model-analysis==0.29.0 \\\n",
98+
" tensorflow-data-validation==0.29.0 \\\n",
99+
" tfx-bsl==0.29.0"
100100
]
101101
},
102102
{

g3doc/tutorials/Fairness_Indicators_TFCO_CelebA_Case_Study.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"!pip install git+https://github.com/google-research/tensorflow_constrained_optimization\n",
105105
"!pip install -q tensorflow-datasets tensorflow\n",
106106
"!pip install fairness-indicators \\\n",
107-
" \"absl-py==0.8.0\" \\\n",
107+
" \"absl-py==0.12.0\" \\\n",
108108
" \"apache-beam\u003c3,\u003e=2.28\" \\\n",
109109
" \"avro-python3==1.9.1\" \\\n",
110110
" \"pyzmq==17.0.0\"\n"

g3doc/tutorials/Fairness_Indicators_on_TF_Hub_Text_Embeddings.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"!pip install -q -U pip==20.2\n",
9797
"\n",
9898
"!pip install fairness-indicators \\\n",
99-
" \"absl-py==0.8.0\" \\\n",
99+
" \"absl-py==0.12.0\" \\\n",
100100
" \"pyarrow==2.0.0\" \\\n",
101101
" \"apache-beam==2.28.0\" \\\n",
102102
" \"avro-python3==1.9.1\""

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ def select_constraint(default, nightly=None, git_master=None):
3636
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,<3',
3737
'tensorflow-hub>=0.8.0,<1.0.0',
3838
'tensorflow-data-validation' + select_constraint(
39-
default='>=0.28,<0.29',
40-
nightly='>=0.29.0.dev',
39+
default='>=0.29,<0.30',
40+
nightly='>=0.30.0.dev',
4141
git_master='@git+https://github.com/tensorflow/data-validation@master'),
4242
'tensorflow-model-analysis' + select_constraint(
43-
default='>=0.28,<0.29',
44-
nightly='>=0.29.0.dev',
43+
default='>=0.29,<0.30',
44+
nightly='>=0.30.0.dev',
4545
git_master='@git+https://github.com/tensorflow/model-analysis@master'),
4646
'witwidget>=1.4.4,<2',
4747
'protobuf>=3.9.2,<4',

tensorboard_plugin/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ other *untested* combinations may also work.
101101
102102
|tensorboard-pluginn | tensorflow | tensorflow-model-analysis |
103103
|-------------------------------------------------------------------------------------------------------------|---------------|---------------------------|
104-
|[GitHub master](https://github.com/tensorflow/fairness-indicators/blob/master/tensorboard_plugin/README.md) | nightly (2.x) | 0.28.0 |
104+
|[GitHub master](https://github.com/tensorflow/fairness-indicators/blob/master/tensorboard_plugin/README.md) | nightly (2.x) | 0.29.0 |
105+
|[v0.29.0](https://github.com/tensorflow/fairness-indicators/blob/v0.29.0/tensorboard_plugin/README.md) | 2.4.0 | 0.29.0 |
105106
|[v0.28.0](https://github.com/tensorflow/fairness-indicators/blob/v0.28.0/tensorboard_plugin/README.md) | 2.4.0 | 0.28.0 |
106107
|[v0.27.0](https://github.com/tensorflow/fairness-indicators/blob/v0.27.0/tensorboard_plugin/README.md) | 2.4.0 | 0.27.0 |
107108
|[v0.26.0](https://github.com/tensorflow/fairness-indicators/blob/v0.26.0/tensorboard_plugin/README.md) | 2.3.0 | 0.26.0 |

tensorboard_plugin/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def select_constraint(default, nightly=None, git_master=None):
4141
'tensorboard>=2.4.0,<3',
4242
'tensorflow>=2.4.0,<3',
4343
'tensorflow-model-analysis' + select_constraint(
44-
default='>=0.28,<0.29',
45-
nightly='>=0.29.0.dev',
44+
default='>=0.29,<0.30',
45+
nightly='>=0.30.0.dev',
4646
git_master='@git+https://github.com/tensorflow/model-analysis@master'),
4747
]
4848

0 commit comments

Comments
 (0)