SciPy 0.4.8 release notes
New features
- Compatibility with NumPy 0.9.6 - Added Peter Verveer's multi-dimensional image processing package - New linked-list sparse matrix object - Support for slice notation and fancy indexing LIL and DOK sparse matrices - Support for compilation under VC7 - New 'numexpr' sandbox package for fast numerical expression evaluation - Support for relative entropy minimization and parameter smoothing in maxentropy package
Bug fixes
- - Fixes and improvements to linalg.py, anneal.py, stats.py, leastsq / minpack, sparse.py, and other modules - General fixes for missing imports and code cleanups