[SciPy-User] ANN: SciPy 0.11.0 release

Ralf Gommers ralf.gommers at gmail.com
Wed Sep 26 16:57:43 EDT 2012


On Wed, Sep 26, 2012 at 10:51 PM, John Hassler <hasslerjc at comcast.net>wrote:

>
> On 9/26/2012 4:23 PM, Ralf Gommers wrote:
>
> Hi,
>
> I am pleased to announce the availability of SciPy 0.11.0. For this
> release many new features have been added, and over 120 tickets and pull
> requests have been closed. Also noteworthy is that the number of
> contributors for this release has risen to over 50. We hope to see this
> number continuing to increase! The highlights of this release are:
>
>   - A new module, sparse.csgraph, has been added which provides a number
> of common sparse graph algorithms.
>   - New unified interfaces to the existing optimization and root finding
> functions have been added.
>
> Sources and binaries can be found at
> http://sourceforge.net/projects/scipy/files/scipy/0.11.0/, release notes
> are copied below.
>
> Thanks to everyone who contributed to this release,
> Ralf
>
>
> Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)]
> on win32
> Type "copyright", "credits" or "license()" for more information.
> >>> import scipy
> >>> scipy.test()
> Running unit tests for scipy
> NumPy version 1.6.2
> NumPy is installed in C:\Python27\lib\site-packages\numpy
> SciPy version 0.11.0
> SciPy is installed in C:\Python27\lib\site-packages\scipy
> Python version 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit
> (Intel)]
> nose version 0.11.2
>
> RuntimeError: module compiled against API version 7 but this version of
> numpy is 6
>

That shouldn't happen. It indicates that scipy was compiled against numpy
master. Did you just downloaded the superpack installer from Sourceforge?

Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20120926/2f942ef0/attachment.html>


More information about the SciPy-User mailing list