Skip to content

Commit 6d3e8d3

Browse files
mdrevestf-model-analysis-team
authored and
tf-model-analysis-team
committed
TFMA 0.21.5 Release
PiperOrigin-RevId: 299260811
1 parent c565083 commit 6d3e8d3

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
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.5](https://github.com/tensorflow/model-analysis/blob/v0.21.5/RELEASE.md) |1.15 / 2.1 |2.19.0 |
8384
|[0.21.4](https://github.com/tensorflow/model-analysis/blob/v0.21.4/RELEASE.md) |1.15 / 2.1 |2.19.0 |
8485
|[0.21.3](https://github.com/tensorflow/model-analysis/blob/v0.21.3/RELEASE.md) |1.15 / 2.1 |2.17.0 |
8586
|[0.21.2](https://github.com/tensorflow/model-analysis/blob/v0.21.2/RELEASE.md) |1.15 / 2.1 |2.17.0 |

RELEASE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# Current Version(Still in development)
1+
# Release 0.21.5
22

33
## Major Features and Improvements
44

55
* Now publish NPM under `tensorflow_model_analysis` for UI components.
66

77
## Bug fixes and other changes
88

9+
* Depends on 'tfx-bsl>=0.21.3,<0.22',
10+
* Depends on 'tensorflow>=1.15,<3',
11+
* Depends on 'apache-beam[gcp]>=2.17,<3',
12+
913
## Breaking changes
1014

1115
* Rollback populating TDistributionValue metric when confidence intervals is

g3doc/install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ combinations may also work.
5353

5454
tensorflow-model-analysis | tensorflow | apache-beam[gcp]
5555
------------------------------------------------------------------------------------ | ----------------- | ----------------
56-
[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | nightly (1.x/2.x) | 2.17.0
56+
[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | nightly (1.x/2.x) | 2.19.0
57+
[0.21.5](https://github.com/tensorflow/model-analysis/blob/v0.21.5/RELEASE.md) | 1.15 / 2.1 | 2.19.0
5758
[0.21.4](https://github.com/tensorflow/model-analysis/blob/v0.21.4/RELEASE.md) | 1.15 / 2.1 | 2.17.0
5859
[0.21.3](https://github.com/tensorflow/model-analysis/blob/v0.21.3/RELEASE.md) | 1.15 / 2.1 | 2.17.0
5960
[0.21.2](https://github.com/tensorflow/model-analysis/blob/v0.21.2/RELEASE.md) | 1.15 / 2.1 | 2.17.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def run(self):
268268
# TODO(b/149399451): This is a workaround for broken avro-python3 1.9.2
269269
# release. Remove once having a healthy new release.
270270
'avro-python3>=1.8.1,!=1.9.2.*,!=<2.0.0; python_version>="3.0"',
271-
'apache-beam[gcp]>=2.17,<2.18',
271+
'apache-beam[gcp]>=2.17,<3',
272272
'ipywidgets>=7,<8',
273273
'jupyter>=1,<2',
274274
'numpy>=1.16,<2',
@@ -282,9 +282,9 @@ def run(self):
282282
'scipy == 1.4.1;python_version>="3"',
283283
'scipy == 1.2.2;python_version<"3"',
284284
'six>=1.12,<2',
285-
'tensorflow>=1.15,!=2.0.*,<3',
285+
'tensorflow>=1.15,<3',
286286
'tensorflow-metadata>=0.21,<0.22',
287-
'tfx-bsl>=0.21.3,<0.23'
287+
'tfx-bsl>=0.21.3,<0.22'
288288
],
289289
'python_requires': '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4',
290290
'packages': find_packages(),

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.5",
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
@@ -15,4 +15,4 @@
1515

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

0 commit comments

Comments
 (0)