提交 3a37fa25 authored 作者: lamblin's avatar 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...
...@@ -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], ...)
......
...@@ -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``
......
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论