Hi all,

Can anyone tell me why a simple import statement is resulting in a warning
on an unrelated import?


>>> from skimage.segmentation import slic>>>

Contrast with:

>>> import sklearn.ensemble>>> from skimage.segmentation import 
>>> slic/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/numpy/lib/utils.py:139:
>>>  DeprecationWarning: `scipy.lib.lapack` is deprecated, use 
>>> `scipy.linalg.lapack` instead!
  warnings.warn(depdoc, DeprecationWarning)>>>



Please see this issue for details and other weird behaviour:

https://github.com/scikit-image/scikit-image/issues/851

Thanks!

Juan.
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to