Skip to content

Commit 515f041

Browse files
author
tf-model-analysis-team
committed
Prepare for TFMA 0.15.2 Release
PiperOrigin-RevId: 276384537
1 parent c1495e0 commit 515f041

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ combinations may also work.
6262
|tensorflow-model-analysis |tensorflow |apache-beam[gcp]|
6363
|------------------------------------------------------------------------------------|--------------|----------------|
6464
|[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md)|nightly (1.x/2.x) |2.16.0 |
65+
|[0.15.2](https://github.com/tensorflow/model-analysis/blob/v0.15.2/RELEASE.md) |1.15 / 2.0 |2.16.0 |
6566
|[0.15.1](https://github.com/tensorflow/model-analysis/blob/v0.15.1/RELEASE.md) |1.15 / 2.0 |2.16.0 |
6667
|[0.15.0](https://github.com/tensorflow/model-analysis/blob/v0.15.0/RELEASE.md) |1.15 |2.16.0 |
6768
|[0.14.0](https://github.com/tensorflow/model-analysis/blob/v0.14.0/RELEASE.md) |1.14 |2.14.0 |

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Current version (not yet released; still in development)
1+
# Release 0.15.2
22

33
## Major Features and Improvements
44

g3doc/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ combinations may also work.
5858
tensorflow-model-analysis | tensorflow | apache-beam[gcp]
5959
------------------------------------------------------------------------------------ | ----------------- | ----------------
6060
[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | nightly (1.x/2.x) | 2.16.0
61+
[0.15.2](https://github.com/tensorflow/model-analysis/blob/v0.15.2/RELEASE.md) | 1.15 / 2.0 | 2.16.0
6162
[0.15.1](https://github.com/tensorflow/model-analysis/blob/v0.15.1/RELEASE.md) | 1.15 / 2.0 | 2.16.0
6263
[0.15.0](https://github.com/tensorflow/model-analysis/blob/v0.15.0/RELEASE.md) | 1.15 | 2.16.0
6364
[0.14.0](https://github.com/tensorflow/model-analysis/blob/v0.14.0/RELEASE.md) | 1.14 | 2.14.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def run(self):
265265
'scipy==1.1.0',
266266
'six>=1.12,<2',
267267
'tensorflow>=1.15,<3',
268-
'tfx-bsl>=0.15,<0.16'
268+
'tfx-bsl>=0.15.1,<0.16'
269269
],
270270
'python_requires': '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4',
271271
'packages': find_packages(),

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.16.0dev'
18+
VERSION_STRING = '0.15.2'

0 commit comments

Comments
 (0)