Hi,

The following have been deprecated since scipy 0.12.0:
  - scipy.lib.blas
  - scipy.lib.lapack
  - scipy.linalg.blas.cblas
  - scipy.linalg.blas.fblas
  - scipy.linalg.lapack.clapack
  - scipy.linalg.lapack.flapack
See http://docs.scipy.org/doc/scipy/reference/release.0.12.0.html#deprecated-features

It looks to me like it's time to remove those for 0.16.0. Then scipy.lib doesn't contain anything public anymore and will then be renamed scipy._lib.

Any objections?

Ralf