File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,13 @@ Remember to align the itemized text with the first line of an item within a list
1414When 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
Original file line number Diff line number Diff line change 2121import pathlib
2222import 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
You can’t perform that action at this time.
0 commit comments