Skip to content

Commit 63fd6ae

Browse files
dhruvesh09tf-model-analysis-team
authored and
tf-model-analysis-team
committed
TFMA 0.27.0 Release
PiperOrigin-RevId: 354233387
1 parent 0fe8597 commit 63fd6ae

File tree

6 files changed

+27
-9
lines changed

6 files changed

+27
-9
lines changed

README.md

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

9898
|tensorflow-model-analysis |apache-beam[gcp]|pyarrow |tensorflow |tensorflow-metadata |tfx-bsl |
9999
|------------------------------------------------------------------------------------ |----------------|----------|-------------------|--------------------|----------|
100-
|[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | 2.25.0 | 0.17.0 | nightly (1.x/2.x) | 0.26.0 | 0.26.0 |
100+
|[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | 2.27.0 | 2.0.0 | nightly (1.x/2.x) | 0.27.0 | 0.27.0 |
101+
|[0.27.0](https://github.com/tensorflow/model-analysis/blob/v0.27.0/RELEASE.md) | 2.27.0 | 2.0.0 | 1.15 / 2.4 | 0.27.0 | 0.27.0 |
101102
|[0.26.0](https://github.com/tensorflow/model-analysis/blob/v0.26.0/RELEASE.md) | 2.25.0 | 0.17.0 | 1.15 / 2.3 | 0.26.0 | 0.26.0 |
102103
|[0.25.0](https://github.com/tensorflow/model-analysis/blob/v0.25.0/RELEASE.md) | 2.25.0 | 0.17.0 | 1.15 / 2.3 | 0.25.0 | 0.25.0 |
103104
|[0.24.3](https://github.com/tensorflow/model-analysis/blob/v0.24.3/RELEASE.md) | 2.24.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.1 |

RELEASE.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!-- mdlint off(HEADERS_TOO_MANY_H1) -->
22

3-
# Current Version(Still in Development)
3+
# Current Version (Still in Development)
4+
5+
## Major Features and Improvements
6+
7+
## Bug fixes and other changes
8+
9+
## Breaking changes
10+
11+
## Deprecations
12+
13+
# Version 0.27.0
414

515
## Major Features and Improvements
616

@@ -17,11 +27,17 @@
1727
* Depends on `apache-beam[gcp]>=2.27,<3`.
1828
* Depends on `pyarrow>=1,<3`.
1929
* Depends on `tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,<3`.
30+
* Depends on `tensorflow-metadata>=0.27.0,<0.28.0`.
31+
* Depends on `tfx-bsl>=0.27.0,<0.28.0`.
2032

2133
## Breaking changes
2234

35+
* N/A
36+
2337
## Deprecations
2438

39+
* N/A
40+
2541
# Version 0.26.0
2642

2743
## Major Features and Improvements

g3doc/install.md

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

7878
tensorflow-model-analysis | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl
7979
------------------------------------------------------------------------------------ | ---------------- | ------- | ----------------- | ------------------- | -------
80-
[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | 2.25.0 | 0.17.0 | nightly (1.x/2.x) | 0.26.0 | 0.26.0
80+
[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | 2.27.0 | 2.0.0 | nightly (1.x/2.x) | 0.27.0 | 0.27.0
81+
[0.27.0](https://github.com/tensorflow/model-analysis/blob/v0.27.0/RELEASE.md) | 2.27.0 | 2.0.0 | 1.15 / 2.4 | 0.27.0 | 0.27.0
8182
[0.26.0](https://github.com/tensorflow/model-analysis/blob/v0.26.0/RELEASE.md) | 2.25.0 | 0.17.0 | 1.15 / 2.3 | 0.26.0 | 0.26.0
8283
[0.25.0](https://github.com/tensorflow/model-analysis/blob/v0.25.0/RELEASE.md) | 2.25.0 | 0.17.0 | 1.15 / 2.3 | 0.25.0 | 0.25.0
8384
[0.24.3](https://github.com/tensorflow/model-analysis/blob/v0.24.3/RELEASE.md) | 2.24.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.1

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,12 +302,12 @@ def select_constraint(default, nightly=None, git_master=None):
302302
'six>=1.12,<2',
303303
'tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*!=2.3.*,<3',
304304
'tensorflow-metadata' + select_constraint(
305-
default='>=0.26,<0.27',
306-
nightly='>=0.27.0.dev',
305+
default='>=0.27,<0.28',
306+
nightly='>=0.28.0.dev',
307307
git_master='@git+https://github.com/tensorflow/metadata@master'),
308308
'tfx-bsl' + select_constraint(
309-
default='>=0.26,<0.27',
310-
nightly='>=0.27.0.dev',
309+
default='>=0.27,<0.28',
310+
nightly='>=0.28.0.dev',
311311
git_master='@git+https://github.com/tensorflow/tfx-bsl@master'),
312312
],
313313
'extras_require': {

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.27.0.dev",
3+
"version": "0.28.0.dev",
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 = '0.27.0.dev'
19+
VERSION = '0.28.0.dev'

0 commit comments

Comments
 (0)