Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 919 Bytes

CHANGES.rst

File metadata and controls

42 lines (29 loc) · 919 Bytes

Changes

0.3.2 (2015-12-18)

  • Ignore more errors in FileResource.__del__.

0.3.1 (2015-12-17)

  • Ignore errors in FileResource.__del__.

0.3 (2015-12-17)

  • Added sklearn_crfsuite.metrics.sequence_accuracy_score() function and related sklearn_crfsuite.scorers.sequence_accuracy;
  • FileResource.__del__ method made more robust.

0.2 (2015-12-11)

  • backwards-incompatible: crf.tagger attribute is renamed to crf.tagger_; when model is not trained accessing this attribute no longer raises an exception, its value is set to None instead.

  • new CRF attributes available after training:

    • classes_
    • size_
    • num_attributes_
    • attributes_
    • state_features_
    • transition_features_
  • Tutorial is added.

0.1 (2015-11-27)

Initial release.