File tree 3 files changed +8
-4
lines changed
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.22
9
+ ## jax 0.4.23
10
+
11
+ ## jaxlib 0.4.23
12
+
13
+ ## jax 0.4.22 (Dec 13, 2023)
10
14
11
15
* Deprecations
12
16
* The ` device_buffer ` and ` device_buffers ` properties of JAX arrays are deprecated.
@@ -15,7 +19,7 @@ Remember to align the itemized text with the first line of an item within a list
15
19
* ` arr.device_buffer ` becomes ` arr.addressable_data(0) `
16
20
* ` arr.device_buffers ` becomes ` [x.data for x in arr.addressable_shards] `
17
21
18
- ## jaxlib 0.4.22
22
+ ## jaxlib 0.4.22 (Dec 13, 2023)
19
23
20
24
## jax 0.4.21 (Dec 4 2023)
21
25
Original file line number Diff line number Diff line change 21
21
import pathlib
22
22
import subprocess
23
23
24
- _version = "0.4.22 "
24
+ _version = "0.4.23 "
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.22'
26
26
# The following should be updated with each new jaxlib release.
27
- _latest_jaxlib_version_on_pypi = '0.4.21 '
27
+ _latest_jaxlib_version_on_pypi = '0.4.22 '
28
28
_available_cuda11_cudnn_versions = ['86' ]
29
29
_default_cuda11_cudnn_version = '86'
30
30
_default_cuda12_cudnn_version = '89'
You can’t perform that action at this time.
0 commit comments