ANN: SciPy 0.6.0

Jarrod Millman millman at berkeley.edu
Fri Sep 21 11:05:22 CEST 2007


I'm pleased to announce the release of SciPy 0.6.0:
http://scipy.org/Download

SciPy is a package of tools for science and engineering for Python.  It includes
modules for statistics, optimization, integration, linear algebra,
Fourier transforms,
signal and image processing, ODE solvers, and more.

This release brings many bugfixes and speed improvements.

Major changes since 0.5.2.1:

  * cluster
        o cleaned up kmeans code and added a kmeans2 function
           that adds several initialization methods
  * fftpack
        o fft speedups for complex data
        o major overhaul of fft source code for easier maintenance
  * interpolate
        o add Lagrange interpolating polynomial
        o fix interp1d so that it works for higher order splines
  * io
        o read and write basic .wav files
  * linalg
        o add Cholesky decomposition and solution of banded linear
           systems with Hermitian or symmetric matrices
        o add RQ decomposition
  * ndimage
        o port to NumPy API
        o fix byteswapping problem in rotate
        o better support for 64-bit platforms
  * optimize
        o nonlinear solvers module added
        o a lot of bugfixes and modernization
  * signal
        o add complex Morlet wavelet
  * sparse
        o significant performance improvements

Thank you to everybody who contributed to the recent release.

Enjoy,

-- 
Jarrod Millman
Computational Infrastructure for Research Labs
10 Giannini Hall, UC Berkeley
phone: 510.643.4014
http://cirl.berkeley.edu/


More information about the Python-announce-list mailing list