aboutsummaryrefslogtreecommitdiffhomepage
path: root/RELEASE.md
diff options
context:
space:
mode:
authorGravatar Martin Wicke <martin.wicke@gmail.com>2016-06-04 09:41:04 -0700
committerGravatar Martin Wicke <martin.wicke@gmail.com>2016-06-04 09:41:04 -0700
commit3c71c596dd32810a7501ecfae0508d21263becde (patch)
tree990e3e98c5b8adec0cefdf305bea54e4ef97be74 /RELEASE.md
parent9a402eadd6e6c78716fcb694e21c63cac0fc3ce0 (diff)
update release and roadmap (#2656)
added 0.9 release notes. added contributors Removed completed items, added new features on the horizon
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md52
1 files changed, 41 insertions, 11 deletions
diff --git a/RELEASE.md b/RELEASE.md
index fed6b5d5d9..9ef5cfbdd9 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,21 +1,51 @@
# Changes Since Last Release
-## Features & Improvements
+# Release 0.9.0
+
+## Major Features and Improvements
+
+* Python 3.5 support and binaries
+* Added iOS support
+* Added support for processing on GPUs on MacOS
+* Added makefile for better cross-platform build support (C API only)
+* fp16 support for many ops
+* Higher level functionality in contrib.{layers,losses,metrics,learn}
+* More features to Tensorboard
+* Improved support for string embedding and sparse features
* 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
+## Big Fixes and Other Changes
+
+* Turned on CuDNN Autotune.
+* Added support for using third-party Python optimization algorithms (contrib.opt).
+* Google Cloud Storage filesystem support.
+* HDF5 support
+* Add support for 3d convolutions and pooling.
+* Update gRPC release to 0.14.
+* Eigen version upgrade.
+* Switch to eigen thread pool
* `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()`.
+* Performance improvements
+* Many bugfixes
+* Many documentation fixes
+* TensorBoard fixes: graphs with only one data point, Nan values,
+ reload button and auto-reload, tooltips in scalar charts, run
+ filtering, stable colors
+* 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.
+
+## Thanks to our Contributors
+
+This release contains contributions from many people at Google, as well as:
+
+Aaron Schumacher, Aidan Dang, Akihiko ITOH, Aki Sukegawa, Arbit Chen, Aziz Alto, Danijar Hafner, Erik Erwitt, Fabrizio Milo, Felix Maximilian Möller, Henry Saputra, Sung Kim, Igor Babuschkin, Jan Zikes, Jesper Steen Møller, Johannes Mayer, Justin Harris, Kashif Rasul, Kevin Robinson, Loo Rong Jie, Lucas Moura, Łukasz Bieniasz-Krzywiec, Mario Cho, Maxim Grechkin, Michael Heilman, Mostafa Rahmani, Mourad Mourafiq, @ninotoshi, Orion Reblitz-Richardson, Yuncheng Li, @raoqiyu, Robert DiPietro, Sam Abrahams, Sebastian Raschka, Siddharth Agrawal, @snakecharmer1024, Stephen Roller, Sung Kim, SunYeop Lee, Thijs Vogels, Till Hoffmann, Victor Melo, Ville Kallioniemi, Waleed Abdulla, Wenjian Huang, Yaroslav Bulatov, Yeison Rodriguez, Yuan (Terry) Tang, Yuxin Wu, @zhongzyd, Ziming Dong, Zohar Jackson
+
+We are also grateful to all who filed issues or helped resolve them, asked and
+answered questions, and were part of inspiring discussions.
+
# Release 0.8.0