mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Update version + CHANGELOG for jax 0.3.13 release
This commit is contained in:
parent
744f6b4ee8
commit
6b926d5551
@ -8,12 +8,15 @@ 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.
|
PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## jax 0.3.13 (Unreleased)
|
## jax 0.3.14 (Unreleased)
|
||||||
* [GitHub commits](https://github.com/google/jax/compare/jaxlib-v0.3.12...main).
|
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.3.13...main).
|
||||||
|
|
||||||
## jaxlib 0.3.11 (Unreleased)
|
## jaxlib 0.3.11 (Unreleased)
|
||||||
* [GitHub commits](https://github.com/google/jax/compare/jaxlib-v0.3.10...main).
|
* [GitHub commits](https://github.com/google/jax/compare/jaxlib-v0.3.10...main).
|
||||||
|
|
||||||
|
## jax 0.3.13 (May 16, 2022)
|
||||||
|
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.3.12...jax-v0.3.13).
|
||||||
|
|
||||||
## jax 0.3.12 (May 15, 2022)
|
## jax 0.3.12 (May 15, 2022)
|
||||||
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.3.11...jax-v0.3.12).
|
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.3.11...jax-v0.3.12).
|
||||||
* Changes
|
* Changes
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
def _version_as_tuple(version_str):
|
def _version_as_tuple(version_str):
|
||||||
return tuple(int(i) for i in version_str.split(".") if i.isdigit())
|
return tuple(int(i) for i in version_str.split(".") if i.isdigit())
|
||||||
|
|
||||||
__version__ = "0.3.13"
|
__version__ = "0.3.14"
|
||||||
__version_info__ = _version_as_tuple(__version__)
|
__version_info__ = _version_as_tuple(__version__)
|
||||||
|
|
||||||
_minimum_jaxlib_version = "0.3.7"
|
_minimum_jaxlib_version = "0.3.7"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user