提交 c55cb65c authored 作者: Frederic's avatar Frederic

Modifications for 0.6rc3 release

上级 b3dfea4c
...@@ -4,10 +4,8 @@ ...@@ -4,10 +4,8 @@
Release Notes Release Notes
============= =============
Theano in the development version since 0.6rc2 Theano 0.6rc3 (February 14th, 2013)
============================================== ===================================
up to merged PR gh-1225
Highlights: Highlights:
* Speed-ups. * Speed-ups.
...@@ -23,7 +21,7 @@ Highlights: ...@@ -23,7 +21,7 @@ Highlights:
* Add theano.tensor.take() * Add theano.tensor.take()
* Add a_tensor_variable.{sort,dot,std,argmin,argmax,argsort,clip,conj,conjugate,repeat,round,trace,real,imag,take} * Add a_tensor_variable.{sort,dot,std,argmin,argmax,argsort,clip,conj,conjugate,repeat,round,trace,real,imag,take}
Commiters for this rc2 only: Commiters for this rc3 only:
Frederic Bastien Frederic Bastien
Ian Goodfellow Ian Goodfellow
Pascal Lamblin Pascal Lamblin
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
LICENSE LICENSE
======= =======
Copyright (c) 2008--2012, Theano Development Team Copyright (c) 2008--2013, Theano Development Team
All rights reserved. All rights reserved.
Contains code from NumPy, Copyright (c) 2005-2011, NumPy Developers. Contains code from NumPy, Copyright (c) 2005-2011, NumPy Developers.
......
...@@ -45,7 +45,7 @@ master_doc = 'index' ...@@ -45,7 +45,7 @@ master_doc = 'index'
# General substitutions. # General substitutions.
project = 'Theano' project = 'Theano'
copyright = '2008--2012, LISA lab' copyright = '2008--2013, LISA lab'
# The default replacements for |version| and |release|, also used in various # The default replacements for |version| and |release|, also used in various
# other places throughout the built documents. # other places throughout the built documents.
...@@ -53,7 +53,7 @@ copyright = '2008--2012, LISA lab' ...@@ -53,7 +53,7 @@ copyright = '2008--2012, LISA lab'
# The short X.Y version. # The short X.Y version.
version = '0.6' version = '0.6'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.6rc2' release = '0.6rc3'
# 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:
......
...@@ -55,7 +55,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] ...@@ -55,7 +55,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0 MAJOR = 0
MINOR = 6 MINOR = 6
MICRO = 0 MICRO = 0
SUFFIX = "rc2" # Should be blank except for rc's, betas, etc. SUFFIX = "rc3" # 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)
......
__authors__ = "Ian Goodfellow" __authors__ = "Ian Goodfellow"
__copyright__ = "Copyright 2010-2012, Universite de Montreal"
__credits__ = ["Ian Goodfellow"] __credits__ = ["Ian Goodfellow"]
__license__ = "3-clause BSD" __license__ = "3-clause BSD"
__maintainer__ = "Ian Goodfellow" __maintainer__ = "Ian Goodfellow"
......
__authors__ = "Ian Goodfellow" __authors__ = "Ian Goodfellow"
__copyright__ = "Copyright 2010-2012, Universite de Montreal"
__credits__ = ["Ian Goodfellow"] __credits__ = ["Ian Goodfellow"]
__license__ = "3-clause BSD" __license__ = "3-clause BSD"
__maintainer__ = "Ian Goodfellow" __maintainer__ = "Ian Goodfellow"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论