Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
c703d211
提交
c703d211
authored
9月 01, 2017
作者:
notoraptor
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Rebased, release date and commiters list updated.
上级
376df17c
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
17 行增加
和
7 行删除
+17
-7
NEWS.txt
NEWS.txt
+7
-5
NEWS_DEV.txt
NEWS_DEV.txt
+9
-1
index.txt
doc/index.txt
+1
-1
没有找到文件。
NEWS.txt
浏览文件 @
c703d211
...
@@ -3,8 +3,8 @@ Release Notes
...
@@ -3,8 +3,8 @@ Release Notes
=============
=============
Theano 0.10.0beta2 (
25th of August
, 2017)
Theano 0.10.0beta2 (
5th of September
, 2017)
=========================================
=========================================
==
This release contains new features, improvements and bug fixes to prepare the upcoming release candidate.
This release contains new features, improvements and bug fixes to prepare the upcoming release candidate.
...
@@ -12,11 +12,12 @@ We recommend that every developer updates to this version.
...
@@ -12,11 +12,12 @@ We recommend that every developer updates to this version.
Highlights:
Highlights:
- Support NumPy ``1.13``
- Support NumPy ``1.13``
- Added conda recipe
- Optional faster optimization step with new destroy handler
- Optional faster optimization step with new destroy handler
- Updated documentation
- Updated documentation
- Bug fixes, crash fixes and warning improvements
- Bug fixes, crash fixes and warning improvements
A total of 1
5
people contributed to this release since 0.10.0beta1, see list below.
A total of 1
6
people contributed to this release since 0.10.0beta1, see list below.
Convolution updates:
Convolution updates:
- Added unshared convolutions
- Added unshared convolutions
...
@@ -55,12 +56,13 @@ Commiters since 0.10.0beta1:
...
@@ -55,12 +56,13 @@ Commiters since 0.10.0beta1:
- Steven Bocco
- Steven Bocco
- Reyhane Askari
- Reyhane Askari
- Gijs van Tulder
- Gijs van Tulder
- Arnaud Bergeron
- Boris Fomitchev
- Boris Fomitchev
- Vikram
- Vikram
- Arnaud Bergeron
- Joseph Paul Cohen
- Joseph Paul Cohen
- Dzmitry Bahdanau
- Yikang Shen
- Yikang Shen
- Dzmitry Bahdanau
- Faruk Ahmed
- Faruk Ahmed
- Shawn Tan
- Shawn Tan
- Simon Lefrancois
- wyjw
- wyjw
NEWS_DEV.txt
浏览文件 @
c703d211
...
@@ -8,7 +8,6 @@ git log -p rel-0.9.0... |grep Merge|grep '#[0123456789]' |cut -f 8 -d ' ' | sed
...
@@ -8,7 +8,6 @@ git log -p rel-0.9.0... |grep Merge|grep '#[0123456789]' |cut -f 8 -d ' ' | sed
# Commit count per user
# Commit count per user
git shortlog -sn rel-0.9.0..
git shortlog -sn rel-0.9.0..
git shortlog -sn rel-0.10.0beta1..
...
@@ -20,6 +19,7 @@ TODO: better Theano conv doc
...
@@ -20,6 +19,7 @@ TODO: better Theano conv doc
Highlights:
Highlights:
- Support NumPy ``1.13``
- Support NumPy ``1.13``
- Added conda recipe
- Moved Python 3.* minimum supported version from 3.3 to 3.4
- Moved Python 3.* minimum supported version from 3.3 to 3.4
- Replaced deprecated package ``nose-parameterized`` with up-to-date package ``parameterized`` for Theano requirements
- Replaced deprecated package ``nose-parameterized`` with up-to-date package ``parameterized`` for Theano requirements
- Theano now internally uses ``sha256`` instead of ``md5`` to work on systems that forbide ``md5`` for security reason
- Theano now internally uses ``sha256`` instead of ``md5`` to work on systems that forbide ``md5`` for security reason
...
@@ -136,6 +136,14 @@ Other more detailed changes:
...
@@ -136,6 +136,14 @@ Other more detailed changes:
- Many improvements for Jenkins CI tests: daily testings on Mac and Windows in addition to Linux
- Many improvements for Jenkins CI tests: daily testings on Mac and Windows in addition to Linux
ALL THE PR BELLOW HAVE BEEN CHECKED
ALL THE PR BELLOW HAVE BEEN CHECKED
* https://github.com/Theano/Theano/pull/6373
* https://github.com/Theano/Theano/pull/6374
* https://github.com/Theano/Theano/pull/6371
* https://github.com/Theano/Theano/pull/6362
* https://github.com/Theano/Theano/pull/6368
* https://github.com/Theano/Theano/pull/6339
* https://github.com/Theano/Theano/pull/6366
* https://github.com/Theano/Theano/pull/6364
* https://github.com/Theano/Theano/pull/6349
* https://github.com/Theano/Theano/pull/6349
* https://github.com/Theano/Theano/pull/6361
* https://github.com/Theano/Theano/pull/6361
* https://github.com/Theano/Theano/pull/6356
* https://github.com/Theano/Theano/pull/6356
...
...
doc/index.txt
浏览文件 @
c703d211
...
@@ -21,7 +21,7 @@ learning/machine learning <https://mila.umontreal.ca/en/cours/>`_ classes).
...
@@ -21,7 +21,7 @@ learning/machine learning <https://mila.umontreal.ca/en/cours/>`_ classes).
News
News
====
====
* 2017/0
8/2
5: Release of Theano 0.10.0beta2, new features and many bugfixes, release candidate to coming.
* 2017/0
9/0
5: Release of Theano 0.10.0beta2, new features and many bugfixes, release candidate to coming.
* 2017/08/09: Release of Theano 0.10.0beta1, many improvements and bugfixes, release candidate to coming.
* 2017/08/09: Release of Theano 0.10.0beta1, many improvements and bugfixes, release candidate to coming.
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论