Skip to content

Commit f46d3f6

Browse files
cpgaffney1Orbax Authors
authored andcommitted
Release 0.11.19.
PiperOrigin-RevId: 780799160
1 parent f7befdb commit f46d3f6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

checkpoint/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

checkpoint/orbax/checkpoint/checkpoint_manager.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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.18'
20+
__version__ = '0.11.19'
2121
# LINT.ThenChange(//depot//orbax/checkpoint/CHANGELOG.md)
2222

2323

0 commit comments

Comments
 (0)