tag:github.com,2008:https://github.com/jimfleming/tensorflow/releases Release notes from tensorflow 2015-12-10T04:26:27Z tag:github.com,2008:Repository/48778319/0.6.0 2015-12-10T04:26:27Z TensorFlow 0.6.0 <p>Major Features and Improvements</p> <ul> <li> <p>Python 3.3+ support via changes to python codebase and ability<br> to specify python version via ./configure.</p> </li> <li> <p>Some improvements to GPU performance and memory usage:<br> <a href="https://github.com/soumith/convnet-benchmarks/issues/66" data-hovercard-type="issue" data-hovercard-url="/soumith/convnet-benchmarks/issues/66/hovercard">convnet benchmarks</a><br> roughly equivalent with native cudnn v2 performance. Improvements mostly due<br> to moving to 32-bit indices, faster shuffling kernels. More improvements to<br> come in later releases.</p> </li> </ul> <p>Bug fixes</p> <ul> <li> <p>Lots of fixes to documentation and tutorials, many contributed<br> by the public.</p> </li> <li> <p>271 closed issues on github issues.</p> </li> </ul> <p>Backwards-incompatible changes</p> <ul> <li>tf.nn.fixed_unigram_candidate_sampler changed its default 'distortion'<br> attribute from 0.0 to 1.0. This was a bug in the original release<br> that is now fixed.</li> </ul> jimfleming tag:github.com,2008:Repository/48778319/0.5.0 2015-11-09T03:08:54Z 0.5.0 <p>TensorFlow 0.5.0: initial public release.</p> jimfleming