diff --git a/README.md b/README.md index fc60f6f..2d3b5ca 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) | 1.13.0 | 0.44.0 | +|[GitHub master](https://github.com/tensorflow/fairness-indicators/blob/master/RELEASE.md) | nightly (1.x/2.x) | 1.15.1 | 0.46.0 | +|[v0.46.0](https://github.com/tensorflow/fairness-indicators/blob/v0.44.0/RELEASE.md) | 2.15 | 1.15.1 | 0.46.0 | |[v0.44.0](https://github.com/tensorflow/fairness-indicators/blob/v0.44.0/RELEASE.md) | 2.12 | 1.13.0 | 0.44.0 | |[v0.43.0](https://github.com/tensorflow/fairness-indicators/blob/v0.43.0/RELEASE.md) | 2.11 | 1.12.0 | 0.43.0 | |[v0.42.0](https://github.com/tensorflow/fairness-indicators/blob/v0.42.0/RELEASE.md) | 1.15.5 / 2.10 | 1.11.0 | 0.42.0 | diff --git a/RELEASE.md b/RELEASE.md index 4da3244..f90df85 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,15 +3,31 @@ # Current Version (Still in Development) ## Major Features and Improvements -Update example model to use Keras models instead of estimators. + ## Bug Fixes and Other Changes -* Deprecated python 3.8 support +## Breaking Changes + +## Deprecations + +# Version 0.46.0 + +## Major Features and Improvements + +* Update example model to use Keras models instead of estimators. + +## Bug Fixes and Other Changes + +* N/A ## Breaking Changes +* N/A + ## Deprecations +* Deprecated python 3.8 support + # Version 0.44.0 ## Major Features and Improvements diff --git a/g3doc/tutorials/Fairness_Indicators_Pandas_Case_Study.ipynb b/g3doc/tutorials/Fairness_Indicators_Pandas_Case_Study.ipynb index a172b77..0c56bab 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.44.0 \\\n", - " tensorflow-data-validation==1.13.0 \\\n", - " tfx-bsl==1.13.0" + " tensorflow-model-analysis==0.46.0 \\\n", + " tensorflow-data-validation==1.15.1 \\\n", + " tfx-bsl==1.15.1" ] }, { diff --git a/g3doc/tutorials/Fairness_Indicators_TFCO_CelebA_Case_Study.ipynb b/g3doc/tutorials/Fairness_Indicators_TFCO_CelebA_Case_Study.ipynb index d32ab6a..0beb561 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.40\" \\\n", + " \"apache-beam\u003c3,\u003e=2.47\" \\\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 6a23577..95e84da 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.9.0\n", + "!pip install tensorflow-serving-api==2.15.1\n", "!pip install tensorflow-model-analysis" ] }, 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 cc58bb6..942760f 100644 --- a/g3doc/tutorials/Fairness_Indicators_on_TF_Hub_Text_Embeddings.ipynb +++ b/g3doc/tutorials/Fairness_Indicators_on_TF_Hub_Text_Embeddings.ipynb @@ -97,8 +97,8 @@ "\n", "!pip install fairness-indicators \\\n", " \"absl-py==0.12.0\" \\\n", - " \"pyarrow==2.0.0\" \\\n", - " \"apache-beam==2.40.0\" \\\n", + " \"pyarrow==10.0.0\" \\\n", + " \"apache-beam==2.47.0\" \\\n", " \"avro-python3==1.9.1\"" ] }, diff --git a/setup.py b/setup.py index d3f90f7..0451434 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def select_constraint(default, nightly=None, git_master=None): 'tensorflow>=2.15,<2.16', 'tensorflow-hub>=0.16.1,<1.0.0', 'tensorflow-data-validation' + select_constraint( - default='>=1.15.0,<2.0.0', + default='>=1.15.1,<2.0.0', nightly='>=1.16.0.dev', git_master='@git+https://github.com/tensorflow/data-validation@master'), 'tensorflow-model-analysis' + select_constraint( diff --git a/tensorboard_plugin/README.md b/tensorboard_plugin/README.md index 17d3747..611d0a2 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.44.0 | +|[GitHub master](https://github.com/tensorflow/fairness-indicators/blob/master/tensorboard_plugin/README.md) | nightly (2.x) | 0.46.0 | +|[v0.46.0](https://github.com/tensorflow/fairness-indicators/blob/v0.46.0/tensorboard_plugin/README.md) | 2.15.0 | 0.46.0 | |[v0.44.0](https://github.com/tensorflow/fairness-indicators/blob/v0.44.0/tensorboard_plugin/README.md) | 2.12.0 | 0.44.0 | |[v0.43.0](https://github.com/tensorflow/fairness-indicators/blob/v0.43.0/tensorboard_plugin/README.md) | 2.11.0 | 0.43.0 | |[v0.42.0](https://github.com/tensorflow/fairness-indicators/blob/v0.42.0/tensorboard_plugin/README.md) | 2.10.0 | 0.42.0 | diff --git a/tensorboard_plugin/tensorboard_plugin_fairness_indicators/RELEASE.md b/tensorboard_plugin/tensorboard_plugin_fairness_indicators/RELEASE.md index ac20880..0079391 100644 --- a/tensorboard_plugin/tensorboard_plugin_fairness_indicators/RELEASE.md +++ b/tensorboard_plugin/tensorboard_plugin_fairness_indicators/RELEASE.md @@ -6,12 +6,28 @@ ## Bug Fixes and Other Changes -* Deprecated python 3.8 support +## Breaking Changes + +## Deprecations + +# Version 0.46.0 + +## Major Features and Improvements + +* N/A + +## Bug Fixes and Other Changes + +* N/A ## Breaking Changes +* N/A + ## Deprecations +* Deprecated python 3.8 support + # Version 0.44.0 ## Major Features and Improvements