File tree Expand file tree Collapse file tree 5 files changed +22
-2
lines changed
tensorflow_model_analysis Expand file tree Collapse file tree 5 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ combinations may also work.
210
210
| tensorflow-model-analysis | apache-beam[ gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl |
211
211
| ------------------------------------------------------------------------------------ | ----------------| ----------| -------------------| --------------------| ----------|
212
212
| [ GitHub master] ( https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md ) | 2.40.0 | 6.0.0 | nightly (1.x/2.x) | 1.10.0 | 1.10.1 |
213
+ | [ 0.41.1] ( https://github.com/tensorflow/model-analysis/blob/v0.41.1/RELEASE.md ) | 2.40.0 | 6.0.0 | 1.15.5 / 2.9 | 1.10.0 | 1.10.1 |
213
214
| [ 0.41.0] ( https://github.com/tensorflow/model-analysis/blob/v0.41.0/RELEASE.md ) | 2.40.0 | 6.0.0 | 1.15.5 / 2.9 | 1.10.0 | 1.10.1 |
214
215
| [ 0.40.0] ( https://github.com/tensorflow/model-analysis/blob/v0.40.0/RELEASE.md ) | 2.38.0 | 5.0.0 | 1.15.5 / 2.9 | 1.9.0 | 1.9.0 |
215
216
| [ 0.39.0] ( https://github.com/tensorflow/model-analysis/blob/v0.39.0/RELEASE.md ) | 2.38.0 | 5.0.0 | 1.15.5 / 2.8 | 1.8.0 | 1.8.0 |
Original file line number Diff line number Diff line change 10
10
11
11
## Deprecations
12
12
13
+ # Version 0.41.1
14
+
15
+ ## Major Features and Improvements
16
+
17
+ * N/A
18
+
19
+ ## Bug fixes and other Changes
20
+
21
+ * Move the version to top of init.py since the original "from tensorflow_model_analysis.sdk import * " will not import private symbol.
22
+
23
+ ## Breaking Changes
24
+
25
+ * N/A
26
+
27
+ ## Deprecations
28
+
29
+ * N/A
30
+
13
31
# Version 0.41.0
14
32
15
33
## Major Features and Improvements
Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ combinations may also work.
153
153
tensorflow-model-analysis | apache-beam[ gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl
154
154
------------------------------------------------------------------------------------ | ---------------- | ------- | ----------------- | ------------------- | -------
155
155
[ GitHub master] ( https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md ) | 2.40.0 | 6.0.0 | nightly (1.x/2.x) | 1.10.0 | 1.10.1
156
+ [ 0.41.1] ( https://github.com/tensorflow/model-analysis/blob/v0.41.1/RELEASE.md ) | 2.40.0 | 6.0.0 | 1.15 / 2.9 | 1.10.0 | 1.10.1
156
157
[ 0.41.0] ( https://github.com/tensorflow/model-analysis/blob/v0.41.0/RELEASE.md ) | 2.40.0 | 6.0.0 | 1.15 / 2.9 | 1.10.0 | 1.10.1
157
158
[ 0.40.0] ( https://github.com/tensorflow/model-analysis/blob/v0.40.0/RELEASE.md ) | 2.38.0 | 5.0.0 | 1.15 / 2.9 | 1.9.0 | 1.9.0
158
159
[ 0.39.0] ( https://github.com/tensorflow/model-analysis/blob/v0.39.0/RELEASE.md ) | 2.38.0 | 5.0.0 | 1.15 / 2.8 | 1.8.0 | 1.8.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tensorflow_model_analysis" ,
3
- "version" : " 0.41.0 " ,
3
+ "version" : " 0.41.1 " ,
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 15
15
16
16
# Version string for this release of TFMA.
17
17
# Note that setup.py reads and uses this version.
18
- VERSION = '0.41.0 '
18
+ VERSION = '0.41.1 '
You can’t perform that action at this time.
0 commit comments