Skip to content

Commit 5c34e7a

Browse files
dhruvesh09tf-model-analysis-team
authored and
tf-model-analysis-team
committed
Prepare for TFMA 0.15.3 Release
PiperOrigin-RevId: 276779029
1 parent 4c7b3ab commit 5c34e7a

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

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

6262
|tensorflow-model-analysis |tensorflow |apache-beam[gcp]|
6363
|------------------------------------------------------------------------------------|--------------|----------------|
64-
|[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md)|nightly (1.x/2.x) |2.16.0 |
64+
|[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md)|nightly (1.x/2.x) |2.16.0 |
65+
|[0.15.3](https://github.com/tensorflow/model-analysis/blob/v0.15.3/RELEASE.md) |1.15 / 2.0 |2.16.0 |
6566
|[0.15.2](https://github.com/tensorflow/model-analysis/blob/v0.15.2/RELEASE.md) |1.15 / 2.0 |2.16.0 |
6667
|[0.15.1](https://github.com/tensorflow/model-analysis/blob/v0.15.1/RELEASE.md) |1.15 / 2.0 |2.16.0 |
6768
|[0.15.0](https://github.com/tensorflow/model-analysis/blob/v0.15.0/RELEASE.md) |1.15 |2.16.0 |

RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# Current version (not yet released; still in development)
1+
# Release 0.15.3
22

33
## Major Features and Improvements
44

55
## Bug fixes and other changes
66

7+
* Updated vulcanized_tfma.js with UI changes in addons/fairness_indicators.
8+
79
## Breaking changes
810

911
## Deprecations

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.3](https://github.com/tensorflow/model-analysis/blob/v0.15.3/RELEASE.md) | 1.15 / 2.0 | 2.16.0
6162
[0.15.2](https://github.com/tensorflow/model-analysis/blob/v0.15.2/RELEASE.md) | 1.15 / 2.0 | 2.16.0
6263
[0.15.1](https://github.com/tensorflow/model-analysis/blob/v0.15.1/RELEASE.md) | 1.15 / 2.0 | 2.16.0
6364
[0.15.0](https://github.com/tensorflow/model-analysis/blob/v0.15.0/RELEASE.md) | 1.15 | 2.16.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.16.0dev'
18+
VERSION_STRING = '0.15.3'

0 commit comments

Comments
 (0)