File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
+ 0.9.3 (2017-09-03)
5
+ ------------------
6
+
7
+ * Fixed compatibility with Python 3.5+ on Windows (thanks @fgregg);
8
+ * CRFSuite C++ library is updated to latest version, this fixes several
9
+ memory leaks and improves performance (thanks @fgregg);
10
+ * extension is rebuilt with Cython 0.26.1.
11
+
4
12
0.9.2 (2017-05-04)
5
13
------------------
6
14
Original file line number Diff line number Diff line change 58
58
# The short X.Y version.
59
59
version = '0.9'
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '0.9.2 '
61
+ release = '0.9.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 @@ -45,7 +45,7 @@ def build_extensions(self):
45
45
46
46
setup (
47
47
name = 'python-crfsuite' ,
48
- version = "0.9.2 " ,
48
+ version = "0.9.3 " ,
49
49
description = "Python binding for CRFsuite" ,
50
50
long_description = open ('README.rst' ).read (),
51
51
author = "Terry Peng, Mikhail Korobov" ,
You can’t perform that action at this time.
0 commit comments