Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit d2c39c4

Browse files
committed
Modifications for 0.7rc2
1 parent c4ac936 commit d2c39c4

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

NEWS.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
Release Notes
33
=============
44

5-
Theano 0.7rc1 (4th of March, 2015)
6-
==================================
7-
We recommand to everyone still using version 0.6 to upgrade to this version.
5+
Theano 0.7rc2 (13th of March, 2015)
6+
===================================
7+
We recommand to everyone to upgrade to this version.
88

99
Highlights:
1010
* Too many bug and crash fixes to count
11+
* Many new optimizations as well
1112
* Integration of CuDNN for 2D convolutions and pooling on supported GPUs
1213
* Better support for GPU on Windows (Jan Chorowski, Nicolas Ballas)
1314
* On MacOS X, clang is used by default (Arnaud Bergeron)
15+
* Various fixes and improvement to scan
1416

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '0.7'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.7rc1'
56+
release = '0.7rc2'
5757

5858
# There are two options for replacing |today|: either, you set today to some
5959
# non-false value, then it is used:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
MAJOR = 0
6767
MINOR = 7
6868
MICRO = 0
69-
SUFFIX = "rc1" # Should be blank except for rc's, betas, etc.
69+
SUFFIX = "rc2" # Should be blank except for rc's, betas, etc.
7070
ISRELEASED = False
7171

7272
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX)

0 commit comments

Comments
 (0)