From 85e99c9daa9a653218174b095a92dce612cf7549 Mon Sep 17 00:00:00 2001 From: Dhruvesh Talati Date: Mon, 9 Aug 2021 10:27:48 -0700 Subject: [PATCH] Fairness Indicators and Fairness Indicators Tensorboard Plugin 0.33.0 Release PiperOrigin-RevId: 389666079 --- README.md | 3 ++- RELEASE.md | 19 ++++++++++++++++++- fairness_indicators/version.py | 2 +- ...airness_Indicators_Pandas_Case_Study.ipynb | 6 +++--- ...ss_Indicators_TFCO_CelebA_Case_Study.ipynb | 2 +- ...ors_TensorBoard_Plugin_Example_Colab.ipynb | 2 +- ...Indicators_on_TF_Hub_Text_Embeddings.ipynb | 2 +- setup.py | 8 ++++---- tensorboard_plugin/README.md | 3 ++- tensorboard_plugin/setup.py | 4 ++-- .../RELEASE.md | 17 +++++++++++++++++ .../version.py | 2 +- 12 files changed, 53 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 80b18007..98700ed9 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,8 @@ other *untested* combinations may also work. |fairness-indicators | tensorflow | tensorflow-data-validation | tensorflow-model-analysis | |-------------------------------------------------------------------------------------------|--------------------|----------------------------|---------------------------| -|[GitHub master](https://github.com/tensorflow/fairness-indicators/blob/master/RELEASE.md) | nightly (1.x/2.x) | 0.30.0 | 0.30.0 | +|[GitHub master](https://github.com/tensorflow/fairness-indicators/blob/master/RELEASE.md) | nightly (1.x/2.x) | 1.2.0 | 0.33.0 | +|[v0.33.0](https://github.com/tensorflow/fairness-indicators/blob/v0.33.0/RELEASE.md) | 1.15.2 / 2.5 | 1.2.0 | 0.33.0 | |[v0.30.0](https://github.com/tensorflow/fairness-indicators/blob/v0.30.0/RELEASE.md) | 1.15.2 / 2.4 | 0.30.0 | 0.30.0 | |[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 | |[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 | diff --git a/RELEASE.md b/RELEASE.md index ba8f88d8..6961b4c6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,18 +3,35 @@ # Current Version (Still in Development) ## Major Features and Improvements + +## Bug Fixes and Other Changes + +## Breaking Changes + +## Deprecations + +# Version 0.33.0 + +## Major Features and Improvements + * Porting Counterfactual Fairness metrics into FI UI. ## Bug Fixes and Other Changes -* Improve rendering of HTML stubs for Fairness Indicators UI +* Improve rendering of HTML stubs for Fairness Indicators UI * Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3`. * Depends on `protobuf>=3.13,<4`. +* Depends on `tensorflow-data-validation>=1.2.0,<1.3.0`. +* Depends on `tensorflow-model-analysis>=0.33,<0.34`. ## Breaking Changes +* N/A + ## Deprecations +* N/A + # Version 0.30.0 ## Major Features and Improvements diff --git a/fairness_indicators/version.py b/fairness_indicators/version.py index 30cc337e..14912d6f 100644 --- a/fairness_indicators/version.py +++ b/fairness_indicators/version.py @@ -14,4 +14,4 @@ """Contains the version string of Fairness Indicators.""" # Note that setup.py uses this version. -__version__ = '0.31.0.dev' +__version__ = '0.34.0.dev' diff --git a/g3doc/tutorials/Fairness_Indicators_Pandas_Case_Study.ipynb b/g3doc/tutorials/Fairness_Indicators_Pandas_Case_Study.ipynb index 5a602248..c31c9e10 100644 --- a/g3doc/tutorials/Fairness_Indicators_Pandas_Case_Study.ipynb +++ b/g3doc/tutorials/Fairness_Indicators_Pandas_Case_Study.ipynb @@ -94,9 +94,9 @@ "!pip install -q -U pip==20.2\n", "\n", "!pip install -q -U \\\n", - " tensorflow-model-analysis==0.30.0 \\\n", - " tensorflow-data-validation==0.30.0 \\\n", - " tfx-bsl==0.30.0" + " tensorflow-model-analysis==0.33.0 \\\n", + " tensorflow-data-validation==1.2.0 \\\n", + " tfx-bsl==1.2.0" ] }, { diff --git a/g3doc/tutorials/Fairness_Indicators_TFCO_CelebA_Case_Study.ipynb b/g3doc/tutorials/Fairness_Indicators_TFCO_CelebA_Case_Study.ipynb index fc9d375a..97216075 100644 --- a/g3doc/tutorials/Fairness_Indicators_TFCO_CelebA_Case_Study.ipynb +++ b/g3doc/tutorials/Fairness_Indicators_TFCO_CelebA_Case_Study.ipynb @@ -105,7 +105,7 @@ "!pip install -q tensorflow-datasets tensorflow\n", "!pip install fairness-indicators \\\n", " \"absl-py==0.12.0\" \\\n", - " \"apache-beam\u003c3,\u003e=2.28\" \\\n", + " \"apache-beam\u003c3,\u003e=2.31\" \\\n", " \"avro-python3==1.9.1\" \\\n", " \"pyzmq==17.0.0\"\n" ] diff --git a/g3doc/tutorials/Fairness_Indicators_TensorBoard_Plugin_Example_Colab.ipynb b/g3doc/tutorials/Fairness_Indicators_TensorBoard_Plugin_Example_Colab.ipynb index 095e20a0..43fabc15 100644 --- a/g3doc/tutorials/Fairness_Indicators_TensorBoard_Plugin_Example_Colab.ipynb +++ b/g3doc/tutorials/Fairness_Indicators_TensorBoard_Plugin_Example_Colab.ipynb @@ -97,7 +97,7 @@ "!pip install fairness_indicators 'absl-py\u003c0.9,\u003e=0.7'\n", "!pip install google-api-python-client==1.8.3\n", "!pip install tensorboard-plugin-fairness-indicators\n", - "!pip install tensorflow-serving-api==2.4.1" + "!pip install tensorflow-serving-api==2.5.1" ] }, { diff --git a/g3doc/tutorials/Fairness_Indicators_on_TF_Hub_Text_Embeddings.ipynb b/g3doc/tutorials/Fairness_Indicators_on_TF_Hub_Text_Embeddings.ipynb index 6e594b9d..90497fa2 100644 --- a/g3doc/tutorials/Fairness_Indicators_on_TF_Hub_Text_Embeddings.ipynb +++ b/g3doc/tutorials/Fairness_Indicators_on_TF_Hub_Text_Embeddings.ipynb @@ -98,7 +98,7 @@ "!pip install fairness-indicators \\\n", " \"absl-py==0.12.0\" \\\n", " \"pyarrow==2.0.0\" \\\n", - " \"apache-beam==2.28.0\" \\\n", + " \"apache-beam==2.31.0\" \\\n", " \"avro-python3==1.9.1\"" ] }, diff --git a/setup.py b/setup.py index 682091bb..22b77f96 100644 --- a/setup.py +++ b/setup.py @@ -41,12 +41,12 @@ def select_constraint(default, nightly=None, git_master=None): 'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3', 'tensorflow-hub>=0.8.0,<1.0.0', 'tensorflow-data-validation' + select_constraint( - default='>=0.30,<0.31', - nightly='>=0.31.0.dev', + default='>=1.2.0,<1.3.0', + nightly='>=1.3.0.dev', git_master='@git+https://github.com/tensorflow/data-validation@master'), 'tensorflow-model-analysis' + select_constraint( - default='>=0.30,<0.31', - nightly='>=0.31.0.dev', + default='>=0.33,<0.34', + nightly='>=0.34.0.dev', git_master='@git+https://github.com/tensorflow/model-analysis@master'), 'witwidget>=1.4.4,<2', 'protobuf>=3.13,<4', diff --git a/tensorboard_plugin/README.md b/tensorboard_plugin/README.md index c258b9c9..cb07689c 100644 --- a/tensorboard_plugin/README.md +++ b/tensorboard_plugin/README.md @@ -101,7 +101,8 @@ other *untested* combinations may also work. |tensorboard-pluginn | tensorflow | tensorflow-model-analysis | |-------------------------------------------------------------------------------------------------------------|---------------|---------------------------| -|[GitHub master](https://github.com/tensorflow/fairness-indicators/blob/master/tensorboard_plugin/README.md) | nightly (2.x) | 0.30.0 | +|[GitHub master](https://github.com/tensorflow/fairness-indicators/blob/master/tensorboard_plugin/README.md) | nightly (2.x) | 0.33.0 | +|[v0.33.0](https://github.com/tensorflow/fairness-indicators/blob/v0.33.0/tensorboard_plugin/README.md) | 2.5.0 | 0.33.0 | |[v0.30.0](https://github.com/tensorflow/fairness-indicators/blob/v0.30.0/tensorboard_plugin/README.md) | 2.4.0 | 0.30.0 | |[v0.29.0](https://github.com/tensorflow/fairness-indicators/blob/v0.29.0/tensorboard_plugin/README.md) | 2.4.0 | 0.29.0 | |[v0.28.0](https://github.com/tensorflow/fairness-indicators/blob/v0.28.0/tensorboard_plugin/README.md) | 2.4.0 | 0.28.0 | diff --git a/tensorboard_plugin/setup.py b/tensorboard_plugin/setup.py index db141267..3788ce1f 100644 --- a/tensorboard_plugin/setup.py +++ b/tensorboard_plugin/setup.py @@ -46,8 +46,8 @@ def select_constraint(default, nightly=None, git_master=None): 'tensorboard>=2.5.0,<3', 'tensorflow>=2.5.0,<3', 'tensorflow-model-analysis' + select_constraint( - default='>=0.30,<0.31', - nightly='>=0.31.0.dev', + default='>=0.33,<0.34', + nightly='>=0.34.0.dev', git_master='@git+https://github.com/tensorflow/model-analysis@master'), ] diff --git a/tensorboard_plugin/tensorboard_plugin_fairness_indicators/RELEASE.md b/tensorboard_plugin/tensorboard_plugin_fairness_indicators/RELEASE.md index 839cb8fe..e417d2d4 100644 --- a/tensorboard_plugin/tensorboard_plugin_fairness_indicators/RELEASE.md +++ b/tensorboard_plugin/tensorboard_plugin_fairness_indicators/RELEASE.md @@ -6,14 +6,31 @@ ## Bug Fixes and Other Changes +## Breaking Changes + +## Deprecations + +# Version 0.33.0 + +## Major Features and Improvements + +* N/A + +## Bug Fixes and Other Changes + * Depends on `tensorboard>=2.5.0,<3`. * Depends on `tensorflow>=2.5.0,<3`. * Depends on `protobuf>=3.13,<4`. +* Depends on `tensorflow-model-analysis>=0.33,<0.34`. ## Breaking Changes +* N/A + ## Deprecations +* N/A + # Version 0.30.0 ## Major Features and Improvements diff --git a/tensorboard_plugin/tensorboard_plugin_fairness_indicators/version.py b/tensorboard_plugin/tensorboard_plugin_fairness_indicators/version.py index 6236fc47..1b793053 100644 --- a/tensorboard_plugin/tensorboard_plugin_fairness_indicators/version.py +++ b/tensorboard_plugin/tensorboard_plugin_fairness_indicators/version.py @@ -15,4 +15,4 @@ """Contains the version string of Fairness Indicators Tensorboard Plugin.""" # Note that setup.py uses this version. -__version__ = '0.31.0.dev' +__version__ = '0.34.0.dev'