Skip to content

Commit fed7efd

Browse files
author
jax authors
committed
Merge pull request #20571 from hawkinsp:release
PiperOrigin-RevId: 621592689
2 parents 9bb3f79 + 6149326 commit fed7efd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Remember to align the itemized text with the first line of an item within a list
5050
* Changes
5151
* JAX now supports CUDA 12.1 or newer only. Support for CUDA 11.8 has been
5252
dropped.
53+
* JAX now supports NumPy 2.0.
5354

5455
## jax 0.4.25 (Feb 26, 2024)
5556

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222

2323
project_name = 'jax'
2424

25-
_current_jaxlib_version = '0.4.25'
25+
_current_jaxlib_version = '0.4.26'
2626
# The following should be updated with each new jaxlib release.
2727
_latest_jaxlib_version_on_pypi = '0.4.25'
2828
_default_cuda12_cudnn_version = '89'
2929
_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version]
30-
_libtpu_version = '0.1.dev20240224'
30+
_libtpu_version = '0.1.dev20240403'
3131

3232
def load_version_module(pkg_path):
3333
spec = importlib.util.spec_from_file_location(

0 commit comments

Comments
 (0)