提交 2d1d82a6 authored 作者: goodfeli's avatar goodfeli

Merge pull request #279 from nouiz/rc1

Modifications for 0.5rc1 release
......@@ -51,9 +51,9 @@ copyright = '2008--2011, LISA lab'
# other places throughout the built documents.
#
# The short X.Y version.
version = '0.4.1'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.4.1'
release = '0.5rc1'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
......
......@@ -245,7 +245,7 @@ import theano and print the config variable, as in:
.. attribute:: config.warn.ignore_bug_before
String value: 'None', 'all', '0.3', '0.4', '0.4.1'
String value: 'None', 'all', '0.3', '0.4', '0.4.1', '0.5'
Default: 'None'
......
......@@ -46,9 +46,9 @@ AUTHOR = "LISA laboratory, University of Montreal"
AUTHOR_EMAIL = "theano-dev@googlegroups.com"
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0
MINOR = 4
MICRO = 1
SUFFIX = "" # Should be blank except for rc's, betas, etc.
MINOR = 5
MICRO = 0
SUFFIX = "rc1" # Should be blank except for rc's, betas, etc.
ISRELEASED = False
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX)
......
......@@ -245,7 +245,7 @@ AddConfigVar('numpy.seterr_invalid',
###
AddConfigVar('warn.ignore_bug_before',
"If 'None', we warn about all Theano bugs found by default. If 'all', we don't warn about Theano bugs found by default. If a version, we print only the warnings relative to Theano bugs found after that version. Warning for specific bugs can be configured with specific [warn] flags.",
EnumStr('None', 'all', '0.3','0.4', '0.4.1',allow_override=False),
EnumStr('None', 'all', '0.3','0.4', '0.4.1', '0.5', allow_override=False),
in_c_key=False)
default_0_3 = True
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论