Skip to content

Commit 657b5f3

Browse files
committed
Merge pull request tensorflow#1238 from vrv/r0.7
Update RELEASE.md for 0.7.1
2 parents 9862312 + 82d86d9 commit 657b5f3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

RELEASE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Release 0.7.1
2+
3+
## Bug Fixes and Other Changes
4+
5+
* Added gfile.Open and gfile.Copy, used by input_data.py.
6+
* Fixed Saver bug when MakeDirs tried to create empty directory.
7+
* GPU Pip wheels are built with cuda 7.5 and cudnn-v4, making them
8+
required for the binary releases. Lower versions of cuda/cudnn can
9+
be supported by installing from sources and setting the options
10+
during ./configure
11+
* Fix dataset encoding example for Python3 (@danijar)
12+
* Fix PIP installation by not packaging protobuf as part of wheel,
13+
require protobuf 3.0.0b2.
14+
* Fix Mac pip installation of numpy by requiring pip >= 1.10.1.
15+
* Improvements and fixes to Docker image.
16+
17+
118
# Release 0.7.0
219

320
## Major Features and Improvements

0 commit comments

Comments
 (0)