Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
e0167f24
提交
e0167f24
authored
1月 15, 2019
作者:
Arnaud Bergeron
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Modifications for the 1.0.4 release
上级
b37f333b
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
43 行增加
和
16 行删除
+43
-16
HISTORY.txt
HISTORY.txt
+23
-0
NEWS.txt
NEWS.txt
+13
-10
LICENSE.txt
doc/LICENSE.txt
+1
-1
conf.py
doc/conf.py
+1
-1
install_generic.inc
doc/install_generic.inc
+1
-1
config.txt
doc/library/config.txt
+2
-1
configdefaults.py
theano/configdefaults.py
+1
-1
version.py
theano/version.py
+1
-1
没有找到文件。
HISTORY.txt
浏览文件 @
e0167f24
...
@@ -5,6 +5,29 @@
...
@@ -5,6 +5,29 @@
Old Release Notes
Old Release Notes
=================
=================
Theano 1.0.3 (20th of September 2018)
=====================================
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.2):
- 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 5 people contributed to this release since ``1.0.2``:
- Frederic Bastien
- Arnaud Bergeron
- Dmitry Mottl
- Adrian Seyboldt
- Thomas Wiecki
Theano 1.0.2 (23rd of May, 2018)
Theano 1.0.2 (23rd of May, 2018)
====================================
====================================
...
...
NEWS.txt
浏览文件 @
e0167f24
...
@@ -2,24 +2,27 @@
...
@@ -2,24 +2,27 @@
Release Notes
Release Notes
=============
=============
Theano 1.0.
3 (20th of September 2018
)
Theano 1.0.
4 (16th of January 2019
)
=====================================
=====================================
This is a maintenance release of Theano, version ``1.0.
3
``, with no
This is a maintenance release of Theano, version ``1.0.
4
``, with no
new features, but some important bug fixes.
new features, but some important bug fixes.
We recommend that everybody update to this version.
We recommend that everybody update to this version.
Highlights (since 1.0.
2
):
Highlights (since 1.0.
3
):
- Theano is now compatible with Python 3.7
- Theano is now compatible with NumPy 1.16.
- Broadcasting for sparse dot products works correctly
- Subtensor grads do not return int anymore
A total of
5 people contributed to this release since ``1.0.2
``:
A total of
10 people contributed to this release since ``1.0.3
``:
- wonghang
- Frederic Bastien
- Frederic Bastien
- Arnaud Bergeron
- Arnaud Bergeron
- Dmitry Mottl
- Duc Nguyen
- Adrian Seyboldt
- Andrew Nelson
- Thomas Wiecki
- Björn Linse
- Luis Mario Domenzain
- Rebecca N. Palmer
- Luciano Paz
- Dan Foreman-Mackey
doc/LICENSE.txt
浏览文件 @
e0167f24
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
LICENSE
LICENSE
=======
=======
Copyright (c) 2008--201
8
, Theano Development Team
Copyright (c) 2008--201
9
, Theano Development Team
All rights reserved.
All rights reserved.
Contains code from NumPy, Copyright (c) 2005-2016, NumPy Developers.
Contains code from NumPy, Copyright (c) 2005-2016, NumPy Developers.
...
...
doc/conf.py
浏览文件 @
e0167f24
...
@@ -67,7 +67,7 @@ master_doc = 'index'
...
@@ -67,7 +67,7 @@ master_doc = 'index'
# General substitutions.
# General substitutions.
project
=
'Theano'
project
=
'Theano'
copyright
=
'2008--201
8
, LISA lab'
copyright
=
'2008--201
9
, LISA lab'
# The default replacements for |version| and |release|, also used in various
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
# other places throughout the built documents.
...
...
doc/install_generic.inc
浏览文件 @
e0167f24
...
@@ -50,7 +50,7 @@ Install the latest stable version of Theano with:
...
@@ -50,7 +50,7 @@ Install the latest stable version of Theano with:
If you encountered any trouble, head to the :ref:`troubleshooting` page.
If you encountered any trouble, head to the :ref:`troubleshooting` page.
The latest stable version of Theano is ``1.0.
1`` (tagged with ``rel-1.0.1
``).
The latest stable version of Theano is ``1.0.
4`` (tagged with ``rel-1.0.4
``).
libgpuarray
libgpuarray
:::::::::::
:::::::::::
...
...
doc/library/config.txt
浏览文件 @
e0167f24
...
@@ -567,7 +567,8 @@ import theano and print the config variable, as in:
...
@@ -567,7 +567,8 @@ import theano and print the config variable, as in:
String value: ``'None'``, ``'all'``, ``'0.3'``, ``'0.4'``, ``'0.4.1'``,
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.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.3'``
``'0.9'``, ``'0.10'``, ``'1.0'``, ``'1.0.1'``, ``'1.0.2'``, ``'1.0.3'``,
``'1.0.4'``
Default: ``'0.9'``
Default: ``'0.9'``
...
...
theano/configdefaults.py
浏览文件 @
e0167f24
...
@@ -752,7 +752,7 @@ AddConfigVar('warn.ignore_bug_before',
...
@@ -752,7 +752,7 @@ AddConfigVar('warn.ignore_bug_before',
"[warn] flags."
),
"[warn] flags."
),
EnumStr
(
'0.9'
,
'None'
,
'all'
,
'0.3'
,
'0.4'
,
'0.4.1'
,
'0.5'
,
'0.6'
,
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'
,
'0.7'
,
'0.8'
,
'0.8.1'
,
'0.8.2'
,
'0.9'
,
'0.10'
,
'1.0'
,
'1.0.1'
,
'1.0.2'
,
'1.0.3'
,
'1.0.1'
,
'1.0.2'
,
'1.0.3'
,
'1.0.4'
,
allow_override
=
False
),
allow_override
=
False
),
in_c_key
=
False
)
in_c_key
=
False
)
...
...
theano/version.py
浏览文件 @
e0167f24
...
@@ -2,7 +2,7 @@ from __future__ import absolute_import, print_function, division
...
@@ -2,7 +2,7 @@ from __future__ import absolute_import, print_function, division
from
theano._version
import
get_versions
from
theano._version
import
get_versions
FALLBACK_VERSION
=
"1.0.
3
+unknown"
FALLBACK_VERSION
=
"1.0.
4
+unknown"
info
=
get_versions
()
info
=
get_versions
()
if
info
[
'error'
]
is
not
None
:
if
info
[
'error'
]
is
not
None
:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论