File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
20
20
* Update the `[Unreleased]` url: `v1.0.0...HEAD` -> `v2.0.0...HEAD`
21
21
22
22
-->
23
+ ## [ 0.0.14] - 2025-07-29
24
+
25
+ * Handle non-fatal internal errors, log warnings & continue.
26
+
23
27
## [ 0.0.13] - 2025-07-25
24
28
25
29
* Fix occasional gaps in cumulative Goodput Monitor dashboard.
@@ -101,6 +105,7 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
101
105
* Initial release of ML Goodput Measurement PyPi package
102
106
* Feature: Contains the Goodput module which allows logging and retrieval of training job's overall productive Goodput
103
107
108
+ [ 0.0.13 ] : https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.13...v0.0.14
104
109
[ 0.0.13 ] : https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.12...v0.0.13
105
110
[ 0.0.12 ] : https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.11...v0.0.12
106
111
[ 0.0.11 ] : https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.10...v0.0.11
Original file line number Diff line number Diff line change 14
14
15
15
[project ]
16
16
name = " ml_goodput_measurement"
17
- version = " 0.0.13 "
17
+ version = " 0.0.14 "
18
18
authors = [
19
19
{
name =
" Cloud TPU Team" ,
email =
" [email protected] " },
20
20
]
You can’t perform that action at this time.
0 commit comments