File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
18
# Release 0.7.0
2
19
3
20
## Major Features and Improvements
You can’t perform that action at this time.
0 commit comments