blob: f1a8859c356546358a863a96428a89f2b1256cd8 [file] [log] [blame] [view]
Vijay Vasudevan2d0d1262016-08-08 14:06:20 -08001# Changes since last release
2
3## Breaking Changes to the API
4
Eugene Brevdo21e1cc72016-08-11 21:45:39 -08005* LSTMCell, BasicLSTMCell, and MultiRNNCell constructors now default to
6 `state_is_tuple=True`. For a quick fix while transitioning to the new
7 default, simply pass the argument `state_is_tuple=False`.
Vijay Vasudevan2d0d1262016-08-08 14:06:20 -08008* DeviceFactory's AddDevices and CreateDevices functions now return
9 a Status instead of void.
A. Unique TensorFlower84cefad2016-08-12 07:06:13 -080010* Int32 elements of list(type) arguments are no longer placed in host memory by
11 default. If necessary, a list(type) argument to a kernel can be placed in host
12 memory using a HostMemory annotation.
Dan Manée5bcf542016-05-16 13:39:34 -080013
A. Unique TensorFlowerabe9ab32016-07-31 22:07:30 -080014# Release 0.10.0
A. Unique TensorFlower533d8912016-06-30 12:10:50 -080015
A. Unique TensorFlowerabe9ab32016-07-31 22:07:30 -080016## Major Features and Improvements
17
18* Added support for C++ shape inference
19* Added graph-construction C API
20* Major revision to the graph-construction C++ API
21* Support makefile build for iOS
22* Added Mac GPU support
23* Full version of TF-Slim available as `tf.contrib.slim`
24* Added k-Means clustering and WALS matrix factorization
25
26## Big Fixes and Other Changes
27
28* Allow gradient computation for scalar values.
29* Performance improvements for gRPC
30* Improved support for fp16
31* New high-level ops in tf.contrib.{layers,metrics}
32* New features for TensorBoard, such as shape display, exponential smoothing
33* Faster and more stable Google Cloud Storage (GCS) filesystem support
34* Support for zlib compression and decompression for TFRecordReader and TFRecordWriter
35* Support for reading (animated) GIFs
36* Improved support for SparseTensor
37* Added support for more probability distributions (Dirichlet, Beta, Bernoulli, etc.)
38* Added Python interfaces to reset resource containers.
39* Many bugfixes and performance improvements
40* Many documentation fixes
41
42## Thanks to our Contributors
43
44This release contains contributions from many people at Google, as well as:
45
46Alex Rothberg, Andrew Royer, Austin Marshall, @BlackCoal, Bob Adolf, Brian Diesel, Charles-Emmanuel Dias, @chemelnucfin, Chris Lesniewski, Daeyun Shin, Daniel Rodriguez, Danijar Hafner, Darcy Liu, Kristinn R. Thórisson, Daniel Castro, Dmitry Savintsev, Kashif Rasul, Dylan Paiton, Emmanuel T. Odeke, Ernest Grzybowski, Gavin Sherry, Gideon Dresdner, Gregory King, Harold Cooper, @heinzbeinz, Henry Saputra, Huarong Huo, Huazuo Gao, Igor Babuschkin, Igor Macedo Quintanilha, Ivan Ukhov, James Fysh, Jan Wilken Dörrie, Jihun Choi, Johnny Lim, Jonathan Raiman, Justin Francis, @lilac, Li Yi, Marc Khoury, Marco Marchesi, Max Melnick, Micael Carvalho, @mikowals, Mostafa Gazar, Nico Galoppo, Nishant Agrawal, Petr Janda, Yuncheng Li, @raix852, Robert Rose, @Robin-des-Bois, Rohit Girdhar, Sam Abrahams, satok16, Sergey Kishchenko, Sharkd Tu, @shotat, Siddharth Agrawal, Simon Denel, @sono-bfio, SunYeop Lee, Thijs Vogels, @tobegit3hub, @Undo1, Wang Yang, Wenjian Huang, Yaroslav Bulatov, Yuan Tang, Yunfeng Wang, Ziming Dong
47
48We are also grateful to all who filed issues or helped resolve them, asked and
49answered questions, and were part of inspiring discussions.
Vijay Vasudevan490afa92016-06-21 09:18:06 -080050
51# Release 0.9.0
52
53## Major Features and Improvements
54
55* Python 3.5 support and binaries
56* Added iOS support
57* Added support for processing on GPUs on MacOS
58* Added makefile for better cross-platform build support (C API only)
59* fp16 support and improved complex128 support for many ops
60* Higher level functionality in contrib.{layers,losses,metrics,learn}
61* More features to Tensorboard
62* Improved support for string embedding and sparse features
63* The RNN api is finally "official" (see, e.g., `tf.nn.dynamic_rnn`,
64 `tf.nn.rnn`, and the classes in `tf.nn.rnn_cell`).
65* TensorBoard now has an Audio Dashboard, with associated audio summaries.
66
67## Big Fixes and Other Changes
68
69* Turned on CuDNN Autotune.
70* Added support for using third-party Python optimization algorithms (contrib.opt).
71* Google Cloud Storage filesystem support.
72* HDF5 support
73* Add support for 3d convolutions and pooling.
74* Update gRPC release to 0.14.
75* Eigen version upgrade.
76* Switch to eigen thread pool
77* `tf.nn.moments()` now accepts a `shift` argument. Shifting by a good estimate
78 of the mean improves numerical stability. Also changes the behavior of the
79 `shift` argument to `tf.nn.sufficient_statistics()`.
80* Performance improvements
81* Many bugfixes
82* Many documentation fixes
83* TensorBoard fixes: graphs with only one data point, Nan values,
84 reload button and auto-reload, tooltips in scalar charts, run
85 filtering, stable colors
86* Tensorboard graph visualizer now supports run metadata. Clicking on nodes
87 while viewing a stats for a particular run will show runtime statistics, such
88 as memory or compute usage. Unused nodes will be faded out.
89
90## Thanks to our Contributors
91
92This release contains contributions from many people at Google, as well as:
93
A. Unique TensorFlowerabe9ab32016-07-31 22:07:30 -080094Aaron 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, Jeremy Barnes, 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 Tang, Yuxin Wu, @zhongzyd, Ziming Dong, Zohar Jackson
Vijay Vasudevan490afa92016-06-21 09:18:06 -080095
96We are also grateful to all who filed issues or helped resolve them, asked and
97answered questions, and were part of inspiring discussions.
98
Illia Polosukhin5c9bc512016-04-18 17:56:51 -080099# Release 0.8.0
100
101## Major Features and Improvements
102
103* Added a distributed runtime using GRPC
104* Move skflow to `contrib/learn`
105* Better linear optimizer in `contrib/linear_optimizer`
106* Random forest implementation in `contrib/tensor_forest`
107* CTC loss and decoders in `contrib/ctc`
108* Basic support for `half` data type
109* Better support for loading user ops (see examples in `contrib/`)
110* Allow use of (non-blocking) Eigen threadpool with `TENSORFLOW_USE_EIGEN_THREADPOOL` define
111* Add an extension mechanism for adding network file system support
112* TensorBoard displays metadata stats (running time, memory usage and device used) and tensor shapes
113
114## Big Fixes and Other Changes
115
116* Utility for inspecting checkpoints
117* Basic tracing and timeline support
118* Allow building against cuDNN 5 (not incl. RNN/LSTM support)
119* Added instructions and binaries for ProtoBuf library with fast serialization and without 64MB limit
120* Added special functions
121* `bool`-strictness: Tensors have to be explictly compared to `None`
122* Shape strictness: all fed values must have a shape that is compatible with the tensor they are replacing
123* Exposed `tf.while_loop` (deprecated `control_flow_ops.While`)
124* run() now takes RunOptions and RunMetadata, which enable timing stats
125* Fixed lots of potential overflow problems in op kernels
126* Various performance improvements, especially for RNNs and convolutions
127* Many bugfixes
128* Nightly builds, tutorial tests, many test improvements
129* New examples: transfer learning and deepdream ipython notebook
130* Added tutorials, many documentation fixes.
131
132## Thanks to our Contributors
133
134This release contains contributions from many people at Google, as well as:
135
A. Unique TensorFlowerabe9ab32016-07-31 22:07:30 -0800136Abhinav 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, Yuan Tang, Yuwen Yan, Yuxin Wu, Yuya Kusakabe, @zhongzyd, @znah.
Illia Polosukhin5c9bc512016-04-18 17:56:51 -0800137
138We are also grateful to all who filed issues or helped resolve them, asked and
139answered questions, and were part of inspiring discussions.
140
141
Eugene Brevdo56f1d642016-03-10 17:18:30 -0800142# Release 0.7.1
143
144## Bug Fixes and Other Changes
145
146* Added gfile.Open and gfile.Copy, used by input_data.py.
147* Fixed Saver bug when MakeDirs tried to create empty directory.
148* GPU Pip wheels are built with cuda 7.5 and cudnn-v4, making them
149 required for the binary releases. Lower versions of cuda/cudnn can
150 be supported by installing from sources and setting the options
151 during ./configure
152* Fix dataset encoding example for Python3 (@danijar)
153* Fix PIP installation by not packaging protobuf as part of wheel,
154 require protobuf 3.0.0b2.
155* Fix Mac pip installation of numpy by requiring pip >= 1.10.1.
156* Improvements and fixes to Docker image.
157
158
Vijay Vasudevanfe056f02016-02-17 11:42:30 -0800159# Release 0.7.0
Vijay Vasudevan10e62dc2015-12-11 23:03:16 -0800160
Vijay Vasudevanfe056f02016-02-17 11:42:30 -0800161## Major Features and Improvements
162
163* Allow using any installed Cuda >= 7.0 and cuDNN >= R2, and add support
164 for cuDNN R4
165* Added a `contrib/` directory for unsupported or experimental features,
166 including higher level `layers` module
167* Added an easy way to add and dynamically load user-defined ops
168* Built out a good suite of tests, things should break less!
169* Added `MetaGraphDef` which makes it easier to save graphs with metadata
170* Added assignments for "Deep Learning with TensorFlow" udacity course
171
172
173## Bug Fixes and Other Changes
174
175* Added a versioning framework for `GraphDef`s to ensure compatibility
176* Enforced Python 3 compatibility
177* Internal changes now show up as sensibly separated commits
178* Open-sourced the doc generator
179* Un-fork Eigen
180* Simplified the `BUILD` files and cleaned up C++ headers
181* TensorFlow can now be used as a submodule in another bazel build
182* New ops (e.g., `*fft`, `*_matrix_solve`)
183* Support for more data types in many ops
184* Performance improvements
185* Various bugfixes
186* Documentation fixes and improvements
187
188
189## Breaking Changes to the API
Vijay Vasudevan10e62dc2015-12-11 23:03:16 -0800190
191* `AdjustContrast` kernel deprecated, new kernel `AdjustContrastv2` takes and
192 outputs float only. `adjust_contrast` now takes all data types.
193* `adjust_brightness`'s `delta` argument is now always assumed to be in `[0,1]`
194 (as is the norm for images in floating point formats), independent of the
195 data type of the input image.
196* The image processing ops do not take `min` and `max` inputs any more, casting
197 safety is handled by `saturate_cast`, which makes sure over- and underflows
198 are handled before casting to data types with smaller ranges.
Geoffrey Irvingcbff45c2016-01-12 08:06:56 -0800199* For C++ API users: `IsLegacyScalar` and `IsLegacyVector` are now gone from
200 `TensorShapeUtils` since TensorFlow is scalar strict within Google (for
201 example, the shape argument to `tf.reshape` can't be a scalar anymore). The
202 open source release was already scalar strict, so outside Google `IsScalar`
203 and `IsVector` are exact replacements.
Josh Levenbergdb7478e2016-01-20 14:54:50 -0800204* The following files are being removed from `tensorflow/core/public/`:
205 * `env.h` -> `../platform/env.h`
206 * `status.h` -> `../lib/core/status.h`
207 * `tensor.h` -> `../framework/tensor.h`
208 * `tensor_shape.h` -> `../framework/tensor_shape.h`
209 * `partial_tensor_shape.h` -> `../framework/partial_tensor_shape.h`
210 * `tensorflow_server.h` deleted
Geoffrey Irving56437752016-01-25 09:43:13 -0800211* For C++ API users: `TensorShape::ShortDebugString` has been renamed to
212 `DebugString`, and the previous `DebugString` behavior is gone (it was
213 needlessly verbose and produced a confusing empty string for scalars).
Manjunath Kudlurc2722a12016-01-27 13:24:50 -0800214* `GraphOptions.skip_common_subexpression_elimination` has been removed. All
215 graph optimizer options are now specified via
216 `GraphOptions.OptimizerOptions`.
Geoffrey Irving18297122016-02-10 11:48:34 -0800217* `ASSERT_OK` / `EXPECT_OK` macros conflicted with external projects, so they
218 were renamed `TF_ASSERT_OK`, `TF_EXPECT_OK`. The existing macros are
219 currently maintained for short-term compatibility but will be removed.
Eugene Brevdofea55e12016-01-27 14:54:54 -0800220* The non-public `nn.rnn` and the various `nn.seq2seq` methods now return
221 just the final state instead of the list of all states.
Vijay Vasudevanfe056f02016-02-17 11:42:30 -0800222* `tf.scatter_update` now no longer guarantees that lexicographically largest
223 index be used for update when duplicate entries exist.
Geoffrey Irving3e33d442016-02-08 12:02:44 -0800224* `tf.image.random_crop(image, [height, width])` is now
225 `tf.random_crop(image, [height, width, depth])`, and `tf.random_crop` works
226 for any rank (not just 3-D images). The C++ `RandomCrop` op has been replaced
227 with pure Python.
Geoffrey Irving18297122016-02-10 11:48:34 -0800228* Renamed `tf.test.GetTempDir` and `tf.test.IsBuiltWithCuda` to
229 `tf.test.get_temp_dir` and `tf.test.is_built_with_cuda` for PEP-8
230 compatibility.
Vijay Vasudevanfe056f02016-02-17 11:42:30 -0800231* `parse_example`'s interface has changed, the old interface is accessible in
232 `legacy_parse_example` (same for related functions).
233* New `Variable`s are not added to the same collection several times even if
234 a list with duplicates is passed to the constructor.
Josh Levenberg02dff6d2016-01-07 18:37:54 -0800235* The Python API will now properly set the `list` member of `AttrValue` in
236 constructed `GraphDef` messages for empty lists. The serialization of some
237 graphs will change, but the change is both forwards and backwards compatible.
238 It will break tests that compare a generated `GraphDef` to a golden serialized
Vijay Vasudevanfe056f02016-02-17 11:42:30 -0800239 `GraphDef` (which is discouraged).
240
241
242## Thanks to our Contributors
243
244This release contains contributions from many people at Google, as well as:
245
246Akiomi Kamakura, Alex Vig, Alexander Rosenberg Johansen, Andre Cruz, Arun Ahuja,
247Bart Coppens, Bernardo Pires, Carl Vondrick, Cesar Salgado, Chen Yu,
248Christian Jauvin, Damien Aymeric, Dan Vanderkam, Denny Britz, Dongjoon Hyun,
249Eren Güven, Erik Erwitt, Fabrizio Milo, G. Hussain Chinoy, Jim Fleming,
250Joao Felipe Santos, Jonas Meinertz Hansen, Joshi Rekha, Julian Viereck,
251Keiji Ariyama, Kenton Lee, Krishna Sankar, Kristina Chodorow, Linchao Zhu,
252Lukas Krecan, Mark Borgerding, Mark Daoust, Moussa Taifi,
253Nathan Howell, Naveen Sundar Govindarajulu, Nick Sweeting, Niklas Riekenbrauck,
254Olivier Grisel, Patrick Christ, Povilas Liubauskas, Rainer Wasserfuhr,
255Romain Thouvenin, Sagan Bolliger, Sam Abrahams, Taehoon Kim, Timothy J Laurent,
256Vlad Zavidovych, Yangqing Jia, Yi-Lin Juang, Yuxin Wu, Zachary Lipton,
257Zero Chen, Alan Wu, @brchiu, @emmjaykay, @jalammar, @Mandar-Shinde,
258@nsipplswezey, @ninotoshi, @panmari, @prolearner and @rizzomichaelg.
259
260We are also grateful to all who filed issues or helped resolve them, asked and
261answered questions, and were part of inspiring discussions.
Josh Levenberg02dff6d2016-01-07 18:37:54 -0800262
Geoffrey Irvingcbff45c2016-01-12 08:06:56 -0800263
Vijay Vasudevan2c3738d2015-12-08 14:55:13 -0800264# Release 0.6.0
265
266## Major Features and Improvements
267
268* Python 3.3+ support via changes to python codebase and ability
269 to specify python version via ./configure.
270
271* Some improvements to GPU performance and memory usage:
272 [convnet benchmarks](https://github.com/soumith/convnet-benchmarks/issues/66)
273 roughly equivalent with native cudnn v2 performance. Improvements mostly due
274 to moving to 32-bit indices, faster shuffling kernels. More improvements to
275 come in later releases.
276
277
Vijay Vasudevanfe056f02016-02-17 11:42:30 -0800278## Bug Fixes
Vijay Vasudevan2c3738d2015-12-08 14:55:13 -0800279
280* Lots of fixes to documentation and tutorials, many contributed
281 by the public.
282
283* 271 closed issues on github issues.
284
Vijay Vasudevanfe056f02016-02-17 11:42:30 -0800285## Backwards-Incompatible Changes
Vijay Vasudevan2c3738d2015-12-08 14:55:13 -0800286
Geoffrey Irving18297122016-02-10 11:48:34 -0800287* `tf.nn.fixed_unigram_candidate_sampler` changed its default 'distortion'
Vijay Vasudevan2c3738d2015-12-08 14:55:13 -0800288 attribute from 0.0 to 1.0. This was a bug in the original release
289 that is now fixed.
290
Vijay Vasudevanddd4aaf2015-12-08 09:58:59 -0800291# Release 0.5.0
292
293Initial release of TensorFlow.