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 9f615d7 commit 657c9f6Copy full SHA for 657c9f6
CHANGELOG.md
@@ -2,6 +2,21 @@
2
3
↗️ = updated since previous release
4
5
+## v2025.4.9
6
+- `jax-ai-stack` packages:
7
+ - `jax==0.5.3` ↗️
8
+ - `chex==0.1.89` ↗️
9
+ - `flax==0.10.5` ↗️
10
+ - `ml_dtypes==0.5.1` ↗️
11
+ - `optax==0.2.4`
12
+ - `orbax-checkpoint==0.11.12` ↗️
13
+ - `orbax-export==0.0.6`
14
+- `jax-ai-stack[tfds]` packages:
15
+ - `tensorflow==2.19.0` ↗️
16
+ - `tensorflow_datasets==4.9.8` ↗️
17
+- `jax-ai-stack[grain]` packages:
18
+ - `grain==0.2.7` ↗️
19
+
20
## v2025.2.5
21
- `jax-ai-stack` packages:
22
- `jax==0.5.0` ↗️
jax_ai_stack/__init__.py
@@ -1,3 +1,3 @@
1
"""jax-ai-stack metapackage."""
-__version__ = "2025.2.5"
+__version__ = "2025.4.9"
0 commit comments