blob: 3843d543e932719df8c2d1b01cce0090fc7ad02d [file] [log] [blame] [view]
Dan Manée5bcf542016-05-16 13:39:34 -08001# Changes Since Last Release
2
A. Unique TensorFlower533d8912016-06-30 12:10:50 -08003## Features and Improvements
4* Connectionist Temporal Classification ops are now "official" (see, e.g.,
5 `tf.nn.ctc_loss`)
6
Vijay Vasudevan490afa92016-06-21 09:18:06 -08007## Breaking Changes to the API
A. Unique TensorFlower533d8912016-06-30 12:10:50 -08008* `env.h` replaces use of `New*File()` functions to use `std::unique_ptr`
9 return arguments, removing the old raw pointer returns.
Vijay Vasudevan490afa92016-06-21 09:18:06 -080010
11# Release 0.9.0
12
13## Major Features and Improvements
14
15* Python 3.5 support and binaries
16* Added iOS support
17* Added support for processing on GPUs on MacOS
18* Added makefile for better cross-platform build support (C API only)
19* fp16 support and improved complex128 support for many ops
20* Higher level functionality in contrib.{layers,losses,metrics,learn}
21* More features to Tensorboard
22* Improved support for string embedding and sparse features
23* The RNN api is finally "official" (see, e.g., `tf.nn.dynamic_rnn`,
24 `tf.nn.rnn`, and the classes in `tf.nn.rnn_cell`).
25* TensorBoard now has an Audio Dashboard, with associated audio summaries.
26
27## Big Fixes and Other Changes
28
29* Turned on CuDNN Autotune.
30* Added support for using third-party Python optimization algorithms (contrib.opt).
31* Google Cloud Storage filesystem support.
32* HDF5 support
33* Add support for 3d convolutions and pooling.
34* Update gRPC release to 0.14.
35* Eigen version upgrade.
36* Switch to eigen thread pool
37* `tf.nn.moments()` now accepts a `shift` argument. Shifting by a good estimate
38 of the mean improves numerical stability. Also changes the behavior of the
39 `shift` argument to `tf.nn.sufficient_statistics()`.
40* Performance improvements
41* Many bugfixes
42* Many documentation fixes
43* TensorBoard fixes: graphs with only one data point, Nan values,
44 reload button and auto-reload, tooltips in scalar charts, run
45 filtering, stable colors
46* Tensorboard graph visualizer now supports run metadata. Clicking on nodes
47 while viewing a stats for a particular run will show runtime statistics, such
48 as memory or compute usage. Unused nodes will be faded out.
49
50## Thanks to our Contributors
51
52This release contains contributions from many people at Google, as well as:
53
54Aaron 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
55
56We are also grateful to all who filed issues or helped resolve them, asked and
57answered questions, and were part of inspiring discussions.
58
Illia Polosukhin5c9bc512016-04-18 17:56:51 -080059# Release 0.8.0
60
61## Major Features and Improvements
62
63* Added a distributed runtime using GRPC
64* Move skflow to `contrib/learn`
65* Better linear optimizer in `contrib/linear_optimizer`
66* Random forest implementation in `contrib/tensor_forest`
67* CTC loss and decoders in `contrib/ctc`
68* Basic support for `half` data type
69* Better support for loading user ops (see examples in `contrib/`)
70* Allow use of (non-blocking) Eigen threadpool with `TENSORFLOW_USE_EIGEN_THREADPOOL` define
71* Add an extension mechanism for adding network file system support
72* TensorBoard displays metadata stats (running time, memory usage and device used) and tensor shapes
73
74## Big Fixes and Other Changes
75
76* Utility for inspecting checkpoints
77* Basic tracing and timeline support
78* Allow building against cuDNN 5 (not incl. RNN/LSTM support)
79* Added instructions and binaries for ProtoBuf library with fast serialization and without 64MB limit
80* Added special functions
81* `bool`-strictness: Tensors have to be explictly compared to `None`
82* Shape strictness: all fed values must have a shape that is compatible with the tensor they are replacing
83* Exposed `tf.while_loop` (deprecated `control_flow_ops.While`)
84* run() now takes RunOptions and RunMetadata, which enable timing stats
85* Fixed lots of potential overflow problems in op kernels
86* Various performance improvements, especially for RNNs and convolutions
87* Many bugfixes
88* Nightly builds, tutorial tests, many test improvements
89* New examples: transfer learning and deepdream ipython notebook
90* Added tutorials, many documentation fixes.
91
92## Thanks to our Contributors
93
94This release contains contributions from many people at Google, as well as:
95
96Abhinav Upadhyay, Aggelos Avgerinos, Alan Wu, Alexander G. de G. Matthews, Aleksandr Yahnev, @amchercashin, Andy Kitchen, Aurelien Geron, Awni Hannun, @BanditCat, Bas Veeling, Cameron Chen, @cg31, Cheng-Lung Sung, Christopher Bonnett, Dan Becker, Dan Van Boxel, Daniel Golden, Danijar Hafner, Danny Goodman, Dave Decker, David Dao, David Kretch, Dongjoon Hyun, Dustin Dorroh, @e-lin, Eurico Doirado, Erik Erwitt, Fabrizio Milo, @gaohuazuo, Iblis Lin, Igor Babuschkin, Isaac Hodes, Isaac Turner, Iván Vallés, J Yegerlehner, Jack Zhang, James Wexler, Jan Zikes, Jay Young, Jeff Hodges, @jmtatsch, Johnny Lim, Jonas Meinertz Hansen, Kanit Wongsuphasawat, Kashif Rasul, Ken Shirriff, Kenneth Mitchner, Kenta Yonekura, Konrad Magnusson, Konstantin Lopuhin, @lahwran, @lekaha, @liyongsea, Lucas Adams, @makseq, Mandeep Singh, @manipopopo, Mark Amery, Memo Akten, Michael Heilman, Michael Peteuil, Nathan Daly, Nicolas Fauchereau, @ninotoshi, Olav Nymoen, @panmari, @papelita1234, Pedro Lopes, Pranav Sailesh Mani, RJ Ryan, Rob Culliton, Robert DiPietro, @ronrest, Sam Abrahams, Sarath Shekkizhar, Scott Graham, Sebastian Raschka, Sung Kim, Surya Bhupatiraju, Syed Ahmed, Till Hoffmann, @timsl, @urimend, @vesnica, Vlad Frolov, Vlad Zagorodniy, Wei-Ting Kuo, Wenjian Huang, William Dmitri Breaden Madden, Wladimir Schmidt, Yuwen Yan, Yuxin Wu, Yuya Kusakabe, @zhongzyd, @znah.
97
98We are also grateful to all who filed issues or helped resolve them, asked and
99answered questions, and were part of inspiring discussions.
100
101
Eugene Brevdo56f1d642016-03-10 17:18:30 -0800102# Release 0.7.1
103
104## Bug Fixes and Other Changes
105
106* Added gfile.Open and gfile.Copy, used by input_data.py.
107* Fixed Saver bug when MakeDirs tried to create empty directory.
108* GPU Pip wheels are built with cuda 7.5 and cudnn-v4, making them
109 required for the binary releases. Lower versions of cuda/cudnn can
110 be supported by installing from sources and setting the options
111 during ./configure
112* Fix dataset encoding example for Python3 (@danijar)
113* Fix PIP installation by not packaging protobuf as part of wheel,
114 require protobuf 3.0.0b2.
115* Fix Mac pip installation of numpy by requiring pip >= 1.10.1.
116* Improvements and fixes to Docker image.
117
118
Vijay Vasudevanfe056f02016-02-17 11:42:30 -0800119# Release 0.7.0
Vijay Vasudevan10e62dc2015-12-11 23:03:16 -0800120
Vijay Vasudevanfe056f02016-02-17 11:42:30 -0800121## Major Features and Improvements
122
123* Allow using any installed Cuda >= 7.0 and cuDNN >= R2, and add support
124 for cuDNN R4
125* Added a `contrib/` directory for unsupported or experimental features,
126 including higher level `layers` module
127* Added an easy way to add and dynamically load user-defined ops
128* Built out a good suite of tests, things should break less!
129* Added `MetaGraphDef` which makes it easier to save graphs with metadata
130* Added assignments for "Deep Learning with TensorFlow" udacity course
131
132
133## Bug Fixes and Other Changes
134
135* Added a versioning framework for `GraphDef`s to ensure compatibility
136* Enforced Python 3 compatibility
137* Internal changes now show up as sensibly separated commits
138* Open-sourced the doc generator
139* Un-fork Eigen
140* Simplified the `BUILD` files and cleaned up C++ headers
141* TensorFlow can now be used as a submodule in another bazel build
142* New ops (e.g., `*fft`, `*_matrix_solve`)
143* Support for more data types in many ops
144* Performance improvements
145* Various bugfixes
146* Documentation fixes and improvements
147
148
149## Breaking Changes to the API
Vijay Vasudevan10e62dc2015-12-11 23:03:16 -0800150
151* `AdjustContrast` kernel deprecated, new kernel `AdjustContrastv2` takes and
152 outputs float only. `adjust_contrast` now takes all data types.
153* `adjust_brightness`'s `delta` argument is now always assumed to be in `[0,1]`
154 (as is the norm for images in floating point formats), independent of the
155 data type of the input image.
156* The image processing ops do not take `min` and `max` inputs any more, casting
157 safety is handled by `saturate_cast`, which makes sure over- and underflows
158 are handled before casting to data types with smaller ranges.
Geoffrey Irvingcbff45c2016-01-12 08:06:56 -0800159* For C++ API users: `IsLegacyScalar` and `IsLegacyVector` are now gone from
160 `TensorShapeUtils` since TensorFlow is scalar strict within Google (for
161 example, the shape argument to `tf.reshape` can't be a scalar anymore). The
162 open source release was already scalar strict, so outside Google `IsScalar`
163 and `IsVector` are exact replacements.
Josh Levenbergdb7478e2016-01-20 14:54:50 -0800164* The following files are being removed from `tensorflow/core/public/`:
165 * `env.h` -> `../platform/env.h`
166 * `status.h` -> `../lib/core/status.h`
167 * `tensor.h` -> `../framework/tensor.h`
168 * `tensor_shape.h` -> `../framework/tensor_shape.h`
169 * `partial_tensor_shape.h` -> `../framework/partial_tensor_shape.h`
170 * `tensorflow_server.h` deleted
Geoffrey Irving56437752016-01-25 09:43:13 -0800171* For C++ API users: `TensorShape::ShortDebugString` has been renamed to
172 `DebugString`, and the previous `DebugString` behavior is gone (it was
173 needlessly verbose and produced a confusing empty string for scalars).
Manjunath Kudlurc2722a12016-01-27 13:24:50 -0800174* `GraphOptions.skip_common_subexpression_elimination` has been removed. All
175 graph optimizer options are now specified via
176 `GraphOptions.OptimizerOptions`.
Geoffrey Irving18297122016-02-10 11:48:34 -0800177* `ASSERT_OK` / `EXPECT_OK` macros conflicted with external projects, so they
178 were renamed `TF_ASSERT_OK`, `TF_EXPECT_OK`. The existing macros are
179 currently maintained for short-term compatibility but will be removed.
Eugene Brevdofea55e12016-01-27 14:54:54 -0800180* The non-public `nn.rnn` and the various `nn.seq2seq` methods now return
181 just the final state instead of the list of all states.
Vijay Vasudevanfe056f02016-02-17 11:42:30 -0800182* `tf.scatter_update` now no longer guarantees that lexicographically largest
183 index be used for update when duplicate entries exist.
Geoffrey Irving3e33d442016-02-08 12:02:44 -0800184* `tf.image.random_crop(image, [height, width])` is now
185 `tf.random_crop(image, [height, width, depth])`, and `tf.random_crop` works
186 for any rank (not just 3-D images). The C++ `RandomCrop` op has been replaced
187 with pure Python.
Geoffrey Irving18297122016-02-10 11:48:34 -0800188* Renamed `tf.test.GetTempDir` and `tf.test.IsBuiltWithCuda` to
189 `tf.test.get_temp_dir` and `tf.test.is_built_with_cuda` for PEP-8
190 compatibility.
Vijay Vasudevanfe056f02016-02-17 11:42:30 -0800191* `parse_example`'s interface has changed, the old interface is accessible in
192 `legacy_parse_example` (same for related functions).
193* New `Variable`s are not added to the same collection several times even if
194 a list with duplicates is passed to the constructor.
Josh Levenberg02dff6d2016-01-07 18:37:54 -0800195* The Python API will now properly set the `list` member of `AttrValue` in
196 constructed `GraphDef` messages for empty lists. The serialization of some
197 graphs will change, but the change is both forwards and backwards compatible.
198 It will break tests that compare a generated `GraphDef` to a golden serialized
Vijay Vasudevanfe056f02016-02-17 11:42:30 -0800199 `GraphDef` (which is discouraged).
200
201
202## Thanks to our Contributors
203
204This release contains contributions from many people at Google, as well as:
205
206Akiomi Kamakura, Alex Vig, Alexander Rosenberg Johansen, Andre Cruz, Arun Ahuja,
207Bart Coppens, Bernardo Pires, Carl Vondrick, Cesar Salgado, Chen Yu,
208Christian Jauvin, Damien Aymeric, Dan Vanderkam, Denny Britz, Dongjoon Hyun,
209Eren Güven, Erik Erwitt, Fabrizio Milo, G. Hussain Chinoy, Jim Fleming,
210Joao Felipe Santos, Jonas Meinertz Hansen, Joshi Rekha, Julian Viereck,
211Keiji Ariyama, Kenton Lee, Krishna Sankar, Kristina Chodorow, Linchao Zhu,
212Lukas Krecan, Mark Borgerding, Mark Daoust, Moussa Taifi,
213Nathan Howell, Naveen Sundar Govindarajulu, Nick Sweeting, Niklas Riekenbrauck,
214Olivier Grisel, Patrick Christ, Povilas Liubauskas, Rainer Wasserfuhr,
215Romain Thouvenin, Sagan Bolliger, Sam Abrahams, Taehoon Kim, Timothy J Laurent,
216Vlad Zavidovych, Yangqing Jia, Yi-Lin Juang, Yuxin Wu, Zachary Lipton,
217Zero Chen, Alan Wu, @brchiu, @emmjaykay, @jalammar, @Mandar-Shinde,
218@nsipplswezey, @ninotoshi, @panmari, @prolearner and @rizzomichaelg.
219
220We are also grateful to all who filed issues or helped resolve them, asked and
221answered questions, and were part of inspiring discussions.
Josh Levenberg02dff6d2016-01-07 18:37:54 -0800222
Geoffrey Irvingcbff45c2016-01-12 08:06:56 -0800223
Vijay Vasudevan2c3738d2015-12-08 14:55:13 -0800224# Release 0.6.0
225
226## Major Features and Improvements
227
228* Python 3.3+ support via changes to python codebase and ability
229 to specify python version via ./configure.
230
231* Some improvements to GPU performance and memory usage:
232 [convnet benchmarks](https://github.com/soumith/convnet-benchmarks/issues/66)
233 roughly equivalent with native cudnn v2 performance. Improvements mostly due
234 to moving to 32-bit indices, faster shuffling kernels. More improvements to
235 come in later releases.
236
237
Vijay Vasudevanfe056f02016-02-17 11:42:30 -0800238## Bug Fixes
Vijay Vasudevan2c3738d2015-12-08 14:55:13 -0800239
240* Lots of fixes to documentation and tutorials, many contributed
241 by the public.
242
243* 271 closed issues on github issues.
244
Vijay Vasudevanfe056f02016-02-17 11:42:30 -0800245## Backwards-Incompatible Changes
Vijay Vasudevan2c3738d2015-12-08 14:55:13 -0800246
Geoffrey Irving18297122016-02-10 11:48:34 -0800247* `tf.nn.fixed_unigram_candidate_sampler` changed its default 'distortion'
Vijay Vasudevan2c3738d2015-12-08 14:55:13 -0800248 attribute from 0.0 to 1.0. This was a bug in the original release
249 that is now fixed.
250
Vijay Vasudevanddd4aaf2015-12-08 09:58:59 -0800251# Release 0.5.0
252
253Initial release of TensorFlow.