File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 34
34
jax-version : ["newest"]
35
35
include :
36
36
- python-version : " 3.10"
37
- jax-version : " 0.5 .0" # keep in sync with minimum version in checkpoint/pyproject.toml
37
+ jax-version : " 0.6 .0" # keep in sync with minimum version in checkpoint/pyproject.toml
38
38
# TODO(b/401258175) Re-enable once JAX nightlies are fixed.
39
39
# - python-version: "3.13"
40
40
# jax-version: "nightly"
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.11.25] - 2025-09-10
11
+
10
12
### Changed
11
13
12
14
- Move temporary path detection into ` TemporaryPath ` class. This class serves
17
19
- Remove the ` jax_pmap_no_rank_reduction=False ` code path for
18
20
` utils.fully_replicated_host_local_array_to_global_array ` .
19
21
` jax_pmap_no_rank_reduction=True ` by default in JAX.
22
+ - Changed to minimum jax version requirement to v0.6.0
20
23
21
24
## [ 0.11.24] - 2025-08-28
22
25
Original file line number Diff line number Diff line change 17
17
# A new PyPI release will be pushed everytime `__version__` is increased.
18
18
# Also modify version and date in CHANGELOG.
19
19
# LINT.IfChange
20
- __version__ = '0.11.24 '
20
+ __version__ = '0.11.25 '
21
21
# LINT.ThenChange(//depot//orbax/checkpoint/CHANGELOG.md)
22
22
23
23
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies = [
26
26
' etils[epath,epy]' ,
27
27
' typing_extensions' ,
28
28
' msgpack' ,
29
- ' jax >= 0.5 .0' ,
29
+ ' jax >= 0.6 .0' ,
30
30
' numpy' ,
31
31
' pyyaml' ,
32
32
' tensorstore >= 0.1.71' ,
You can’t perform that action at this time.
0 commit comments