Merge pull request #21781 from hawkinsp:release

PiperOrigin-RevId: 641994356
This commit is contained in:
jax authors 2024-06-10 12:56:31 -07:00
commit 27de85439e
3 changed files with 8 additions and 4 deletions

View File

@ -6,7 +6,11 @@ Best viewed [here](https://jax.readthedocs.io/en/latest/changelog.html).
Remember to align the itemized text with the first line of an item within a list.
-->
## jax 0.4.29
## jax 0.4.30
## jaxlib 0.4.30
## jax 0.4.29 (June 10, 2024)
* Changes
* 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
shardings that can be used with the JAX APIs from the HloShardings
that are stored in the `Exported` objects.
## jaxlib 0.4.29
## jaxlib 0.4.29 (June 10, 2024)
* Bug fixes
* Fixed a bug where XLA sharded some concatenation operations incorrectly,

View File

@ -21,7 +21,7 @@ import os
import pathlib
import subprocess
_version = "0.4.29"
_version = "0.4.30"
# The following line is overwritten by build scripts in distributions &
# releases. Do not modify this manually, or jax/jaxlib build will fail.
_release_version: str | None = None

View File

@ -21,7 +21,7 @@ project_name = 'jax'
_current_jaxlib_version = '0.4.29'
# The following should be updated with each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.28'
_latest_jaxlib_version_on_pypi = '0.4.29'
_default_cuda12_cudnn_version = '91'
_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version]
_libtpu_version = '0.1.dev20240609'