mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 21:36:05 +00:00
Update version + changelog
This commit is contained in:
parent
e9e074f298
commit
841a662894
@ -8,7 +8,10 @@ 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.16 (Unreleased)
|
||||
## jax 0.3.17 (Unreleased)
|
||||
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.3.16...main).
|
||||
|
||||
## jax 0.3.16
|
||||
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.3.15...main).
|
||||
* Breaking changes
|
||||
* Support for NumPy 1.19 has been dropped, per the
|
||||
|
@ -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.16"
|
||||
__version__ = "0.3.17"
|
||||
_minimum_jaxlib_version = "0.3.14"
|
||||
|
||||
def _version_as_tuple(version_str):
|
||||
|
Loading…
x
Reference in New Issue
Block a user