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 23794d4 commit 7f1c736Copy full SHA for 7f1c736
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
↗️ = updated since previous release
4
5
+## v2025.10.28
6
+- `jax-ai-stack` packages:
7
+ - `jax==0.8.0` ↗️
8
+ - `chex==0.1.91` ↗️
9
+ - `grain==0.2.13` ↗️
10
+ - `flax==0.12.0` ↗️
11
+ - `ml_dtypes==0.5.3`
12
+ - `optax==0.2.6` ↗️
13
+ - `orbax-checkpoint==0.11.26` ↗️
14
+ - `orbax-export==0.0.8` ↗️
15
+- `jax-ai-stack[tfds]` packages:
16
+ - `tensorflow==2.20.0`
17
+ - `tensorflow_datasets==4.9.9`
18
19
## v2025.9.3
20
- `jax-ai-stack` packages:
jax_ai_stack/__init__.py
@@ -1,3 +1,3 @@
1
"""jax-ai-stack metapackage."""
-__version__ = "2025.9.3"
+__version__ = "2025.10.28"
0 commit comments