[SciPy-Dev] ANN: SciPy 0.10 beta 1

Scott Sinclair scott.sinclair.za at gmail.com
Tue Sep 13 10:08:07 EDT 2011


On 12 September 2011 23:36, Ralf Gommers <ralf.gommers at googlemail.com> wrote:
> Hi,
>
> I am pleased to announce the availability of the first beta release of SciPy
> 0.10.0. For this release over a 100 tickets and pull requests have been
> closed, and many new features have been added. Some of the highlights are:
>
>   - support for Bento as a build system for scipy
>   - generalized and shift-invert eigenvalue problems in sparse.linalg
>   - addition of discrete-time linear systems in the signal module
>
> Sources and binaries can be found at
> https://sourceforge.net/projects/scipy/files/scipy/0.10.0b1/, release notes
> are copied below.

I'm not able to build 0.10.0b1 from the source distribution at
SourceForge (http://sourceforge.net/projects/scipy/files/scipy/0.10.0b1/scipy-0.10.0b1.tar.gz/download)

scott at godzilla:tmp$ tar -xzf scipy-0.10.0b1.tar.gz
scott at godzilla:tmp$ cd scipy-0.10.0b1
scott at godzilla:scipy-0.10.0b1$ python setup.py build
Traceback (most recent call last):
File "setup.py", line 188, in
setup_package()
File "setup.py", line 165, in setup_package
write_version_py()
File "setup.py", line 105, in write_version_py
from scipy.version import git_revision as GIT_REVISION
File "/home/scott/tmp/scipy-0.10.0b1/scipy/init.py", line 115, in
raise ImportError(msg)
ImportError: Error importing scipy: you cannot import scipy while
being in scipy source directory; please exit the scipy source
tree first, and relaunch your python intepreter.

There's a proposed fix at https://github.com/scipy/scipy/pull/75

Cheers,
Scott



More information about the SciPy-Dev mailing list