File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ Best viewed [here](https://jax.readthedocs.io/en/latest/changelog.html).
6
6
Remember to align the itemized text with the first line of an item within a list.
7
7
-->
8
8
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)
10
14
11
15
* New Functionality
12
16
* 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
45
49
JAX serialization version lower than 9.
46
50
47
51
48
- ## jaxlib 0.4.26
52
+ ## jaxlib 0.4.26 (April 3, 2024)
49
53
50
54
* Changes
51
55
* JAX now supports CUDA 12.1 or newer only. Support for CUDA 11.8 has been
Original file line number Diff line number Diff line change 21
21
import pathlib
22
22
import subprocess
23
23
24
- _version = "0.4.26 "
24
+ _version = "0.4.27 "
25
25
# The following line is overwritten by build scripts in distributions &
26
26
# releases. Do not modify this manually, or jax/jaxlib build will fail.
27
27
_release_version : str | None = None
Original file line number Diff line number Diff line change 24
24
25
25
_current_jaxlib_version = '0.4.26'
26
26
# 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 '
28
28
_default_cuda12_cudnn_version = '89'
29
29
_available_cuda12_cudnn_versions = [_default_cuda12_cudnn_version ]
30
30
_libtpu_version = '0.1.dev20240403'
You can’t perform that action at this time.
0 commit comments