Update version.py and CHANGELOG for jax 0.3.23 release

This commit is contained in:
Skye Wanderman-Milne 2022-10-12 11:09:15 -07:00
parent 58d516c49e
commit 1511439c01
2 changed files with 6 additions and 4 deletions

View File

@ -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,

View File

@ -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):