We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8668c commit 7ff6394Copy full SHA for 7ff6394
CHANGELOG.md
@@ -14,7 +14,9 @@ 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.6.0
+## Unreleased
18
+
19
+## JAX 0.6.0 (April 16, 2025)
20
21
* Breaking changes
22
jax/version.py
@@ -21,7 +21,7 @@
import pathlib
import subprocess
23
24
-_version = "0.6.0"
+_version = "0.6.1"
25
# The following line is overwritten by build scripts in distributions &
26
# releases. Do not modify this manually, or jax/jaxlib build will fail.
27
_release_version: str | None = None
0 commit comments