aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Eugene Brevdo <ebrevdo@gmail.com>2016-06-07 16:32:57 -0800
committerGravatar Eugene Brevdo <ebrevdo@google.com>2016-06-17 10:38:02 -0700
commitaaedc5733c3c43d9dffdcbf2b5a42bf661bd2419 (patch)
treec3afffbfcb64569c64d8e6131d0fe641649332a3 /RELEASE.md
parente13cd0530218e3f8c963b94967c924a8abe3650c (diff)
Make RNN api public.
Change: 124305799
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 5936b04739..7a0a523b90 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -12,6 +12,8 @@
* Higher level functionality in contrib.{layers,losses,metrics,learn}
* More features to Tensorboard
* Improved support for string embedding and sparse features
+* The RNN api is finally "official" (see, e.g., `tf.nn.dynamic_rnn`,
+ `tf.nn.rnn`, and the classes in `tf.nn.rnn_cell`).
* TensorBoard now has an Audio Dashboard, with associated audio summaries.
## Big Fixes and Other Changes