Skip to content

Commit d643a2d

Browse files
dipannita08copybara-github
authored andcommitted
BEGIN_PUBLIC Update ml-goodput-measurement package for prod PyPi release v0.0.14. END_PUBLIC
This version adds handling non-fatal internal errors, logs warnings instead of errors. Details here: b/434819705 Tested: - Test package [here](https://test.pypi.org/project/ml-goodput-measurement/0.1.43/) - Example [workload](https://cloudlogging.app.goo.gl/ZtfpDVRYvusp9B5S7) PiperOrigin-RevId: 788600743
1 parent 10f70bf commit d643a2d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ 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.14] - 2025-07-29
24+
25+
* Handle non-fatal internal errors, log warnings & continue.
26+
2327
## [0.0.13] - 2025-07-25
2428

2529
* 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`):
101105
* Initial release of ML Goodput Measurement PyPi package
102106
* Feature: Contains the Goodput module which allows logging and retrieval of training job's overall productive Goodput
103107

108+
[0.0.13]: https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.13...v0.0.14
104109
[0.0.13]: https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.12...v0.0.13
105110
[0.0.12]: https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.11...v0.0.12
106111
[0.0.11]: https://github.com/AI-Hypercomputer/ml-goodput-measurement/compare/v0.0.10...v0.0.11

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[project]
1616
name = "ml_goodput_measurement"
17-
version = "0.0.13"
17+
version = "0.0.14"
1818
authors = [
1919
{ name="Cloud TPU Team", email="[email protected]" },
2020
]

0 commit comments

Comments
 (0)