File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ <!--
4+
5+ Changelog follow the https://keepachangelog.com/ standard (at least the headers)
6+
7+ This allows:
8+
9+ * auto-parsing release notes during the automated releases from github-action:
10+ https://github.com/marketplace/actions/pypi-github-auto-release
11+ * Have clickable headers in the rendered markdown
12+
13+ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
14+
15+ * Create a new `# [0.0.1] - YYYY-MM-DD` header and add the current
16+ `[Unreleased]` notes.
17+ * At the end of the file:
18+ * Define the new link url:
19+ `[0.0.1]: https://github.com/google/cloud_tpu_goodput/compare/v1.0.0...v2.0.0`
20+ * Update the `[Unreleased]` url: `v1.0.0...HEAD` -> `v2.0.0...HEAD`
21+
22+ -->
23+
24+ ## [ Unreleased]
25+
26+ ## [ 0.0.1] - 2024-02-26
27+ * Initial release of ML Goodput Measurement PyPi package
28+ * Feature: Contains the Goodput module which allows logging and retrieval of training job's overall productive Goodput
29+
30+ [ 1.0.0 ] : https://github.com/google/cloud_tpu_goodput/releases/tag/v1.0.0
You can’t perform that action at this time.
0 commit comments