提交 d2c39c4e authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Modifications for 0.7rc2

上级 c4ac9362
...@@ -2,13 +2,15 @@ ...@@ -2,13 +2,15 @@
Release Notes Release Notes
============= =============
Theano 0.7rc1 (4th of March, 2015) Theano 0.7rc2 (13th of March, 2015)
================================== ===================================
We recommand to everyone still using version 0.6 to upgrade to this version. We recommand to everyone to upgrade to this version.
Highlights: Highlights:
* Too many bug and crash fixes to count * Too many bug and crash fixes to count
* Many new optimizations as well
* Integration of CuDNN for 2D convolutions and pooling on supported GPUs * Integration of CuDNN for 2D convolutions and pooling on supported GPUs
* Better support for GPU on Windows (Jan Chorowski, Nicolas Ballas) * Better support for GPU on Windows (Jan Chorowski, Nicolas Ballas)
* On MacOS X, clang is used by default (Arnaud Bergeron) * On MacOS X, clang is used by default (Arnaud Bergeron)
* Various fixes and improvement to scan
...@@ -53,7 +53,7 @@ copyright = '2008--2015, LISA lab' ...@@ -53,7 +53,7 @@ copyright = '2008--2015, LISA lab'
# The short X.Y version. # The short X.Y version.
version = '0.7' version = '0.7'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.7rc1' release = '0.7rc2'
# There are two options for replacing |today|: either, you set today to some # There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: # non-false value, then it is used:
......
...@@ -66,7 +66,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] ...@@ -66,7 +66,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0 MAJOR = 0
MINOR = 7 MINOR = 7
MICRO = 0 MICRO = 0
SUFFIX = "rc1" # Should be blank except for rc's, betas, etc. SUFFIX = "rc2" # Should be blank except for rc's, betas, etc.
ISRELEASED = False ISRELEASED = False
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX) VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论