TensorFlow: v0.7.1 Release

Release date:
February 20, 2016
Previous version:
v0.7.0 (released February 16, 2016)
Magnitude:
751 Diff Delta
Contributors:
10 total committers
Data confidence:
Commits:

Top Contributors in v0.7.1

shlens
vrv
sherrym
manjunath-kudlur-0b76
mrry
danijar
martinwicke
jendap
vesnica-32bb
caisq

Directory Browser for v0.7.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Bug Fixes and Other Changes

  • Added gfile.Open and gfile.Copy, used by input_data.py.
  • Fixed Saver bug when MakeDirs tried to create empty directory.
  • GPU Pip wheels are built with cuda 7.5 and cudnn-v4, making them required for the binary releases. Lower versions of cuda/cudnn can be supported by installing from sources and setting the options during ./configure
  • Fix dataset encoding example for Python3 (@danijar)
  • Fix PIP installation by not packaging protobuf as part of wheel, require protobuf 3.0.0b2.
  • Fix Mac pip installation of numpy by requiring pip >= 1.10.1.
  • Improvements and fixes to Docker image.