File tree 5 files changed +6
-4
lines changed
tensorflow_model_analysis 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ combinations may also work.
80
80
| tensorflow-model-analysis | tensorflow | apache-beam[ gcp] |
81
81
| ------------------------------------------------------------------------------------| --------------| ----------------|
82
82
| [ GitHub master] ( https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md ) | nightly (1.x/2.x) | 2.19.0 |
83
+ | [ 0.21.6] ( https://github.com/tensorflow/model-analysis/blob/v0.21.6/RELEASE.md ) | 1.15 / 2.1 | 2.19.0 |
83
84
| [ 0.21.5] ( https://github.com/tensorflow/model-analysis/blob/v0.21.5/RELEASE.md ) | 1.15 / 2.1 | 2.19.0 |
84
85
| [ 0.21.4] ( https://github.com/tensorflow/model-analysis/blob/v0.21.4/RELEASE.md ) | 1.15 / 2.1 | 2.19.0 |
85
86
| [ 0.21.3] ( https://github.com/tensorflow/model-analysis/blob/v0.21.3/RELEASE.md ) | 1.15 / 2.1 | 2.17.0 |
Original file line number Diff line number Diff line change 1
- # Current Version(Still in development)
1
+ # Release 0.21.6
2
2
3
3
## Major Features and Improvements
4
4
5
5
## Bug fixes and other changes
6
6
7
7
* Populate confidence_interval field in addition to bounded_value when
8
8
confidence intervals is enabled.
9
+ * Only requires ` avro-python3>=1.8.1,!=1.9.2.*,<2.0.0 ` on Python 3.5 + MacOS
9
10
10
11
## Breaking changes
11
12
18
19
* Now publish NPM under ` tensorflow_model_analysis ` for UI components.
19
20
20
21
## Bug fixes and other changes
21
- * Only requires ` avro-python3>=1.8.1,!=1.9.2.*,<2.0.0 ` on Python 3.5 + MacOS
22
22
23
23
* Depends on 'tfx-bsl>=0.21.3,<0.22',
24
24
* Depends on 'tensorflow>=1.15,<3',
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ combinations may also work.
54
54
tensorflow-model-analysis | tensorflow | apache-beam[ gcp]
55
55
------------------------------------------------------------------------------------ | ----------------- | ----------------
56
56
[ GitHub master] ( https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md ) | nightly (1.x/2.x) | 2.19.0
57
+ [ 0.21.6] ( https://github.com/tensorflow/model-analysis/blob/v0.21.6/RELEASE.md ) | 1.15 / 2.1 | 2.19.0
57
58
[ 0.21.5] ( https://github.com/tensorflow/model-analysis/blob/v0.21.5/RELEASE.md ) | 1.15 / 2.1 | 2.19.0
58
59
[ 0.21.4] ( https://github.com/tensorflow/model-analysis/blob/v0.21.4/RELEASE.md ) | 1.15 / 2.1 | 2.17.0
59
60
[ 0.21.3] ( https://github.com/tensorflow/model-analysis/blob/v0.21.3/RELEASE.md ) | 1.15 / 2.1 | 2.17.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tensorflow_model_analysis" ,
3
- "version" : " 0.22.0dev " ,
3
+ "version" : " 0.21.6 " ,
4
4
"homepage" : " https://github.com/tensorflow/model-analysis" ,
5
5
"bugs" : " https://github.com/tensorflow/model-analysis/issues" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 16
16
17
17
# Version string for this release of TFMA.
18
18
# Note that setup.py reads and uses this version.
19
- VERSION_STRING = '0.22.0dev '
19
+ VERSION_STRING = '0.21.6 '
You can’t perform that action at this time.
0 commit comments