Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
467c0498
提交
467c0498
authored
6月 13, 2011
作者:
Olivier Delalleau
浏览文件
操作
浏览文件
下载
差异文件
Merged
上级
39d1ecb7
0d17a09d
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
6 行增加
和
7 行删除
+6
-7
NEWS.txt
NEWS.txt
+4
-5
conf.py
doc/conf.py
+1
-1
setup.py
setup.py
+1
-1
没有找到文件。
NEWS.txt
浏览文件 @
467c0498
Modifications in the trunk since the last release
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:
Deprecation:
* tag.shape attribute deprecated (#633)
* tag.shape attribute deprecated (#633)
* FAST_RUN_NOGC mode deprecated
* FAST_RUN_NOGC mode deprecated
...
@@ -90,9 +91,7 @@ Unit tests:
...
@@ -90,9 +91,7 @@ Unit tests:
* Tests display less pointless warnings.
* Tests display less pointless warnings.
Other:
Other:
*
?? a bug??
Correctly put the broadcast flag to True in the output var of
* Correctly put the broadcast flag to True in the output var of
a Re
haps
e op when we receive an int 1 in the new shape.
a Re
shap
e op when we receive an int 1 in the new shape.
* pydotprint: high contrast mode is now the default
* pydotprint: high contrast mode is now the default
* More compact printing (ignore leading "Composite" in op names)
* More compact printing (ignore leading "Composite" in op names)
(To be continued...)
doc/conf.py
浏览文件 @
467c0498
...
@@ -53,7 +53,7 @@ copyright = '2008--2011, LISA lab'
...
@@ -53,7 +53,7 @@ copyright = '2008--2011, LISA lab'
# The short X.Y version.
# The short X.Y version.
version
=
'0.4'
version
=
'0.4'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
'0.4.0rc
3
'
release
=
'0.4.0rc
4
'
# 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:
...
...
setup.py
浏览文件 @
467c0498
...
@@ -48,7 +48,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
...
@@ -48,7 +48,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR
=
0
MAJOR
=
0
MINOR
=
4
MINOR
=
4
MICRO
=
0
MICRO
=
0
SUFFIX
=
"rc
3
"
# Should be blank except for rc's, betas, etc.
SUFFIX
=
"rc
4
"
# 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
)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论