Skip to content

Commit

Permalink
TFMA 0.21.6 Release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 299945132
  • Loading branch information
dhruvesh09 authored and tf-model-analysis-team committed Mar 9, 2020
1 parent d45543f commit 3902831
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ combinations may also work.
|tensorflow-model-analysis |tensorflow |apache-beam[gcp]|
|------------------------------------------------------------------------------------|--------------|----------------|
|[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md)|nightly (1.x/2.x) |2.19.0 |
|[0.21.6](https://github.com/tensorflow/model-analysis/blob/v0.21.6/RELEASE.md) |1.15 / 2.1 |2.19.0 |
|[0.21.5](https://github.com/tensorflow/model-analysis/blob/v0.21.5/RELEASE.md) |1.15 / 2.1 |2.19.0 |
|[0.21.4](https://github.com/tensorflow/model-analysis/blob/v0.21.4/RELEASE.md) |1.15 / 2.1 |2.19.0 |
|[0.21.3](https://github.com/tensorflow/model-analysis/blob/v0.21.3/RELEASE.md) |1.15 / 2.1 |2.17.0 |
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Current Version(Still in development)
# Release 0.21.6

## Major Features and Improvements

## Bug fixes and other changes

* Populate confidence_interval field in addition to bounded_value when
confidence intervals is enabled.
* Only requires `avro-python3>=1.8.1,!=1.9.2.*,<2.0.0` on Python 3.5 + MacOS

## Breaking changes

Expand All @@ -18,7 +19,6 @@
* Now publish NPM under `tensorflow_model_analysis` for UI components.

## Bug fixes and other changes
* Only requires `avro-python3>=1.8.1,!=1.9.2.*,<2.0.0` on Python 3.5 + MacOS

* Depends on 'tfx-bsl>=0.21.3,<0.22',
* Depends on 'tensorflow>=1.15,<3',
Expand Down
1 change: 1 addition & 0 deletions g3doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ combinations may also work.
tensorflow-model-analysis | tensorflow | apache-beam[gcp]
------------------------------------------------------------------------------------ | ----------------- | ----------------
[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | nightly (1.x/2.x) | 2.19.0
[0.21.6](https://github.com/tensorflow/model-analysis/blob/v0.21.6/RELEASE.md) | 1.15 / 2.1 | 2.19.0
[0.21.5](https://github.com/tensorflow/model-analysis/blob/v0.21.5/RELEASE.md) | 1.15 / 2.1 | 2.19.0
[0.21.4](https://github.com/tensorflow/model-analysis/blob/v0.21.4/RELEASE.md) | 1.15 / 2.1 | 2.17.0
[0.21.3](https://github.com/tensorflow/model-analysis/blob/v0.21.3/RELEASE.md) | 1.15 / 2.1 | 2.17.0
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_model_analysis/notebook/jupyter/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tensorflow_model_analysis",
"version": "0.22.0dev",
"version": "0.21.6",
"homepage": "https://github.com/tensorflow/model-analysis",
"bugs": "https://github.com/tensorflow/model-analysis/issues",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_model_analysis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

# Version string for this release of TFMA.
# Note that setup.py reads and uses this version.
VERSION_STRING = '0.22.0dev'
VERSION_STRING = '0.21.6'

0 comments on commit 3902831

Please sign in to comment.