Update jax version to 0.2.16

This commit is contained in:
Skye Wanderman-Milne 2021-06-23 14:42:36 -07:00
parent c985d76ee5
commit 3da8a4cd86
2 changed files with 6 additions and 3 deletions

View File

@ -8,8 +8,11 @@ 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.2.16 (unreleased)
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.15...main).
## jax 0.2.17 (unreleased)
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.16...main).
## jax 0.2.16 (June 23 2021)
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.15...jax-v0.2.16).
## jax 0.2.15 (June 23 2021)
* [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.14...jax-v0.2.15).

View File

@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.2.15"
__version__ = "0.2.16"
_minimum_jaxlib_version = "0.1.65"