File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.11.15] - 2025-06-13
11+
1012### Changed
1113
1214- #emergency-checkpoint Stop including barrier processes in barrier names. This
1315information should be redundant, since the barrier ID always corresponds 1:1
1416with the provided processes ('local_all_steps':
1517processes_excepting_primary_slice, 'find_complete_slice`: all_processes).
18+ - #emergency-checkpoint Support a ` keep_period ` like the regular
19+ ` CheckpointManager ` .
1620
1721## [ 0.11.14] - 2025-06-09
1822
Original file line number Diff line number Diff line change 1717# A new PyPI release will be pushed everytime `__version__` is increased.
1818# Also modify version and date in CHANGELOG.
1919# LINT.IfChange
20- __version__ = '0.11.14 '
20+ __version__ = '0.11.15 '
2121# LINT.ThenChange(//depot//orbax/checkpoint/CHANGELOG.md)
2222
2323
You can’t perform that action at this time.
0 commit comments