提交 7dcc9b59 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Prepare release 0.7rc1

上级 b52069af
差异被折叠。
差异被折叠。
...@@ -45,15 +45,15 @@ master_doc = 'index' ...@@ -45,15 +45,15 @@ master_doc = 'index'
# General substitutions. # General substitutions.
project = 'Theano' project = 'Theano'
copyright = '2008--2013, LISA lab' copyright = '2008--2015, 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.
# #
# The short X.Y version. # The short X.Y version.
version = '0.6' version = '0.7'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.6' release = '0.7rc1'
# 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:
......
...@@ -400,7 +400,7 @@ import theano and print the config variable, as in: ...@@ -400,7 +400,7 @@ import theano and print the config variable, as in:
String value: 'None', 'all', '0.3', '0.4', '0.4.1', '0.5', '0.6', '0.7' String value: 'None', 'all', '0.3', '0.4', '0.4.1', '0.5', '0.6', '0.7'
Default: 'None' Default: '0.6'
When we fix a Theano bug that generated bad results under some When we fix a Theano bug that generated bad results under some
circumstances, we also make Theano raise a warning when it encounters circumstances, we also make Theano raise a warning when it encounters
......
...@@ -65,9 +65,9 @@ AUTHOR = "LISA laboratory, University of Montreal" ...@@ -65,9 +65,9 @@ AUTHOR = "LISA laboratory, University of Montreal"
AUTHOR_EMAIL = "theano-dev@googlegroups.com" AUTHOR_EMAIL = "theano-dev@googlegroups.com"
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0 MAJOR = 0
MINOR = 6 MINOR = 7
MICRO = 0 MICRO = 0
SUFFIX = "" # Should be blank except for rc's, betas, etc. SUFFIX = "rc1" # 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)
......
...@@ -370,7 +370,7 @@ AddConfigVar('warn.ignore_bug_before', ...@@ -370,7 +370,7 @@ AddConfigVar('warn.ignore_bug_before',
"bugs found after that version. " "bugs found after that version. "
"Warning for specific bugs can be configured with specific " "Warning for specific bugs can be configured with specific "
"[warn] flags."), "[warn] flags."),
EnumStr('0.5', 'None', 'all', '0.3', '0.4', '0.4.1', '0.6', EnumStr('0.6', 'None', 'all', '0.3', '0.4', '0.4.1', '0.5', '0.7',
allow_override=False), allow_override=False),
in_c_key=False) in_c_key=False)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论