Skip to content

Commit 7f1c736

Browse files
authored
Bump version to 2025.10.28 (#258)
1 parent 23794d4 commit 7f1c736

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
↗️ = updated since previous release
44

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`
518

619
## v2025.9.3
720
- `jax-ai-stack` packages:

jax_ai_stack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""jax-ai-stack metapackage."""
22

3-
__version__ = "2025.9.3"
3+
__version__ = "2025.10.28"

0 commit comments

Comments
 (0)