File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ 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.3
17+ ## Unreleased
18+
19+ ## jax 0.5.3 (Mar 19, 2025)
1820
1921* New Features
2022
Original file line number Diff line number Diff line change 2121import pathlib
2222import subprocess
2323
24- _version = "0.5.3 "
24+ _version = "0.5.4 "
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
Original file line number Diff line number Diff line change 2121
2222_current_jaxlib_version = '0.5.3'
2323# The following should be updated after each new jaxlib release.
24- _latest_jaxlib_version_on_pypi = '0.5.1 '
24+ _latest_jaxlib_version_on_pypi = '0.5.3 '
2525
2626_libtpu_version = '0.0.11.*'
2727
You can’t perform that action at this time.
0 commit comments