From 8e423e3d56390671f0d954c90f4fd163ab02a9c1 Mon Sep 17 00:00:00 2001 From: Goldie Gadde Date: Thu, 13 Jun 2019 05:17:26 -0700 Subject: [PATCH] Update release notes. --- RELEASE.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 82bac08a408..1470581e668 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,16 @@ +# Release 2.0.0-beta1 + +Tensorflow 2.0.0-beta1 is a minor update to 2.0.0-beta0 with a few important bug +fixes. Please refer to [2.0.0-beta0 release +notes](https://github.com/tensorflow/tensorflow/releases/tag/v2.0.0-beta0) for a +complete list of changes in 2.0.0-beta0. + +## Bug Fixes and Other Changes +* Partially fix the function inlining and performance regression for LSTM/GRU. +* Replace training tensor argument with python boolean. Required for TFLite, which does not yet support control flow ops. +* Allow SavedModel serialization to accept `None` InputSpec values. + + # Release 2.0.0-beta0 ## Major Features and Improvements