提交 467c0498 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Merged

Modifications in the trunk since the last release
Partial of what is in trunk since the last release
Theano 0.4.0rc4 (2011-06-13)
--------------------------------------------------
Deprecation:
* tag.shape attribute deprecated (#633)
* FAST_RUN_NOGC mode deprecated
......@@ -90,9 +91,7 @@ Unit tests:
* Tests display less pointless warnings.
Other:
* ?? a bug?? Correctly put the broadcast flag to True in the output var of
a Rehapse op when we receive an int 1 in the new shape.
* Correctly put the broadcast flag to True in the output var of
a Reshape op when we receive an int 1 in the new shape.
* pydotprint: high contrast mode is now the default
* More compact printing (ignore leading "Composite" in op names)
(To be continued...)
......@@ -53,7 +53,7 @@ copyright = '2008--2011, LISA lab'
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.0rc3'
release = '0.4.0rc4'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
......
......@@ -48,7 +48,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0
MINOR = 4
MICRO = 0
SUFFIX = "rc3" # Should be blank except for rc's, betas, etc.
SUFFIX = "rc4" # Should be blank except for rc's, betas, etc.
ISRELEASED = False
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论