File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## v2025.1.9
4
+ (* ) = updated since previous release
5
+
6
+ - ` jax-ai-stack ` packages:
7
+ - (* ) ` jax==0.4.38 `
8
+ - ` flax==0.10.2 `
9
+ - ` ml_dtypes==0.4.0 `
10
+ - ` optax==0.2.4 `
11
+ - (* ) ` orbax-checkpoint==0.11.0 `
12
+ - ` orbax-export==0.0.6 `
13
+ - ` jax-ai-stack[tfds] ` packages:
14
+ - ` tensorflow==2.18.0 `
15
+ - ` tensorflow_datasets==4.9.7 `
16
+ - ` jax-ai-stack[grain] ` packages:
17
+ - (* ) ` grain==0.2.2 `
18
+
3
19
## v2024.12.10
4
20
(* ) = updated since previous release
5
21
Original file line number Diff line number Diff line change 1
1
"""jax-ai-stack metapackage."""
2
2
3
- __version__ = "2024.12.10 " # keep in sync with pyproject.toml
3
+ __version__ = "2025.1.9 " # keep in sync with pyproject.toml
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " jax-ai-stack"
3
- version = " 2024.12.10 " # keep in sync with jax_ai_stack/__init__.py
3
+ version = " 2025.1.9 " # keep in sync with jax_ai_stack/__init__.py
4
4
description = " "
5
5
readme = " README.md"
6
6
license = {file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments