* Properly close file descriptor in ``FileResource.cleanup``; * declare Python 3.6 support, stop testing on Python 3.3.
0.3.4
------------------
* Small formatting fixes.
0.3.3
------------------
* scikit-learn dependency is now optional for sklearn_crfsuite; it is required only when you use metrics and scorers; * added ``metrics.flat_precision_score``.