We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382cb7a commit 364077aCopy full SHA for 364077a
checkpoint/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.11.27] - 2025-11-04
11
+
12
### Added
13
14
- #v1 Add Save option `enable_replica_parallel_separate_folder`
checkpoint/orbax/checkpoint/version.py
@@ -17,7 +17,7 @@
17
# A new PyPI release will be pushed everytime `__version__` is increased.
18
# Also modify version and date in CHANGELOG.
19
# LINT.IfChange
20
-__version__ = '0.11.26'
+__version__ = '0.11.27'
21
# LINT.ThenChange(//depot//orbax/checkpoint/CHANGELOG.md)
22
23
0 commit comments