blob: 69b4fa20a0c266306dedbbf06734f286a3a39762 [file] [log] [blame] [view]
Vijay Vasudevan2c3738d2015-12-08 14:55:13 -08001# Release 0.6.0
2
3## Major Features and Improvements
4
5* Python 3.3+ support via changes to python codebase and ability
6 to specify python version via ./configure.
7
8* Some improvements to GPU performance and memory usage:
9 [convnet benchmarks](https://github.com/soumith/convnet-benchmarks/issues/66)
10 roughly equivalent with native cudnn v2 performance. Improvements mostly due
11 to moving to 32-bit indices, faster shuffling kernels. More improvements to
12 come in later releases.
13
14
15## Bug fixes
16
17* Lots of fixes to documentation and tutorials, many contributed
18 by the public.
19
20* 271 closed issues on github issues.
21
22## Backwards-incompatible changes
23
24* tf.nn.fixed_unigram_candidate_sampler changed its default 'distortion'
25 attribute from 0.0 to 1.0. This was a bug in the original release
26 that is now fixed.
27
Vijay Vasudevanddd4aaf2015-12-08 09:58:59 -080028# Release 0.5.0
29
30Initial release of TensorFlow.