Skip to content

Commit 657c9f6

Browse files
authored
Bump version to 2025.4.9 (#193)
1 parent 9f615d7 commit 657c9f6

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

33
↗️ = updated since previous release
44

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+
520
## v2025.2.5
621
- `jax-ai-stack` packages:
722
- `jax==0.5.0` ↗️

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.2.5"
3+
__version__ = "2025.4.9"

0 commit comments

Comments
 (0)