Skip to content

Commit

Permalink
version change 0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
fxsjy committed Aug 28, 2017
1 parent b4dd5b5 commit cb0de29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2017-08-28: version 0.39
1. del_word支持强行拆开词语; by @gumblex,@fxsjy
2. 修复百分数的切词; by @fxsjy
3. 修复HMM=False在多进程模式下的bug; by @huntzhan

2015-12-16: version 0.38
1. 通过pkg_resources载入默认词典,支持在Spark等平台上运行, by @gumblex;
2. 扩充识别的汉字unicode范围:[\u4E00-\u9FD5], by @gumblex;
Expand Down
2 changes: 1 addition & 1 deletion jieba/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import absolute_import, unicode_literals
__version__ = '0.38'
__version__ = '0.39'
__license__ = 'MIT'

import re
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"""

setup(name='jieba',
version='0.38',
version='0.39',
description='Chinese Words Segementation Utilities',
long_description=LONGDOC,
author='Sun, Junyi',
Expand Down

0 comments on commit cb0de29

Please sign in to comment.