File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
tensorflow_model_analysis Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ combinations may also work.
61
61
62
62
| tensorflow-model-analysis | tensorflow | apache-beam[ gcp] |
63
63
| ------------------------------------------------------------------------------------| --------------| ----------------|
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 |
65
66
| [ 0.15.2] ( https://github.com/tensorflow/model-analysis/blob/v0.15.2/RELEASE.md ) | 1.15 / 2.0 | 2.16.0 |
66
67
| [ 0.15.1] ( https://github.com/tensorflow/model-analysis/blob/v0.15.1/RELEASE.md ) | 1.15 / 2.0 | 2.16.0 |
67
68
| [ 0.15.0] ( https://github.com/tensorflow/model-analysis/blob/v0.15.0/RELEASE.md ) | 1.15 | 2.16.0 |
Original file line number Diff line number Diff line change 1
- # Current version (not yet released; still in development)
1
+ # Release 0.15.3
2
2
3
3
## Major Features and Improvements
4
4
5
5
## Bug fixes and other changes
6
6
7
+ * Updated vulcanized_tfma.js with UI changes in addons/fairness_indicators.
8
+
7
9
## Breaking changes
8
10
9
11
## Deprecations
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ combinations may also work.
58
58
tensorflow-model-analysis | tensorflow | apache-beam[ gcp]
59
59
------------------------------------------------------------------------------------ | ----------------- | ----------------
60
60
[ 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
61
62
[ 0.15.2] ( https://github.com/tensorflow/model-analysis/blob/v0.15.2/RELEASE.md ) | 1.15 / 2.0 | 2.16.0
62
63
[ 0.15.1] ( https://github.com/tensorflow/model-analysis/blob/v0.15.1/RELEASE.md ) | 1.15 / 2.0 | 2.16.0
63
64
[ 0.15.0] ( https://github.com/tensorflow/model-analysis/blob/v0.15.0/RELEASE.md ) | 1.15 | 2.16.0
Original file line number Diff line number Diff line change 15
15
16
16
# Version string for this release of TFMA.
17
17
# Note that setup.py reads and uses this version.
18
- VERSION_STRING = '0.16.0dev '
18
+ VERSION_STRING = '0.15.3 '
You can’t perform that action at this time.
0 commit comments