mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Update version and changelog for jax 0.3.19 release
This commit is contained in:
parent
9e4114f0f1
commit
d028d93983
@ -8,9 +8,12 @@ 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.19
|
||||
## jax 0.3.20
|
||||
|
||||
## jaxlib 0.3.19
|
||||
## jaxlib 0.3.20
|
||||
|
||||
## jax 0.3.19 (Sep 27, 2022)
|
||||
* Fixed required jaxlib version
|
||||
|
||||
## jax 0.3.18 (Sep 26, 2022)
|
||||
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.3.17...jax-v0.3.18).
|
||||
|
@ -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.19"
|
||||
__version__ = "0.3.20"
|
||||
_minimum_jaxlib_version = "0.3.15"
|
||||
|
||||
def _version_as_tuple(version_str):
|
||||
|
Loading…
x
Reference in New Issue
Block a user