Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
1ea24b64
提交
1ea24b64
authored
2月 23, 2012
作者:
Pascal Lamblin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Modifications for 0.5 release
上级
f1ef401b
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
42 行增加
和
17 行删除
+42
-17
EMAIL.0.5.txt
EMAIL.0.5.txt
+0
-0
EMAIL.txt
EMAIL.txt
+40
-15
NEWS.txt
NEWS.txt
+0
-0
NEWS.txt
doc/NEWS.txt
+0
-0
conf.py
doc/conf.py
+1
-1
setup.py
setup.py
+1
-1
没有找到文件。
EMAIL.0.5.txt
deleted
100644 → 0
浏览文件 @
f1ef401b
差异被折叠。
点击展开。
EMAIL.txt
浏览文件 @
1ea24b64
===========================
Announcing Theano 0.5
rc2
Announcing Theano 0.5
===========================
## You can select and adapt one of the following templates.
## Basic text for major version release:
This is a release for a major version, with lots of new
features, bug fixes, and some interface changes (deprecated or
potentially misleading features were removed).
Upgrading to Theano 0.5 is recommended for everyone, but you should first make
sure that your code does not raise deprecation warnings with Theano 0.4.1.
Otherwise, in one case the results can change. In other cases, the warnings are
turned into errors (see below for details).
For those using the bleeding edge version in the
git repository, we encourage you to update to the `0.5` tag.
## Basic text for major version release candidate:
This is a release candidate for a major version, with lots of new
features, bug fixes, and some interface changes (deprecated or
potentially misleading features were removed).
The upgrade is recommended for developpers who want to help test and
report bugs, or want to use new features now. If you have updated
to 0.5rc1, you are highly encouraged to update to 0.5rc2. There are
more bug fixes and speed uptimization! But there is also a small new
interface change about sum of [u]int* dtype. Otherwise, users should
wait for the 0.5 release.
to 0.5rc1, you are highly encouraged to update to 0.5rc2.
For those using the bleeding edge version in the
git repository, we encourage you to update to the `0.5rc2` tag.
## Basic text for minor version release:
TODO
## Basic text for minor version release candidate:
TODO
What's New
----------
...
...
@@ -83,16 +108,16 @@ Acknowledgments
I would like to thank all contributors of Theano. For this particular
release, many people have helped, notably (in alphabetical order):
Frédéric Bastien, Justin Bayer, Arnaud Bergerond, James Bergstra,
Valentin Bisson, Josh Bleecher Snyder, Yann Dauphin, Olivier Delalleau,
Guillaume Desjardins, Sander Dieleman, Xavier Glorot, Ian Goodfellow,
Philippe Hamel, Pascal Lamblin, Eric Laufer, Razvan Pascanu, Matthew
Rocklin, Graham Taylor, Sebastian Urban, David Warde-Farley, and Yao Li.
I would also like to thank users who submitted bug reports, notably
(this list is incomplete, please let us know if someone should be
added): Nicolas Boulanger-Lewandowski, Olivier Chapelle, Michael
Forbes, and Timothy Lillicrap
.
Hani Almousli, Frédéric Bastien, Justin Bayer, Arnaud Bergeron, James
Bergstra, Valentin Bisson, Josh Bleecher Snyder, Yann Dauphin, Olivier
Delalleau, Guillaume Desjardins, Sander Dieleman, Xavier Glorot, Ian
Goodfellow, Philippe Hamel, Pascal Lamblin, Eric Laufer, Grégoire
Mesnil, Razvan Pascanu, Matthew Rocklin, Graham Taylor, Sebastian Urban,
David Warde-Farley, and Yao Li.
I would also like to thank users who submitted bug reports, notably:
Nicolas Boulanger-Lewandowski, Olivier Chapelle, Michael Forbes, Timothy
Lillicrap, and John Salvatier
.
Also, thank you to all NumPy and Scipy developers as Theano builds on
their strengths.
...
...
NEWS.txt
浏览文件 @
1ea24b64
差异被折叠。
点击展开。
doc/NEWS.txt
浏览文件 @
1ea24b64
差异被折叠。
点击展开。
doc/conf.py
浏览文件 @
1ea24b64
...
...
@@ -53,7 +53,7 @@ copyright = '2008--2012, LISA lab'
# The short X.Y version.
version
=
'0.5'
# The full version, including alpha/beta/rc tags.
release
=
'0.5
rc2
'
release
=
'0.5'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
...
...
setup.py
浏览文件 @
1ea24b64
...
...
@@ -48,7 +48,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR
=
0
MINOR
=
5
MICRO
=
0
SUFFIX
=
"
rc2
"
# Should be blank except for rc's, betas, etc.
SUFFIX
=
""
# Should be blank except for rc's, betas, etc.
ISRELEASED
=
False
VERSION
=
'
%
d.
%
d.
%
d
%
s'
%
(
MAJOR
,
MINOR
,
MICRO
,
SUFFIX
)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论