----- Forwarded message from Jarrod Millman <[EMAIL PROTECTED]> -----

From: Jarrod Millman <[EMAIL PROTECTED]>
To: SciPy Users List <[EMAIL PROTECTED]>
Subject: [SciPy-user] ANN: SciPy 0.6.0
Reply-To: SciPy Users List <[EMAIL PROTECTED]>
Date: Fri, 21 Sep 2007 02:04:32 -0700
Message-ID: <[EMAIL PROTECTED]>

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/
_______________________________________________
SciPy-user mailing list
[EMAIL PROTECTED]
http://projects.scipy.org/mailman/listinfo/scipy-user

----- End forwarded message -----
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to