Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
3a37fa25
提交
3a37fa25
authored
11月 09, 2012
作者:
lamblin
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #1061 from nouiz/scipy_version
we support scipy 0.7.2 as the main buildbot use it event if for python 2...
上级
5a90f43a
454a06ff
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
4 行增加
和
4 行删除
+4
-4
NEWS.txt
NEWS.txt
+1
-1
sparse.txt
doc/sandbox/sparse.txt
+2
-2
setup.py
setup.py
+1
-1
没有找到文件。
NEWS.txt
浏览文件 @
3a37fa25
...
@@ -72,7 +72,7 @@ Deprecation:
...
@@ -72,7 +72,7 @@ Deprecation:
This was a predecessor of SharedVariable with a less pythonic philosophy.
This was a predecessor of SharedVariable with a less pythonic philosophy.
Interface changes:
Interface changes:
* Now the base version requirements are numpy >= 1.5.0 and the optional scipy >= 0.
8
.
* Now the base version requirements are numpy >= 1.5.0 and the optional scipy >= 0.
7.2
.
* In Theano 0.5, we removed the deprecated sharedvar.value property.
* In Theano 0.5, we removed the deprecated sharedvar.value property.
Now we raise an error if you access it. (Frederic B.)
Now we raise an error if you access it. (Frederic B.)
* theano.function does not accept duplicate inputs, so function([x, x], ...)
* theano.function does not accept duplicate inputs, so function([x, x], ...)
...
...
doc/sandbox/sparse.txt
浏览文件 @
3a37fa25
...
@@ -7,7 +7,7 @@ Sparse matrices
...
@@ -7,7 +7,7 @@ Sparse matrices
scipy.sparse
scipy.sparse
------------
------------
Note that you want SciPy >= 0.
8.0.
Note that you want SciPy >= 0.
7.2
.. warning::
.. warning::
...
@@ -15,7 +15,7 @@ Note that you want SciPy >= 0.8.0.
...
@@ -15,7 +15,7 @@ Note that you want SciPy >= 0.8.0.
dimensions. There may be more bugs. It also has inconsistent
dimensions. There may be more bugs. It also has inconsistent
implementation of sparse matrices.
implementation of sparse matrices.
We do not test against
SciPy 0.7.*
.
We do not test against
version bellow SciPy 0.7.2
.
We describe the details of the compressed sparse matrix types.
We describe the details of the compressed sparse matrix types.
``scipy.sparse.csc_matrix``
``scipy.sparse.csc_matrix``
...
...
setup.py
浏览文件 @
3a37fa25
...
@@ -177,7 +177,7 @@ def do_setup():
...
@@ -177,7 +177,7 @@ def do_setup():
license
=
LICENSE
,
license
=
LICENSE
,
platforms
=
PLATFORMS
,
platforms
=
PLATFORMS
,
packages
=
find_packages
(),
packages
=
find_packages
(),
install_requires
=
[
'numpy>=1.5.0'
,
'scipy>=0.
8.0
'
],
install_requires
=
[
'numpy>=1.5.0'
,
'scipy>=0.
7.2
'
],
package_data
=
{
package_data
=
{
''
:
[
'*.txt'
,
'*.rst'
,
'*.cu'
,
'*.cuh'
,
'*.c'
,
'*.sh'
,
''
:
[
'*.txt'
,
'*.rst'
,
'*.cu'
,
'*.cuh'
,
'*.c'
,
'*.sh'
,
'ChangeLog'
],
'ChangeLog'
],
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论