tag:github.com,2008:https://github.com/coderunnr/tensorflow/releasesRelease notes from tensorflow2016-02-16T16:57:59Ztag:github.com,2008:Repository/52245365/v0.7.02016-02-16T16:57:59Zv0.7.0: Merge pull request #1116 from jendap/keep-numpy-version-in-pip.sh<p>keep numpy version in pip.sh</p>martinwicketag:github.com,2008:Repository/52245365/v0.6.02016-02-10T20:27:36Zv0.6.0<p>Change more 0.5 to 0.6</p>martinwicketag:github.com,2008:Repository/52245365/0.6.02015-12-10T04:26:27ZTensorFlow 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>coderunnrtag:github.com,2008:Repository/52245365/0.5.02015-11-09T03:08:54Z0.5.0<p>TensorFlow 0.5.0: initial public release.</p>coderunnr