Skip to content

Commit f749bde

Browse files
authored
Bump version to 2025-1-9 (#143)
1 parent 0423108 commit f749bde

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change log
22

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+
319
## v2024.12.10
420
(*) = updated since previous release
521

jax_ai_stack/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""jax-ai-stack metapackage."""
22

3-
__version__ = "2024.12.10" # keep in sync with pyproject.toml
3+
__version__ = "2025.1.9" # keep in sync with pyproject.toml

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
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
44
description = ""
55
readme = "README.md"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)