From 61ab59c40af4e9c79571ad8873501fc53d2624db Mon Sep 17 00:00:00 2001 From: Qiao Zhang Date: Mon, 28 Jun 2021 13:52:19 -0700 Subject: [PATCH] Update changelog for jax and jaxlib releases. --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45e4954af..29c1d26f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,12 +11,16 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK. ## jax 0.2.17 (unreleased) * [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.16...main). +## jaxlib 0.1.69 (unreleased) + ## 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). * New features: + * [#7042](https://github.com/google/jax/pull/7042) Turned on TFRT CPU backend + with significant dispatch performance improvements on CPU. * The {func}`jax2tf.convert` supports inequalities and min/max for booleans ({jax-issue}`#6956`). @@ -28,6 +32,11 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK. * Fixed bug that prevented round-tripping from JAX to TF and back: `jax2tf.call_tf(jax2tf.convert)` ({jax-issue}`#6947`). +## jaxlib 0.1.68 (June 23 2021) +* Bug fixes: + * Fixed bug in TFRT CPU backend that gets nans when transfer TPU buffer to + CPU. + ## jax 0.2.14 (June 10 2021) * [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.13...jax-v0.2.14). * New features: @@ -56,7 +65,7 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK. * The {func}`jax2tf.convert` now has support for inequality comparisons and min/max for complex numbers ({jax-issue}`#6892`). -## jaxlib 0.1.67 (unreleased) +## jaxlib 0.1.67 (May 17 2021) ## jaxlib 0.1.66 (May 11 2021)