Main changes¶
The most important changes are:
- The single precision routines of eigs and eigsh in scipy.sparse.linalg have been disabled (they internally use double precision now).
- A compatibility issue related to changes in NumPy macros has been fixed, in order to make scipy 0.10.1 compile with the upcoming numpy 1.7.0 release.