We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb80a56 commit ce22429Copy full SHA for ce22429
CHANGELOG.md
@@ -14,6 +14,13 @@ Remember to align the itemized text with the first line of an item within a list
14
When releasing, please add the new-release-boilerplate to docs/pallas/CHANGELOG.md.
15
-->
16
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
24
## jax 0.5.1 (Feb 24, 2025)
25
26
* New Features
jax/version.py
@@ -21,7 +21,7 @@
import pathlib
import subprocess
-_version = "0.5.1"
+_version = "0.5.2"
# The following line is overwritten by build scripts in distributions &
# releases. Do not modify this manually, or jax/jaxlib build will fail.
27
_release_version: str | None = None
0 commit comments