File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ Remember to align the itemized text with the first line of an item within a list
50
50
* Changes
51
51
* JAX now supports CUDA 12.1 or newer only. Support for CUDA 11.8 has been
52
52
dropped.
53
+ * JAX now supports NumPy 2.0.
53
54
54
55
## jax 0.4.25 (Feb 26, 2024)
55
56
Original file line number Diff line number Diff line change 22
22
23
23
project_name = 'jax'
24
24
25
- _current_jaxlib_version = '0.4.25 '
25
+ _current_jaxlib_version = '0.4.26 '
26
26
# The following should be updated with each new jaxlib release.
27
27
_latest_jaxlib_version_on_pypi = '0.4.25'
28
28
_default_cuda12_cudnn_version = '89'
29
29
_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version ]
30
- _libtpu_version = '0.1.dev20240224 '
30
+ _libtpu_version = '0.1.dev20240403 '
31
31
32
32
def load_version_module (pkg_path ):
33
33
spec = importlib .util .spec_from_file_location (
You can’t perform that action at this time.
0 commit comments