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 25b9b72 commit 7bfdf67Copy full SHA for 7bfdf67
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.13] - 2025-04-30
11
+
12
### Changed
13
14
- Support for `jax.sharding.PositionalSharding` has been removed since it has
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.12'
+__version__ = '0.11.13'
21
# LINT.ThenChange(//depot//orbax/checkpoint/CHANGELOG.md)
22
23
0 commit comments