Source: python-pattern
Version: 2.6+git20180818-3
Severity: important

LIBLINEAR 2.43, now in experimental, moved the Python modules
liblinear, liblinearutil from the global namespace to a liblinear
package. Imports in python-pattern must be changed accordingly:

   from liblinear import *  ->  from liblinear.liblinear import *
   from liblinearutils import *  ->  from liblinear.liblinearutils import *

I plan to upload LIBLINEAR 2.43 to unstable in a month or two.

Reply via email to