File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.11.19] - 2025-07-08
11+
1012### Added
1113
1214- #v1 Add dummy ` orbax.checkpoint ` file to help identify checkpoints.
1315- #v1 Add LeafHandlerRegistry
1416- #v1 Add StringLeafHandler
1517
18+ ### Changed
19+
20+ - Additional fixes and temporary options for Cloud users.
21+
1622## [ 0.11.18] - 2025-07-01
1723
1824### Changed
Original file line number Diff line number Diff line change @@ -345,8 +345,10 @@ class CheckpointManagerOptions:
345345 instead. Prefer to use this option over others.
346346 prevent_write_metrics: False by default. If True, metrics will not be written.
347347 enable_should_save_is_saving_in_progress_check: True by default. If False,
348- `should_save_fn` will not check `is_saving_in_progress` and will assume
349- that it is True. This is an interim workaround for b/428061876. Do not use
348+ `should_save_fn` will not check `is_saving_in_progress`, and will assume
349+ that no save is in progress. This only affects users of
350+ `ContinuousCheckpointingPolicy` - otherwise the value is ignored.
351+ This is an interim workaround for b/428061876. Do not use
350352 without explicit approval.
351353 """
352354
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.18 '
20+ __version__ = '0.11.19 '
2121# LINT.ThenChange(//depot//orbax/checkpoint/CHANGELOG.md)
2222
2323
You can’t perform that action at this time.
0 commit comments