
CONTENTS
1 SciPy Tutorial 3
1.1 Introduction ............................................... 3
1.2 Basic functions in Numpy (and top-level scipy) ............................. 6
1.3 Special functions (scipy.special)................................. 10
1.4 Integration (scipy.integrate)................................... 11
1.5 Optimization (scipy.optimize)................................... 15
1.6 Interpolation (scipy.interpolate)................................ 29
1.7 Fourier Transforms (scipy.fftpack)................................ 40
1.8 Signal Processing (scipy.signal).................................. 42
1.9 Linear Algebra (scipy.linalg)................................... 49
1.10 Sparse Eigenvalue Problems with ARPACK ............................... 60
1.11 Statistics (scipy.stats)....................................... 63
1.12 Multi-dimensional image processing (scipy.ndimage)....................... 72
1.13 File IO (scipy.io)........................................... 95
1.14 Weave (scipy.weave)........................................ 101
2 API - importing from Scipy 137
2.1 Guidelines for importing functions from Scipy ............................. 137
2.2 API definition .............................................. 138
3 Release Notes 141
3.1 SciPy 0.11.0 Release Notes ....................................... 141
3.2 SciPy 0.10.0 Release Notes ....................................... 141
3.3 SciPy 0.9.0 Release Notes ........................................ 144
3.4 SciPy 0.8.0 Release Notes ........................................ 148
3.5 SciPy 0.7.2 Release Notes ........................................ 152
3.6 SciPy 0.7.1 Release Notes ........................................ 152
3.7 SciPy 0.7.0 Release Notes ........................................ 154
4 Reference 161
4.1 Clustering package (scipy.cluster)................................ 161
4.2 K-means clustering and vector quantization (scipy.cluster.vq)................. 161
4.3 Hierarchical clustering (scipy.cluster.hierarchy)...................... 166
4.4 Constants (scipy.constants).................................... 184
4.5 Discrete Fourier transforms (scipy.fftpack)............................ 200
4.6 Integration and ODEs (scipy.integrate)............................. 214
4.7 Interpolation (scipy.interpolate)................................ 232
4.8 Input and output (scipy.io)...................................... 269
4.9 Linear algebra (scipy.linalg)................................... 278
i