Skip to content

Commit 7b344ce

Browse files
committed
hello 0.3
1 parent b03322e commit 7b344ce

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Changes
22
=======
33

4-
dev (TBA)
5-
---------
4+
0.3 (2014-05-14)
5+
----------------
66

77
python-crfsuite now detects the featue format (dict vs list of strings)
88
automatically - it turns out the performance overhead is negligible.
99

1010
* ``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;
1212
* ``Tagger.set_stringlists`` and ``Tagger.set_dicts`` methods are
1313
removed in favor of :meth:`pycrfsuite.Tagger.set` method;
1414
* ``feature_format`` arguments in :class:`pycrfsuite.Tagger` methods

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '0.1'
59+
version = '0.3'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.1'
61+
release = '0.3'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
setup(
3333
name='python-crfsuite',
34-
version="0.2",
34+
version="0.3",
3535
description="Python binding for CRFsuite",
3636
long_description=open('README.rst').read(),
3737
author="Terry Peng, Mikhail Korobov",

0 commit comments

Comments
 (0)