File tree Expand file tree Collapse file tree 6 files changed +85
-68
lines changed
tensorflow_model_analysis Expand file tree Collapse file tree 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.
209209
210210| tensorflow-model-analysis | apache-beam[ gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl |
211211| ------------------------------------------------------------------------------------ | ----------------| ----------| -------------------| --------------------| ----------|
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 |
213214| [ 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 |
214215| [ 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 |
215216| [ 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 44
55## Major Features and Improvements
66
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+
717* Removes the metrics modules from experimental now that it is migrated to
818 [ py-ml-metrics] ( https://pypi.org/project/py-ml-metrics/ ) package.
919* Adds Constituent Flip Rate Metrics: SymmetricFlipRate, NegToNegFlipRate,
1222
1323## Bug fixes and other Changes
1424
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+
1629* Removes ` attrs ` requirement.
1730* Consolidate Matrix definition for semantic segmentation confusion matrix
1831 metrics.
1932* Provide AggregateFn and interface and default call impl to adapt TFMA
2033 metrics combiner for in-process call.
2134* Move Mean metrics from experimental to metrics.
2235* Fix the bug of size estimator failure.
23- * Depends on ` tensorflow~ =2.15.0 ` .
36+ * Depends on ` tensorflow> =2.15.0,<2.16 ` .
2437* Fix the failure in testMeanAttributions.
2538* Fix the input type mismatch in metric_specs_tests between bool and None.
2639* Fix the failure in the slice test due to beam type hints check.
3649
3750## Deprecations
3851
52+ * Deprecated python 3.8 support.
53+
3954# Version 0.45.0
4055
4156## Major Features and Improvements
You can’t perform that action at this time.
0 commit comments