Hi,

I'm happy to announce the availability of the scipy 0.13.2 release. This is a bugfix only release; it contains fixes for ndimage and optimize, and most importantly was compiled with Cython 0.19.2 to fix memory leaks in code using Cython fused types.

Source tarballs, binaries and release notes can be found at http://sourceforge.net/projects/scipy/files/scipy/0.13.2/

Cheers,
Ralf


==========================
SciPy 0.13.2 Release Notes
==========================

SciPy 0.13.2 is a bug-fix release with no new features compared to 0.13.1.


Issues fixed
------------

- 3096: require Cython 0.19, earlier versions have memory leaks in fused types
- 3079: ``ndimage.label`` fix swapped 64-bitness test
- 3108: ``optimize.fmin_slsqp`` constraint violation