File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2020 * Update the `[Unreleased]` url: `v1.0.0...HEAD` -> `v2.0.0...HEAD`
2121
2222-->
23+ ## [ 0.0.12] - 2025-06-25
24+
25+ * Support monitoring disruption badput due to infrastructure recovery.
26+ * Support monitoring ideal step time.
27+ * Code clean up and bug fixes.
28+
2329## [ 0.0.11] - 2025-06-06
2430
2531* Support for monitoring performance degradations.
@@ -91,6 +97,7 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
9197* Initial release of ML Goodput Measurement PyPi package
9298* Feature: Contains the Goodput module which allows logging and retrieval of training job's overall productive Goodput
9399
100+ [ 0.0.12 ] : https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.11...v0.0.12
94101[ 0.0.11 ] : https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.10...v0.0.11
95102[ 0.0.10 ] : https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.8...v0.0.10
96103[ 0.0.8 ] : https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.7...v0.0.8
Original file line number Diff line number Diff line change 1414
1515[project ]
1616name = " ml_goodput_measurement"
17- version = " 0.0.11 "
17+ version = " 0.0.12 "
1818authors = [
1919 {
name =
" Cloud TPU Team" ,
email =
" [email protected] " },
2020]
You can’t perform that action at this time.
0 commit comments