Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
68d6cef6
Unverified
提交
68d6cef6
authored
7月 28, 2020
作者:
Thomas Wiecki
提交者:
GitHub
7月 28, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Prepare version 1.0.5 (#20)
上级
08bc1b62
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
38 行增加
和
25 行删除
+38
-25
HISTORY.txt
HISTORY.txt
+25
-0
NEWS.txt
NEWS.txt
+5
-21
LICENSE.txt
doc/LICENSE.txt
+1
-0
install_generic.inc
doc/install_generic.inc
+1
-1
config.txt
doc/library/config.txt
+1
-1
setup.py
setup.py
+3
-1
configdefaults.py
theano/configdefaults.py
+1
-0
version.py
theano/version.py
+1
-1
没有找到文件。
HISTORY.txt
浏览文件 @
68d6cef6
...
...
@@ -5,6 +5,31 @@
Old Release Notes
=================
Theano 1.0.4 (16th of January 2019)
=====================================
This is a maintenance release of Theano, version ``1.0.4``, with no
new features, but some important bug fixes.
We recommend that everybody update to this version.
Highlights (since 1.0.3):
- Theano is now compatible with NumPy 1.16.
A total of 10 people contributed to this release since ``1.0.3``:
- wonghang
- Frederic Bastien
- Arnaud Bergeron
- Duc Nguyen
- Andrew Nelson
- Björn Linse
- Luis Mario Domenzain
- Rebecca N. Palmer
- Luciano Paz
- Dan Foreman-Mackey
Theano 1.0.3 (20th of September 2018)
=====================================
...
...
NEWS.txt
浏览文件 @
68d6cef6
...
...
@@ -2,27 +2,11 @@
Release Notes
=============
Theano
1.0.4 (16th of January 2019
)
=====================================
Theano
-PyMC 1.0.5 (on deck
)
=====================================
====
This is a maintenance release of Theano, version ``1.0.4``, with no
new features, but some important bug fixes.
Highlights (since 1.0.4):
We recommend that everybody update to this version.
- First release under new name Theano-PyMC
Highlights (since 1.0.3):
- Theano is now compatible with NumPy 1.16.
A total of 10 people contributed to this release since ``1.0.3``:
- wonghang
- Frederic Bastien
- Arnaud Bergeron
- Duc Nguyen
- Andrew Nelson
- Björn Linse
- Luis Mario Domenzain
- Rebecca N. Palmer
- Luciano Paz
- Dan Foreman-Mackey
A total of x people contributed to this release since ``1.0.4``:
doc/LICENSE.txt
浏览文件 @
68d6cef6
...
...
@@ -4,6 +4,7 @@ LICENSE
=======
Copyright (c) 2008--2019, Theano Development Team
Copyright (c) 2020, PyMC dev team
All rights reserved.
Contains code from NumPy, Copyright (c) 2005-2016, NumPy Developers.
...
...
doc/install_generic.inc
浏览文件 @
68d6cef6
...
...
@@ -50,7 +50,7 @@ Install the latest stable version of Theano with:
If you encountered any trouble, head to the :ref:`troubleshooting` page.
The latest stable version of Theano
is ``1.0.4`` (tagged with ``rel-1.0.4
``).
The latest stable version of Theano
-PyMC is ``1.0.5`` (tagged with ``rel-1.0.5
``).
libgpuarray
:::::::::::
...
...
doc/library/config.txt
浏览文件 @
68d6cef6
...
...
@@ -568,7 +568,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'``, ``'1.0.3'``,
``'1.0.4'``
``'1.0.4'``
,``'1.0.5'``
Default: ``'0.9'``
...
...
setup.py
浏览文件 @
68d6cef6
...
...
@@ -32,8 +32,10 @@ Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
"""
NAME
=
"Theano-PyMC"
MAINTAINER
=
"PyMC developers"
...
...
theano/configdefaults.py
浏览文件 @
68d6cef6
...
...
@@ -963,6 +963,7 @@ AddConfigVar(
"1.0.2"
,
"1.0.3"
,
"1.0.4"
,
"1.0.5"
,
allow_override
=
False
,
),
in_c_key
=
False
,
...
...
theano/version.py
浏览文件 @
68d6cef6
from
theano._version
import
get_versions
FALLBACK_VERSION
=
"1.0.
4
+unknown"
FALLBACK_VERSION
=
"1.0.
5
+unknown"
info
=
get_versions
()
if
info
[
"error"
]
is
not
None
:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论