ntucllab / libact

Pool-based active learning in Python
http://libact.readthedocs.org/
BSD 2-Clause "Simplified" License
777 stars 175 forks source link

regenerate with cython 0.29 for python 3.7 #161

Closed joequant closed 5 years ago

joequant commented 5 years ago

regenerate _hintsvm.c because previous version will not work for 3.7

yangarbiter commented 5 years ago

I am currently thinking about removing this cython generated .c file from the repository since the current installation process does not use this file at all. Current installation process regenerates this file from pyx everytime, so as long as we keep Cython as dependency, we don't have to keep this file. How do you think?

yangarbiter commented 5 years ago

We will remove libact/query_strategies/_hintsvm.c in #153.