Skip to content

Commit

Permalink
Fairness Indicators and Tensorboard Plugin 0.42.0 Release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 490293614
  • Loading branch information
venkat2469 authored and Responsible ML Infra Team committed Nov 22, 2022
1 parent 6991237 commit 51d4e40
Show file tree
Hide file tree
Showing 9 changed files with 54 additions and 19 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0 | 0.41.0 |
|[GitHub master](https://github.com/tensorflow/fairness-indicators/blob/master/RELEASE.md) | nightly (1.x/2.x) | 1.11.0 | 0.42.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 |
|[v0.41.0](https://github.com/tensorflow/fairness-indicators/blob/v0.41.0/RELEASE.md) | 1.15.5 / 2.9 | 1.10.0 | 0.41.0 |
|[v0.40.0](https://github.com/tensorflow/fairness-indicators/blob/v0.40.0/RELEASE.md) | 1.15.5 / 2.9 | 1.9.0 | 0.40.0 |
|[v0.39.0](https://github.com/tensorflow/fairness-indicators/blob/v0.39.0/RELEASE.md) | 1.15.5 / 2.8 | 1.8.0 | 0.39.0 |
Expand Down
20 changes: 18 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,35 @@

# Current Version (Still in Development)

## Major Features and Improvements

## Bug Fixes and Other Changes

## Breaking Changes

## Deprecations

# Version 0.42.0

## Major Features and Improvements

* This is the last version that supports TensorFlow 1.15.x. TF 1.15.x support
will be removed in the next version. Please check the
[TF2 migration guide](https://www.tensorflow.org/guide/migrate) to migrate
to TF2.

## Major Features and Improvements

## Bug Fixes and Other Changes

* N/A

## Breaking Changes

* N/A

## Deprecations

* N/A

# Version 0.41.0

## Major Features and Improvements
Expand Down
2 changes: 1 addition & 1 deletion fairness_indicators/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of Fairness Indicators."""

# Note that setup.py uses this version.
__version__ = '0.42.0.dev'
__version__ = '0.43.0.dev'
6 changes: 3 additions & 3 deletions g3doc/tutorials/Fairness_Indicators_Pandas_Case_Study.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
"!pip install -q -U pip==20.2\n",
"\n",
"!pip install -q -U \\\n",
" tensorflow-model-analysis==0.41.0 \\\n",
" tensorflow-data-validation==1.10.0 \\\n",
" tfx-bsl==1.10.0"
" tensorflow-model-analysis==0.42.0 \\\n",
" tensorflow-data-validation==1.11.0 \\\n",
" tfx-bsl==1.11.0"
]
},
{
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ def select_constraint(default, nightly=None, git_master=None):
return default

REQUIRED_PACKAGES = [
'tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3',
'tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*,<3',
'tensorflow-hub>=0.8.0,<1.0.0',
'tensorflow-data-validation' + select_constraint(
default='>=1.10.0,<1.11.0',
nightly='>=1.11.0.dev',
default='>=1.11.0,<1.12.0',
nightly='>=1.12.0.dev',
git_master='@git+https://github.com/tensorflow/data-validation@master'),
'tensorflow-model-analysis' + select_constraint(
default='>=0.41,<0.42',
nightly='>=0.42.0.dev',
default='>=0.42,<0.43',
nightly='>=0.43.0.dev',
git_master='@git+https://github.com/tensorflow/model-analysis@master'),
'witwidget>=1.4.4,<2',
'protobuf>=3.13,<4',
Expand Down
3 changes: 2 additions & 1 deletion tensorboard_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.41.0 |
|[GitHub master](https://github.com/tensorflow/fairness-indicators/blob/master/tensorboard_plugin/README.md) | nightly (2.x) | 0.42.0 |
|[v0.42.0](https://github.com/tensorflow/fairness-indicators/blob/v0.42.0/tensorboard_plugin/README.md) | 2.10.0 | 0.42.0 |
|[v0.41.0](https://github.com/tensorflow/fairness-indicators/blob/v0.41.0/tensorboard_plugin/README.md) | 2.9.0 | 0.41.0 |
|[v0.40.0](https://github.com/tensorflow/fairness-indicators/blob/v0.40.0/tensorboard_plugin/README.md) | 2.9.0 | 0.40.0 |
|[v0.39.0](https://github.com/tensorflow/fairness-indicators/blob/v0.39.0/tensorboard_plugin/README.md) | 2.8.0 | 0.39.0 |
Expand Down
6 changes: 3 additions & 3 deletions tensorboard_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ def select_constraint(default, nightly=None, git_master=None):
REQUIRED_PACKAGES = [
'protobuf>=3.13,<4',
'tensorboard>=2.8.0,<3',
'tensorflow>=2.9,<3',
'tensorflow>=2.10,<3',
'tensorflow-model-analysis' + select_constraint(
default='>=0.41,<0.42',
nightly='>=0.42.0.dev',
default='>=0.42,<0.43',
nightly='>=0.43.0.dev',
git_master='@git+https://github.com/tensorflow/model-analysis@master'),
'werkzeug<2'
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,36 @@

# Current Version (Still in Development)

## Major Features and Improvements

## Bug Fixes and Other Changes

## Breaking Changes

## Deprecations

# Version 0.42.0

## Major Features and Improvements

* This is the last version that supports TensorFlow 1.15.x. TF 1.15.x support
will be removed in the next version. Please check the
[TF2 migration guide](https://www.tensorflow.org/guide/migrate) to migrate
to TF2.

## Major Features and Improvements

## Bug Fixes and Other Changes

* Depends on tensorflow>=2.10.0,<3.
* Depends on tensorflow-model-analysis>=0.42,<0.43.

## Breaking Changes

* N/A

## Deprecations

* N/A

# Version 0.41.0

## Major Features and Improvements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""Contains the version string of Fairness Indicators Tensorboard Plugin."""

# Note that setup.py uses this version.
__version__ = '0.42.0.dev'
__version__ = '0.43.0.dev'

0 comments on commit 51d4e40

Please sign in to comment.