teosbpl - 2016-09-24

In 3.5 The adatron.pyx does not contain free method and does not free resources on exit.
It causes memory protection fault on exit.
Workaround is to find init.py of mlpy and comment out the line

from .adatron import *

Thanks for the module!