We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa65031 commit 5704e23Copy full SHA for 5704e23
Changelog
@@ -1,3 +1,8 @@
1
+2019-1-13: version 0.42
2
+1. 修复paddle模式空字符串coredump问题 @JesseyXujin
3
+2. 修复cut_all模式切分丢字问题 @fxsjy
4
+3. paddle安装检测优化 @vissssa
5
+
6
2019-1-8: version 0.41
7
1. 开启paddle模式更友好
8
2. 修复cut_all模式不支持中英混合词的bug
jieba/__init__.py
@@ -1,6 +1,6 @@
from __future__ import absolute_import, unicode_literals
-__version__ = '0.41'
+__version__ = '0.42'
__license__ = 'MIT'
import marshal
setup.py
@@ -43,7 +43,7 @@
43
"""
44
45
setup(name='jieba',
46
- version='0.41',
+ version='0.42',
47
description='Chinese Words Segmentation Utilities',
48
long_description=LONGDOC,
49
author='Sun, Junyi',
0 commit comments