From 444ee5e840125552cde1ec13fbe03cf1ea100127 Mon Sep 17 00:00:00 2001 From: Skye Wanderman-Milne Date: Wed, 23 Jun 2021 11:55:40 -0700 Subject: [PATCH] Update jax version to 0.2.15 --- CHANGELOG.md | 9 ++++++--- jax/version.py | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0020f043f..88b0111e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.15 (unreleased) -* [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.14...main). +## jax 0.2.16 (unreleased) +* [GitHub commits](https://github.com/google/jax/compare/jax-v0.2.15...main). + +## 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: * The {func}`jax2tf.convert` supports inequalities and min/max for booleans ({jax-issue}`#6956`). @@ -21,7 +24,7 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK. * Bug fixes: * Fixed bug that prevented round-tripping from JAX to TF and back: `jax2tf.call_tf(jax2tf.convert)` ({jax-issue}`#6947`). - + ## 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: diff --git a/jax/version.py b/jax/version.py index 4b93559c5..f272a9465 100644 --- a/jax/version.py +++ b/jax/version.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.14" +__version__ = "0.2.15" _minimum_jaxlib_version = "0.1.65"