1
0
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:
Sharad Vikram 2022-08-11 17:10:21 -07:00
parent e9e074f298
commit 841a662894
2 changed files with 5 additions and 2 deletions

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