Skip to content

Commit c55cb65

Browse files
committed
Modifications for 0.6rc3 release
1 parent b3dfea4 commit c55cb65

File tree

6 files changed

+7
-11
lines changed

6 files changed

+7
-11
lines changed

NEWS.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
Release Notes
55
=============
66

7-
Theano in the development version since 0.6rc2
8-
==============================================
9-
10-
up to merged PR gh-1225
7+
Theano 0.6rc3 (February 14th, 2013)
8+
===================================
119

1210
Highlights:
1311
* Speed-ups.
@@ -23,7 +21,7 @@ Highlights:
2321
* Add theano.tensor.take()
2422
* Add a_tensor_variable.{sort,dot,std,argmin,argmax,argsort,clip,conj,conjugate,repeat,round,trace,real,imag,take}
2523

26-
Commiters for this rc2 only:
24+
Commiters for this rc3 only:
2725
Frederic Bastien
2826
Ian Goodfellow
2927
Pascal Lamblin

doc/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
LICENSE
44
=======
55

6-
Copyright (c) 2008--2012, Theano Development Team
6+
Copyright (c) 2008--2013, Theano Development Team
77
All rights reserved.
88

99
Contains code from NumPy, Copyright (c) 2005-2011, NumPy Developers.

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545

4646
# General substitutions.
4747
project = 'Theano'
48-
copyright = '2008--2012, LISA lab'
48+
copyright = '2008--2013, LISA lab'
4949

5050
# The default replacements for |version| and |release|, also used in various
5151
# other places throughout the built documents.
5252
#
5353
# The short X.Y version.
5454
version = '0.6'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.6rc2'
56+
release = '0.6rc3'
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
@@ -55,7 +55,7 @@
5555
MAJOR = 0
5656
MINOR = 6
5757
MICRO = 0
58-
SUFFIX = "rc2" # Should be blank except for rc's, betas, etc.
58+
SUFFIX = "rc3" # Should be blank except for rc's, betas, etc.
5959
ISRELEASED = False
6060

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

theano/tests/disturb_mem.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
__authors__ = "Ian Goodfellow"
2-
__copyright__ = "Copyright 2010-2012, Universite de Montreal"
32
__credits__ = ["Ian Goodfellow"]
43
__license__ = "3-clause BSD"
54
__maintainer__ = "Ian Goodfellow"

theano/tests/record.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
__authors__ = "Ian Goodfellow"
2-
__copyright__ = "Copyright 2010-2012, Universite de Montreal"
32
__credits__ = ["Ian Goodfellow"]
43
__license__ = "3-clause BSD"
54
__maintainer__ = "Ian Goodfellow"

0 commit comments

Comments
 (0)