Skip to content

Commit

Permalink
Fairness Indicators and Tensorboard Plugin 0.47.0 Release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 718017864
  • Loading branch information
vkarampudi authored and Responsible ML Infra Team committed Jan 22, 2025
1 parent c03ee55 commit c035cb8
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 11 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.15.1 | 0.46.0 |
|[GitHub master](https://github.com/tensorflow/fairness-indicators/blob/master/RELEASE.md) | nightly (1.x/2.x) | 1.16.1 | 0.47.1 |
|[v0.47.0](https://github.com/tensorflow/fairness-indicators/blob/v0.47.0/RELEASE.md) | 2.16 | 1.16.1 | 0.47.1 |
|[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 |
Expand Down
16 changes: 16 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,32 @@

# Current Version (Still in Development)

## Major Features and Improvements

## Bug Fixes and Other Changes

## Breaking Changes

## Deprecations

# Version 0.47.0

## Major Features and Improvements

* Add fairness indicator metrics in the third_party library.

## Bug Fixes and Other Changes

* Depends on `tensorflow>=2.16,<2.17`.

## Breaking Changes

* N/A

## Deprecations

* N/A

# Version 0.46.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.47.0.dev'
__version__ = '0.48.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.46.0 \\\n",
" tensorflow-data-validation==1.15.1 \\\n",
" tfx-bsl==1.15.1"
" tensorflow-model-analysis==0.47.1 \\\n",
" tensorflow-data-validation==1.16.1 \\\n",
" tfx-bsl==1.16.1"
]
},
{
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.15.1\n",
"!pip install tensorflow-serving-api==2.16.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==10.0.0\" \\\n",
" \"apache-beam==2.47.0\" \\\n",
" \"pyarrow==10.0.1\" \\\n",
" \"apache-beam==2.61.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 @@ -39,7 +39,7 @@ def select_constraint(default, nightly=None, git_master=None):
'tensorflow>=2.16,<2.17',
'tensorflow-hub>=0.16.1,<1.0.0',
'tensorflow-data-validation>=1.16.1,<2.0.0',
'tensorflow-model-analysis>=0.47.0,<0.48.0',
'tensorflow-model-analysis>=0.47.1,<0.48.0',
'witwidget>=1.4.4,<2',
'protobuf>=3.20.3,<5',
]
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.46.0 |
|[GitHub master](https://github.com/tensorflow/fairness-indicators/blob/master/tensorboard_plugin/README.md) | nightly (2.x) | 0.47.1 |
|[v0.47.0](https://github.com/tensorflow/fairness-indicators/blob/v0.47.0/tensorboard_plugin/README.md) | 2.16.2 | 0.47.1 |
|[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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@

## Deprecations

# Version 0.47.0

## Major Features and Improvements

* N/A

## Bug Fixes and Other Changes

* Support `tensorflow>=2.16,<2.17`.

## Breaking Changes

* N/A

## Deprecations

* N/A

# Version 0.46.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.47.0.dev'
__version__ = '0.48.0.dev'

0 comments on commit c035cb8

Please sign in to comment.