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

Ralf Gommers ralf.gommers at googlemail.com
Mon Feb 20 02:51:50 EST 2012


Hi all,

I am pleased to announce the availability of the second release candidate
of SciPy 0.10.1. Please try out this release and report any problems on the
scipy-dev mailing list. If no new 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.1rc2/, release notes
are copied below.

Things that were fixed between RC1 and RC2:

  - a compile error with MSVC9 against NumPy master
  - include missing Bento files in source release
  - some Python 3.x test warnings
  - an issue with misc.imread when PIL is not installed
  - Arpack single-precision test failures
  - cleaned up DeprecationWarnings when Umfpack is not installed

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


Checksums
=========

b119828c64a68794c9562f8228dd7cf9
release/installers/scipy-0.10.1rc2-py2.7-python.org-macosx10.6.dmg
605a30b8a33ff6763261ffde59a38bb9
release/installers/scipy-0.10.1rc2-win32-superpack-python2.5.exe
5a056ed6dbb9abd10bd824a64c47c159
release/installers/scipy-0.10.1rc2-win32-superpack-python2.6.exe
0498bb3f48d0cb251cb9e527b454a50b
release/installers/scipy-0.10.1rc2-win32-superpack-python2.7.exe
f078ebc55d1b7d832474c8379852062c
release/installers/scipy-0.10.1rc2-win32-superpack-python3.1.exe
3ee82aebb2c1d0425fb85c72c6eea80e
release/installers/scipy-0.10.1rc2-win32-superpack-python3.2.exe
540ec78cb451bfebbd8f84193fe76581  release/installers/scipy-0.10.1rc2.tar.gz
4813d52623ae63ed492e28bdcecee4c0  release/installers/scipy-0.10.1rc2.zip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20120220/ece9a0ab/attachment.html>


More information about the SciPy-Dev mailing list