mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Update version.py and CHANGELOG for jax 0.3.23 release
This commit is contained in:
parent
58d516c49e
commit
1511439c01
@ -8,12 +8,14 @@ Remember to align the itemized text with the first line of an item within a list
|
||||
PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
|
||||
-->
|
||||
|
||||
## jax 0.3.23
|
||||
## jax 0.3.24
|
||||
|
||||
## jaxlib 0.3.24
|
||||
|
||||
## jax 0.3.23 (Oct 12, 2022)
|
||||
* Changes
|
||||
* Update Colab TPU driver version for new jaxlib release.
|
||||
|
||||
## jaxlib 0.3.23
|
||||
|
||||
## jax 0.3.22 (Oct 11, 2022)
|
||||
* Changes
|
||||
* Add `JAX_PLATFORMS=tpu,cpu` as default setting in TPU initialization,
|
||||
|
@ -15,7 +15,7 @@
|
||||
# This file is included as part of both jax and jaxlib. It is also
|
||||
# eval()-ed by setup.py, so it should not have any dependencies.
|
||||
|
||||
__version__ = "0.3.23"
|
||||
__version__ = "0.3.24"
|
||||
_minimum_jaxlib_version = "0.3.15"
|
||||
|
||||
def _version_as_tuple(version_str):
|
||||
|
Loading…
x
Reference in New Issue
Block a user