Skip to content

Commit 3902831

Browse files
dhruvesh09tf-model-analysis-team
authored and
tf-model-analysis-team
committed
TFMA 0.21.6 Release
PiperOrigin-RevId: 299945132
1 parent d45543f commit 3902831

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ combinations may also work.
8080
|tensorflow-model-analysis |tensorflow |apache-beam[gcp]|
8181
|------------------------------------------------------------------------------------|--------------|----------------|
8282
|[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md)|nightly (1.x/2.x) |2.19.0 |
83+
|[0.21.6](https://github.com/tensorflow/model-analysis/blob/v0.21.6/RELEASE.md) |1.15 / 2.1 |2.19.0 |
8384
|[0.21.5](https://github.com/tensorflow/model-analysis/blob/v0.21.5/RELEASE.md) |1.15 / 2.1 |2.19.0 |
8485
|[0.21.4](https://github.com/tensorflow/model-analysis/blob/v0.21.4/RELEASE.md) |1.15 / 2.1 |2.19.0 |
8586
|[0.21.3](https://github.com/tensorflow/model-analysis/blob/v0.21.3/RELEASE.md) |1.15 / 2.1 |2.17.0 |

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# Current Version(Still in development)
1+
# Release 0.21.6
22

33
## Major Features and Improvements
44

55
## Bug fixes and other changes
66

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

1011
## Breaking changes
1112

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

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

2323
* Depends on 'tfx-bsl>=0.21.3,<0.22',
2424
* Depends on 'tensorflow>=1.15,<3',

g3doc/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ combinations may also work.
5454
tensorflow-model-analysis | tensorflow | apache-beam[gcp]
5555
------------------------------------------------------------------------------------ | ----------------- | ----------------
5656
[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | nightly (1.x/2.x) | 2.19.0
57+
[0.21.6](https://github.com/tensorflow/model-analysis/blob/v0.21.6/RELEASE.md) | 1.15 / 2.1 | 2.19.0
5758
[0.21.5](https://github.com/tensorflow/model-analysis/blob/v0.21.5/RELEASE.md) | 1.15 / 2.1 | 2.19.0
5859
[0.21.4](https://github.com/tensorflow/model-analysis/blob/v0.21.4/RELEASE.md) | 1.15 / 2.1 | 2.17.0
5960
[0.21.3](https://github.com/tensorflow/model-analysis/blob/v0.21.3/RELEASE.md) | 1.15 / 2.1 | 2.17.0

tensorflow_model_analysis/notebook/jupyter/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tensorflow_model_analysis",
3-
"version": "0.22.0dev",
3+
"version": "0.21.6",
44
"homepage": "https://github.com/tensorflow/model-analysis",
55
"bugs": "https://github.com/tensorflow/model-analysis/issues",
66
"license": "Apache-2.0",

tensorflow_model_analysis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

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

0 commit comments

Comments
 (0)