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

Modifications for 0.6rc3 release

上级 b3dfea4c
......@@ -4,10 +4,8 @@
Release Notes
=============
Theano in the development version since 0.6rc2
==============================================
up to merged PR gh-1225
Theano 0.6rc3 (February 14th, 2013)
===================================
Highlights:
* Speed-ups.
......@@ -23,7 +21,7 @@ Highlights:
* Add theano.tensor.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
Ian Goodfellow
Pascal Lamblin
......
......@@ -3,7 +3,7 @@
LICENSE
=======
Copyright (c) 2008--2012, Theano Development Team
Copyright (c) 2008--2013, Theano Development Team
All rights reserved.
Contains code from NumPy, Copyright (c) 2005-2011, NumPy Developers.
......
......@@ -45,7 +45,7 @@ master_doc = 'index'
# General substitutions.
project = 'Theano'
copyright = '2008--2012, LISA lab'
copyright = '2008--2013, LISA lab'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
......@@ -53,7 +53,7 @@ copyright = '2008--2012, LISA lab'
# The short X.Y version.
version = '0.6'
# 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
# non-false value, then it is used:
......
......@@ -55,7 +55,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0
MINOR = 6
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
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX)
......
__authors__ = "Ian Goodfellow"
__copyright__ = "Copyright 2010-2012, Universite de Montreal"
__credits__ = ["Ian Goodfellow"]
__license__ = "3-clause BSD"
__maintainer__ = "Ian Goodfellow"
......
__authors__ = "Ian Goodfellow"
__copyright__ = "Copyright 2010-2012, Universite de Montreal"
__credits__ = ["Ian Goodfellow"]
__license__ = "3-clause BSD"
__maintainer__ = "Ian Goodfellow"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论