Skip to content

Commit 50c4f0b

Browse files
cpgaffney1Orbax Authors
authored andcommitted
Release 0.11.15.
PiperOrigin-RevId: 771144543
1 parent 56f6135 commit 50c4f0b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

checkpoint/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
1315
information should be redundant, since the barrier ID always corresponds 1:1
1416
with the provided processes ('local_all_steps':
1517
processes_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

checkpoint/orbax/checkpoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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

0 commit comments

Comments
 (0)