Skip to content

Commit

Permalink
Finish jax and jaxlib 0.4.28 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 632653310
  • Loading branch information
Jake VanderPlas authored and jax authors committed May 11, 2024
1 parent 979d9ca commit 9ac1d38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.28
## jax 0.4.29

## jaxlib 0.4.29

## jax 0.4.28 (May 9, 2024)

* Bug fixes
* Reverted a change to `make_jaxpr` that was breaking Equinox (#21116).
Expand All @@ -23,7 +27,7 @@ Remember to align the itemized text with the first line of an item within a list
* Changes
* The minimum jaxlib version of this release is 0.4.27.

## jaxlib 0.4.28
## jaxlib 0.4.28 (May 9, 2024)

* Bug fixes
* Fixes a memory corruption bug in the type name of Array and JIT Python
Expand Down
2 changes: 1 addition & 1 deletion jax/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import pathlib
import subprocess

_version = "0.4.28"
_version = "0.4.29"
# 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

_current_jaxlib_version = '0.4.28'
# The following should be updated with each new jaxlib release.
_latest_jaxlib_version_on_pypi = '0.4.27'
_latest_jaxlib_version_on_pypi = '0.4.28'
_default_cuda12_cudnn_version = '89'
_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version]
_libtpu_version = '0.1.dev20240508'
Expand Down

0 comments on commit 9ac1d38

Please sign in to comment.