Skip to content

Commit

Permalink
Fairness Indicators and Tensorboard Plugin 0.46.0 Release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 628495732
  • Loading branch information
rtg0795 authored and Responsible ML Infra Team committed Apr 26, 2024
1 parent 23bf778 commit 1545d46
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 13 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.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 |
Expand Down
20 changes: 18 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.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"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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\""
]
},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
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.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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1545d46

Please sign in to comment.