Skip to content

Commit 24517ca

Browse files
yashk2810jax authors
authored andcommitted
Finish jax and jaxlib 0.4.26 release
PiperOrigin-RevId: 621658207
1 parent bfdf3c4 commit 24517ca

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.26
9+
## jax 0.4.27
10+
11+
## jaxlib 0.4.27
12+
13+
## jax 0.4.26 (April 3, 2024)
1014

1115
* New Functionality
1216
* Added {func}`jax.numpy.trapezoid`, following the addition of this function in
@@ -45,7 +49,7 @@ Remember to align the itemized text with the first line of an item within a list
4549
JAX serialization version lower than 9.
4650

4751

48-
## jaxlib 0.4.26
52+
## jaxlib 0.4.26 (April 3, 2024)
4953

5054
* Changes
5155
* JAX now supports CUDA 12.1 or newer only. Support for CUDA 11.8 has been

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.26"
24+
_version = "0.4.27"
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
@@ -24,7 +24,7 @@
2424

2525
_current_jaxlib_version = '0.4.26'
2626
# The following should be updated with each new jaxlib release.
27-
_latest_jaxlib_version_on_pypi = '0.4.25'
27+
_latest_jaxlib_version_on_pypi = '0.4.26'
2828
_default_cuda12_cudnn_version = '89'
2929
_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version]
3030
_libtpu_version = '0.1.dev20240403'

0 commit comments

Comments
 (0)