提交 5f9efce1 authored 作者: Frederic's avatar Frederic

Modifications for 0.5rc1 release

上级 ac08d6b7
TODO for final release: Theano 0.5rc1
TODO for final 0.5 release:
- test python 2.4 - test python 2.4
- test theano-cache with "pip install Theano": issue 101 - test theano-cache with "pip install Theano": issue 101
- Re-write this NEWS.txt file! - Re-write this NEWS.txt file!
......
...@@ -51,9 +51,9 @@ copyright = '2008--2011, LISA lab' ...@@ -51,9 +51,9 @@ copyright = '2008--2011, LISA lab'
# other places throughout the built documents. # other places throughout the built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.4.1' version = '0.5'
# The full version, including alpha/beta/rc tags. # 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 # 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:
......
...@@ -245,7 +245,7 @@ import theano and print the config variable, as in: ...@@ -245,7 +245,7 @@ import theano and print the config variable, as in:
.. attribute:: config.warn.ignore_bug_before .. 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' Default: 'None'
......
...@@ -46,9 +46,9 @@ AUTHOR = "LISA laboratory, University of Montreal" ...@@ -46,9 +46,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 = 4 MINOR = 5
MICRO = 1 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)
......
...@@ -245,7 +245,7 @@ AddConfigVar('numpy.seterr_invalid', ...@@ -245,7 +245,7 @@ AddConfigVar('numpy.seterr_invalid',
### ###
AddConfigVar('warn.ignore_bug_before', 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.", "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) in_c_key=False)
default_0_3 = True default_0_3 = True
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论