* Python 3.4 is no longer supported (it may work, but CI is disabled) * Python 3.8 support * fixed installation issues on OS X (thanks kvinwang) * make it easier for distributions to have a reproducible build (thanks bmwiedemann)
0.9.6
------------------
* Python 3.7 support (thanks fgregg, danmacnaughtan and fuhrysteve). * Python 3.3 support is dropped. * new Tagger.open_inmemory method which allows to load tagger data without having a file on-disk (thanks lucywang000). * license information is added to setup.py (thanks nils-werner).
0.9.5
------------------
* Python 3.6 wheels for Windows (thanks fgregg).
0.9.4
------------------
* Packaging fix (thanks fgregg).
0.9.3
------------------
* Fixed compatibility with Python 3.5+ on Windows (thanks fgregg); * CRFSuite C++ library is updated to latest version, this fixes several memory leaks and improves performance (thanks fgregg); * extension is rebuilt with Cython 0.26.1.