File tree 6 files changed +85
-68
lines changed
tensorflow_model_analysis
6 files changed +85
-68
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,8 @@ combinations may also work.
209
209
210
210
| tensorflow-model-analysis | apache-beam[ gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl |
211
211
| ------------------------------------------------------------------------------------ | ----------------| ----------| -------------------| --------------------| ----------|
212
- | [ GitHub master] ( https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md ) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.14.0 | 1.14.0 |
212
+ | [ GitHub master] ( https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md ) | 2.47.0 | 10.0.0 | nightly (2.x) | 1.15.0 | 1.15.1 |
213
+ | [ 0.46.0] ( https://github.com/tensorflow/model-analysis/blob/v0.46.0/RELEASE.md ) | 2.47.0 | 10.0.0 | 2.15 | 1.15.0 | 1.15.1 |
213
214
| [ 0.45.0] ( https://github.com/tensorflow/model-analysis/blob/v0.45.0/RELEASE.md ) | 2.47.0 | 10.0.0 | 2.13 | 1.14.0 | 1.14.0 |
214
215
| [ 0.44.0] ( https://github.com/tensorflow/model-analysis/blob/v0.44.0/RELEASE.md ) | 2.40.0 | 6.0.0 | 2.12 | 1.13.1 | 1.13.0 |
215
216
| [ 0.43.0] ( https://github.com/tensorflow/model-analysis/blob/v0.43.0/RELEASE.md ) | 2.40.0 | 6.0.0 | 2.11 | 1.12.0 | 1.12.0 |
Original file line number Diff line number Diff line change 4
4
5
5
## Major Features and Improvements
6
6
7
+ ## Bug fixes and other Changes
8
+
9
+ ## Breaking Changes
10
+
11
+ ## Deprecations
12
+
13
+ # Version 0.46.0
14
+
15
+ ## Major Features and Improvements
16
+
7
17
* Removes the metrics modules from experimental now that it is migrated to
8
18
[ py-ml-metrics] ( https://pypi.org/project/py-ml-metrics/ ) package.
9
19
* Adds Constituent Flip Rate Metrics: SymmetricFlipRate, NegToNegFlipRate,
12
22
13
23
## Bug fixes and other Changes
14
24
15
- * Fix the bug about batching unsized numpy arrays. ## Breaking Changes
25
+ * Fix the bug about batching unsized numpy arrays.
26
+
27
+ ## Breaking Changes
28
+
16
29
* Removes ` attrs ` requirement.
17
30
* Consolidate Matrix definition for semantic segmentation confusion matrix
18
31
metrics.
19
32
* Provide AggregateFn and interface and default call impl to adapt TFMA
20
33
metrics combiner for in-process call.
21
34
* Move Mean metrics from experimental to metrics.
22
35
* Fix the bug of size estimator failure.
23
- * Depends on ` tensorflow~ =2.15.0 ` .
36
+ * Depends on ` tensorflow> =2.15.0,<2.16 ` .
24
37
* Fix the failure in testMeanAttributions.
25
38
* Fix the input type mismatch in metric_specs_tests between bool and None.
26
39
* Fix the failure in the slice test due to beam type hints check.
36
49
37
50
## Deprecations
38
51
52
+ * Deprecated python 3.8 support.
53
+
39
54
# Version 0.45.0
40
55
41
56
## Major Features and Improvements
You can’t perform that action at this time.
0 commit comments