File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- dev (TBA )
5
- ---------
4
+ 0.3 (2014-05-14 )
5
+ ----------------
6
6
7
7
python-crfsuite now detects the featue format (dict vs list of strings)
8
8
automatically - it turns out the performance overhead is negligible.
9
9
10
10
* ``Trainer.append_stringslists `` and ``Trainer.append_dicts `` methods
11
- are replaced with a single :meth: `pycrfsuite.Tagger .append ` method;
11
+ are replaced with a single :meth: `pycrfsuite.Trainer .append ` method;
12
12
* ``Tagger.set_stringlists `` and ``Tagger.set_dicts `` methods are
13
13
removed in favor of :meth: `pycrfsuite.Tagger.set ` method;
14
14
* ``feature_format `` arguments in :class: `pycrfsuite.Tagger ` methods
Original file line number Diff line number Diff line change 56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
- version = '0.1 '
59
+ version = '0.3 '
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '0.1 '
61
+ release = '0.3 '
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change 31
31
32
32
setup (
33
33
name = 'python-crfsuite' ,
34
- version = "0.2 " ,
34
+ version = "0.3 " ,
35
35
description = "Python binding for CRFsuite" ,
36
36
long_description = open ('README.rst' ).read (),
37
37
author = "Terry Peng, Mikhail Korobov" ,
You can’t perform that action at this time.
0 commit comments