Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
5bdeb8a3
提交
5bdeb8a3
authored
11月 25, 2013
作者:
Frederic
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Make release 0.6rc5
上级
a397d606
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
7 行增加
和
4 行删除
+7
-4
NEWS.txt
NEWS.txt
+5
-2
conf.py
doc/conf.py
+1
-1
setup.py
setup.py
+1
-1
没有找到文件。
NEWS.txt
浏览文件 @
5bdeb8a3
...
...
@@ -4,7 +4,7 @@
Release Notes
=============
Theano 0.6rc
4
(November 25th, 2013)
Theano 0.6rc
5
(November 25th, 2013)
===================================
We recommend that everybody update to this version.
...
...
@@ -12,6 +12,8 @@ We recommend that everybody update to this version.
We plan to release 0.6 in one week if there is no problem introduced
with this release candidate.
Theano 0.6rc4 was skipped due to a problem with pypi
Highlights:
* Python 3.3 compatibility with buildbot test for it.
* Full advanced indexing support.
...
...
@@ -278,13 +280,14 @@ Others:
* Add utt.asset_allclose(a, b) to have better error message. (Frederic B.)
* Better error message with compute_test_value (Frederic, reported by John Salvatier)
* Stochastic order behavior fix (Frederic B.)
* Simpler initial graph for subtensor infer shape (Olivier D.)
The optimization was doing the optimization, but this allows better reading of the graph before optimization.
* Better detection of non-aligned ndarray (Frederic B.)
* Update MRG multinomial gradient to the new interface (Mehdi Mirza)
* Implement Image2Neibs.perform() to help debug (Frederic B.)
* Remove some Theano flags from the compilation key (Frederic B.)
* Make theano-nose work on executable
*.py
files. (Alistair Muldal)
* Make theano-nose work on executable
'\*.py'
files. (Alistair Muldal)
* Make theano-nose work with older nose version (Frederic B.)
* Add extra debug info in verify_grad() (Frederic B.)
...
...
doc/conf.py
浏览文件 @
5bdeb8a3
...
...
@@ -53,7 +53,7 @@ copyright = '2008--2013, LISA lab'
# The short X.Y version.
version
=
'0.6'
# The full version, including alpha/beta/rc tags.
release
=
'0.6rc
4
'
release
=
'0.6rc
5
'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
...
...
setup.py
浏览文件 @
5bdeb8a3
...
...
@@ -66,7 +66,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR
=
0
MINOR
=
6
MICRO
=
0
SUFFIX
=
"rc
4
"
# Should be blank except for rc's, betas, etc.
SUFFIX
=
"rc
5
"
# Should be blank except for rc's, betas, etc.
ISRELEASED
=
False
VERSION
=
'
%
d.
%
d.
%
d
%
s'
%
(
MAJOR
,
MINOR
,
MICRO
,
SUFFIX
)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论