Skip to content

Commit d650585

Browse files
author
tf-model-analysis-team
committed
Prepare for 0.13.1 release.
PiperOrigin-RevId: 242546739
1 parent 3ecce6b commit d650585

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ combinations may also work.
6363
|tensorflow-model-analysis |tensorflow |apache-beam[gcp]|
6464
|------------------------------------------------------------------------------------|--------------|----------------|
6565
|[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md)|nightly (1.x) |2.11.0 |
66+
|[0.13.1](https://github.com/tensorflow/model-analysis/blob/v0.13.1/RELEASE.md) |1.13 |2.11.0 |
6667
|[0.13.0](https://github.com/tensorflow/model-analysis/blob/v0.13.0/RELEASE.md) |1.13 |2.11.0 |
6768
|[0.12.1](https://github.com/tensorflow/model-analysis/blob/v0.12.1/RELEASE.md) |1.12 |2.10.0 |
6869
|[0.12.0](https://github.com/tensorflow/model-analysis/blob/v0.12.0/RELEASE.md) |1.12 |2.10.0 |

RELEASE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
# Current version (not yet released; still in development)
1+
# Release 0.13.1
22

33
## Major Features and Improvements
44
* Added support for squared pearson correlation (R squared) post export
55
metric.
66

77
## Bug fixes and other changes
8-
98
* Cast / convert labels for precision / recall at K so that they work even if
109
the label and the classes Tensors have different types, as long as the types
1110
are compatible.

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.14.0dev'
18+
VERSION_STRING = '0.13.1'

0 commit comments

Comments
 (0)