Skip to content

Commit ce22429

Browse files
committed
Prepare for JAX release 0.5.2 (patch release over 0.5.1)
1 parent bb80a56 commit ce22429

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ Remember to align the itemized text with the first line of an item within a list
1414
When releasing, please add the new-release-boilerplate to docs/pallas/CHANGELOG.md.
1515
-->
1616

17+
## jax 0.5.2 (Mar 4, 2025)
18+
19+
Patch release of 0.5.1
20+
21+
* Bug fixes
22+
* Fixes TPU metric logging and `tpu-info`, which was broken in 0.5.1
23+
1724
## jax 0.5.1 (Feb 24, 2025)
1825

1926
* New Features

jax/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import pathlib
2222
import subprocess
2323

24-
_version = "0.5.1"
24+
_version = "0.5.2"
2525
# The following line is overwritten by build scripts in distributions &
2626
# releases. Do not modify this manually, or jax/jaxlib build will fail.
2727
_release_version: str | None = None

0 commit comments

Comments
 (0)