Mathieu Blondel <math...@mblondel.org> wrote: > What is the best way to detect whether this functionality is available? (in > order to write code which works with older versions of SciPy too)
To write code that works with earlier versions of SciPy you need to link with LAPACK. That defeats its purpose. You can try to import the module scipy.linalg.cython_blas in your setup.py script. If you get an ImportError, the feature is not supported. > Is there online documentation yet? No. Sturla ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Scikit-learn-general mailing list Scikit-learn-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/scikit-learn-general