aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2016-06-30 01:11:12 -0700
committerGravatar Martin Wicke <wicke@google.com>2016-06-30 08:10:25 -0700
commit30fc952faa4b100bc19ec1a7009e55c55a1b949b (patch)
tree71e70bb6faf5436aa4a5ad4ba1eb699ddcf683a7 /RELEASE.md
parent125a96af8d0f2585c13f580ec4e8eb7d845fa3a9 (diff)
parent896086b24f0431e18af378a0d71d0494c221b356 (diff)
Merging r0.9 back to master
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md30
1 files changed, 6 insertions, 24 deletions
diff --git a/RELEASE.md b/RELEASE.md
index ea368e037a..3843d543e9 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,8 +1,12 @@
# Changes Since Last Release
+## Features and Improvements
+* Connectionist Temporal Classification ops are now "official" (see, e.g.,
+ `tf.nn.ctc_loss`)
+
## Breaking Changes to the API
-* env.h replaces use of New*File() functions to use std::unique_ptr return
- arguments, removing the old raw pointer returns.
+* `env.h` replaces use of `New*File()` functions to use `std::unique_ptr`
+ return arguments, removing the old raw pointer returns.
# Release 0.9.0
@@ -52,28 +56,6 @@ Aaron Schumacher, Aidan Dang, Akihiko ITOH, Aki Sukegawa, Arbit Chen, Aziz Alto,
We are also grateful to all who filed issues or helped resolve them, asked and
answered questions, and were part of inspiring discussions.
-
-## Features & Improvements
-* Connectionist Temporal Classification ops are now "official" (see, e.g.,
- `tf.nn.ctc_loss`)
-* 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.
-* TensorBoard now has a reload button, and supports auto-reloading
-* TensorBoard scalar charts now show tooltips with more information
-* TensorBoard now supports run filtering
-* TensorBoard has color changes: the same run always gets the same hue
-* Tensorboard graph visualizer now supports run metadata. Clicking on nodes
- while viewing a stats for a particular run will show runtime statistics, such
- as memory or compute usage. Unused nodes will be faded out.
-
-## Bug Fixes and Other Changes
-* TensorBoard now displays graphs with only one data point
-* TensorBoard now visually displays NaN values
-* `tf.nn.moments()` now accepts a `shift` argument. Shifting by a good estimate
- of the mean improves numerical stability. Also changes the behavior of the
- `shift` argument to `tf.nn.sufficient_statistics()`.
-
# Release 0.8.0
## Major Features and Improvements