This repository was archived by the owner on Aug 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2
2
Release Notes
3
3
=============
4
4
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.
8
8
9
9
Highlights:
10
10
* Too many bug and crash fixes to count
11
+ * Many new optimizations as well
11
12
* Integration of CuDNN for 2D convolutions and pooling on supported GPUs
12
13
* Better support for GPU on Windows (Jan Chorowski, Nicolas Ballas)
13
14
* On MacOS X, clang is used by default (Arnaud Bergeron)
15
+ * Various fixes and improvement to scan
14
16
Original file line number Diff line number Diff line change 53
53
# The short X.Y version.
54
54
version = '0.7'
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '0.7rc1 '
56
+ release = '0.7rc2 '
57
57
58
58
# There are two options for replacing |today|: either, you set today to some
59
59
# non-false value, then it is used:
Original file line number Diff line number Diff line change 66
66
MAJOR = 0
67
67
MINOR = 7
68
68
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.
70
70
ISRELEASED = False
71
71
72
72
VERSION = '%d.%d.%d%s' % (MAJOR , MINOR , MICRO , SUFFIX )
You can’t perform that action at this time.
0 commit comments