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.
210210| tensorflow-model-analysis | apache-beam[ gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl |
211211| ------------------------------------------------------------------------------------ | ----------------| ----------| -------------------| --------------------| ----------|
212212| [ 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 |
213214| [ 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 |
214215| [ 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 |
215216| [ 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 1010
1111## Deprecations
1212
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+
1331# Version 0.41.0
1432
1533## Major Features and Improvements
Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ combinations may also work.
153153tensorflow-model-analysis | apache-beam[ gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl
154154------------------------------------------------------------------------------------ | ---------------- | ------- | ----------------- | ------------------- | -------
155155[ 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
156157[ 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
157158[ 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
158159[ 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 11{
22 "name" : " tensorflow_model_analysis" ,
3- "version" : " 0.41.0 " ,
3+ "version" : " 0.41.1 " ,
44 "homepage" : " https://github.com/tensorflow/model-analysis" ,
55 "bugs" : " https://github.com/tensorflow/model-analysis/issues" ,
66 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1515
1616# Version string for this release of TFMA.
1717# 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