Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
07cd30ff
提交
07cd30ff
authored
9月 14, 2018
作者:
Thomas Wiecki
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Modifications for 1.0.3 release
上级
6303fb14
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
49 行增加
和
24 行删除
+49
-24
.mailmap
.mailmap
+2
-0
HISTORY.txt
HISTORY.txt
+33
-0
NEWS.txt
NEWS.txt
+11
-21
config.txt
doc/library/config.txt
+1
-1
configdefaults.py
theano/configdefaults.py
+1
-1
version.py
theano/version.py
+1
-1
没有找到文件。
.mailmap
浏览文件 @
07cd30ff
...
...
@@ -17,6 +17,7 @@ abalkin <abalkin@enlnt.com> Alexander Belopolsky <abalkin@enlnt.com>
abalkin <abalkin@enlnt.com> Alexander Belopolsky <a@enlnt.com>
Adam Becker <junkkhaotik@gmail.com> khaotik <aruhanb@gmail.com>
Adam Becker <junkkhaotik@gmail.com> khaotik <junkkhaotik@gmail.com>
Adrian Seyboldt <aseyboldt@gmail.com> aseyboldt <aseyboldt@gmail.com>
Aleksandar Botev <botevmg@gmail.com> botev <botevmg@gmail.com>
Alex Lamb <alex6200@gmail.com> AlexLamb <alex6200@gmail.com>
Alex Lamb <alex6200@gmail.com> DeathMonster666 <alex6200@gmail.com>
...
...
@@ -242,6 +243,7 @@ Steven Bocco <stevenbocco@gmail.com> Seton Steven Bocco <boccoset@leto15.iro.umo
Steven Bocco <stevenbocco@gmail.com> Seton Steven Bocco <boccoset@leto51.iro.umontreal.ca>
Steven Pigeon <pigeon@iro.umontreal.ca> steven-pigeon <pigeon@iro.umontreal.ca>
Thomas George <tfjgeorge@gmail.com> Thomas George <georgeth@helios1.helios>
Thomas Wiecki <thomas.wiecki@gmail.com> twiecki <thomas.wiecki@gmail.com>
Valentin Bisson <valentin.bisson@umontreal.ca> onze <onzeonline@gmail.com>
Xavier Bouthillier <xavier.bouthillier@gmail.com> Xavier Bouthillier <xavier.bouthillier@umontreal.ca>
Xavier Bouthillier <xavier.bouthillier@gmail.com> Xavier Bouthillier/ <xavier.bouthillier@gmail.com>
...
...
HISTORY.txt
浏览文件 @
07cd30ff
...
...
@@ -5,6 +5,39 @@
Old Release Notes
=================
Theano 1.0.2 (23rd of May, 2018)
====================================
This is a maintenance release of Theano, version ``1.0.2``, with no
new features, but some important bug fixes.
We recommend that everybody update to this version.
Highlights (since 1.0.1):
- Theano should work under PyPy now (this is experimental).
- Update for cuDNN 7.1 RNN API changes.
- Fix for a crash related to mixed dtypes with cuDNN convolutions.
- MAGMA should work in more cases without manual config.
- Handle reductions with non-default accumulator dtype better on the GPU.
- Improvements to the test suite so that it fails less often due to
random chance.
A total of 6 people contributed to this release since ``1.0.1``:
- Frederic Bastien
- Steven Bocco
- Jon Haygood
- Arnaud Bergeron
- Jordan Melendez
- Desiree Vogt-Lee
- Garming Sam
- Pascal Lamblin
- Vincent Dumoulin
- Glexin
- Simon Lefrancois
Theano 1.0.1 (6th of December, 2017)
====================================
...
...
NEWS.txt
浏览文件 @
07cd30ff
...
...
@@ -2,34 +2,24 @@
Release Notes
=============
Theano 1.0.
2 (23rd of May,
2018)
====================================
Theano 1.0.
3 (20th of September
2018)
====================================
=
This is a maintenance release of Theano, version ``1.0.
2
``, with no
This is a maintenance release of Theano, version ``1.0.
3
``, with no
new features, but some important bug fixes.
We recommend that everybody update to this version.
Highlights (since 1.0.
1
):
Highlights (since 1.0.
2
):
- Theano should work under PyPy now (this is experimental).
- Update for cuDNN 7.1 RNN API changes.
- Fix for a crash related to mixed dtypes with cuDNN convolutions.
- MAGMA should work in more cases without manual config.
- Handle reductions with non-default accumulator dtype better on the GPU.
- Improvements to the test suite so that it fails less often due to
random chance.
- Theano is now compatible with Python 3.7
- Broadcasting for sparse dot products works correctly
- Subtensor grads do not return int anymore
A total of
6 people contributed to this release since ``1.0.1
``:
A total of
5 people contributed to this release since ``1.0.2
``:
- Frederic Bastien
- Steven Bocco
- Jon Haygood
- Arnaud Bergeron
- Jordan Melendez
- Desiree Vogt-Lee
- Garming Sam
- Pascal Lamblin
- Vincent Dumoulin
- Glexin
- Simon Lefrancois
- Dmitry Mottl
- Adrian Seyboldt
- Thomas Wiecki
doc/library/config.txt
浏览文件 @
07cd30ff
...
...
@@ -567,7 +567,7 @@ import theano and print the config variable, as in:
String value: ``'None'``, ``'all'``, ``'0.3'``, ``'0.4'``, ``'0.4.1'``,
``'0.5'``, ``'0.6'``, ``'0.7'``, ``'0.8'``, ``'0.8.1'``, ``'0.8.2'``,
``'0.9'``, ``'0.10'``, ``'1.0'``, ``'1.0.1'``, ``'1.0.2'``
``'0.9'``, ``'0.10'``, ``'1.0'``, ``'1.0.1'``, ``'1.0.2'``
, ``'1.0.3'``
Default: ``'0.9'``
...
...
theano/configdefaults.py
浏览文件 @
07cd30ff
...
...
@@ -752,7 +752,7 @@ AddConfigVar('warn.ignore_bug_before',
"[warn] flags."
),
EnumStr
(
'0.9'
,
'None'
,
'all'
,
'0.3'
,
'0.4'
,
'0.4.1'
,
'0.5'
,
'0.6'
,
'0.7'
,
'0.8'
,
'0.8.1'
,
'0.8.2'
,
'0.9'
,
'0.10'
,
'1.0'
,
'1.0.1'
,
'1.0.2'
,
'1.0.1'
,
'1.0.2'
,
'1.0.3'
,
allow_override
=
False
),
in_c_key
=
False
)
...
...
theano/version.py
浏览文件 @
07cd30ff
...
...
@@ -2,7 +2,7 @@ from __future__ import absolute_import, print_function, division
from
theano._version
import
get_versions
FALLBACK_VERSION
=
"1.0.
2
+unknown"
FALLBACK_VERSION
=
"1.0.
3
+unknown"
info
=
get_versions
()
if
info
[
'error'
]
is
not
None
:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论