Skip to content

Commit 27de854

Browse files
author
jax authors
committed
Merge pull request #21781 from hawkinsp:release
PiperOrigin-RevId: 641994356
2 parents 489febe + 6fa31e5 commit 27de854

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ Best viewed [here](https://jax.readthedocs.io/en/latest/changelog.html).
66
Remember to align the itemized text with the first line of an item within a list.
77
-->
88

9-
## jax 0.4.29
9+
## jax 0.4.30
10+
11+
## jaxlib 0.4.30
12+
13+
## jax 0.4.29 (June 10, 2024)
1014

1115
* Changes
1216
* We anticipate that this will be the last release of JAX and jaxlib
@@ -48,7 +52,7 @@ Remember to align the itemized text with the first line of an item within a list
4852
shardings that can be used with the JAX APIs from the HloShardings
4953
that are stored in the `Exported` objects.
5054

51-
## jaxlib 0.4.29
55+
## jaxlib 0.4.29 (June 10, 2024)
5256

5357
* Bug fixes
5458
* Fixed a bug where XLA sharded some concatenation operations incorrectly,

jax/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import pathlib
2222
import subprocess
2323

24-
_version = "0.4.29"
24+
_version = "0.4.30"
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
_current_jaxlib_version = '0.4.29'
2323
# The following should be updated with each new jaxlib release.
24-
_latest_jaxlib_version_on_pypi = '0.4.28'
24+
_latest_jaxlib_version_on_pypi = '0.4.29'
2525
_default_cuda12_cudnn_version = '91'
2626
_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version]
2727
_libtpu_version = '0.1.dev20240609'

0 commit comments

Comments
 (0)