[SciPy-Dev] ANN: SciPy 0.10.1 release candidate 1

Charles R Harris charlesr.harris at gmail.com
Sat Feb 11 15:21:50 EST 2012


On Sat, Feb 11, 2012 at 12:55 PM, Christoph Gohlke <cgohlke at uci.edu> wrote:

>
>
> On 2/11/2012 6:11 AM, Ralf Gommers wrote:
> > Hi all,
> >
> > I am pleased to announce the availability of the first release candidate
> > of SciPy 0.10.1. Please try out this release and report any problems on
> > the scipy-dev mailing list. If no problems are found, the final release
> > will be available in one week.
> >
> > Sources and binaries can be found at
> > http://sourceforge.net/projects/scipy/files/scipy/0.10.1rc1/, release
> > notes are copied below.
> >
> > Cheers,
> > Ralf
> >
> >
> > ==========================
> > SciPy 0.10.1 Release Notes
> > ==========================
> >
> > .. contents::
> >
> > SciPy 0.10.1 is a bug-fix release with no new features compared to
> 0.10.0.
> >
> > Main changes
> > ------------
> >
> > The most important changes are::
> >
> > 1. The single precision routines of ``eigs`` and ``eigsh`` in
> >     ``scipy.sparse.linalg`` have been disabled (they internally use
> double
> >     precision now).
> > 2. A compatibility issue related to changes in NumPy macros has been
> > fixed, in
> >     order to make scipy 0.10.1 compile with the upcoming numpy 1.7.0
> > release.
> >
> >
> > Other issues fixed
> > ------------------
> >
> > - #835: stats: nan propagation in stats.distributions
> > - #1202: io: netcdf segfault
> > - #1531: optimize: make curve_fit work with method as callable.
> > - #1560: linalg: fixed mistake in eig_banded documentation.
> > - #1565: ndimage: bug in ndimage.variance
> > - #1457: ndimage: standard_deviation does not work with sequence of
> indexes
> > - #1562: cluster: segfault in linkage function
> > - #1568: stats: One-sided fisher_exact() returns `p` < 1 for 0
> > successful attempts
> > - #1575: stats: zscore and zmap handle the axis keyword incorrectly
> >
> >
> >
>
> Hi Ralf,
>
> looks good here (Windows, msvc9, MKL, numpy 1.6.1). Just one compile
> error related to the numpy macros:
> <https://github.com/scipy/scipy/pull/156>.
>
> Hi Christoph,

I already committed your patch in  e0b7cf812840f2b293d9db1e00790dd2edea4cc2.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20120211/736b4ab6/attachment.html>


More information about the SciPy-Dev mailing list