Skip to content

chore(deps): update jieba requirement from >=0.42.0 to >=0.42.1 - #12

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/jieba-gte-0.42.1
Open

chore(deps): update jieba requirement from >=0.42.0 to >=0.42.1#12
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/jieba-gte-0.42.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on jieba to permit the latest version.

Release notes

Sourced from jieba's releases.

v0.42.1 Released

修复setup.py在python2.7版本无法工作的问题

Changelog

Sourced from jieba's changelog.

2019-1-20: version 0.42.1

  1. 修复setup.py在python2.7版本无法工作的问题 (issue #809)

2019-1-13: version 0.42

  1. 修复paddle模式空字符串coredump问题 @​JesseyXujin
  2. 修复cut_all模式切分丢字问题 @​fxsjy
  3. paddle安装检测优化 @​vissssa

2019-1-8: version 0.41

  1. 开启paddle模式更友好
  2. 修复cut_all模式不支持中英混合词的bug

2019-12-25: version 0.40

  1. 支持基于paddle的深度学习分词模式(use_paddle=True); by @​JesseyXujin, @​xyzhou-puck
  2. 修复自定义Tokenizer实例的add_word方法指向全局的问题; by @​linhx13
  3. 修复whoosh测试用例的引用bug; by @​ZhengZixiang
  4. 修复自定义词库不支持含"-"符号的问题;by @​JimCurryWang

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;
  3. 关键词提取支持返回词性,修复posseg分词得到的pair做dict关键字的问题,by @​jerryday
  4. 修复load_userdict加载用户词典不能识别含有空格等特殊字符的问题, by @​gumblex;
  5. 命令行分词支持返回词性, by @​gumblex;

2015-06-27: version 0.37

  1. 代码重构,分词器封装为Class,支持实例化,by @​gumblex (fxsjy/jieba@94840a7)
  2. 修复cut_for_search的bug,完善posseg; by @​gumblex
  3. 修复posseg在0.36中引入的一处bug; by @​wangbin
  4. 修复load_userdict异常处理的bug; by @​gip0
  5. 修复生成词典二进制cache文件时跨文件系统的bug, 支持自定义; by @​gumblex

2015-03-20: version 0.36

  1. 代码同时兼容python2与python3, 若干性能优化; by @​gumblex
  2. 解决用户添加词的概率自动计算问题,分词更加准确;by @​gumblex
  3. 可自定义cache_file的文件系统路径; by @​changyy
  4. TextRank算法实现完善; by @​sing1ee@​walkskyer

2014-11-15: version 0.35.1

  1. 修复 Python 3.2 的兼容性问题

2014-11-13: version 0.35

  1. 改进词典cache的dump和加载机制;by @​gumblex
  2. 提升关键词提取的性能; by @​gumblex
  3. 关键词提取新增基于textrank算法的子模块; by @​singlee

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [jieba](https://github.com/fxsjy/jieba) to permit the latest version.
- [Release notes](https://github.com/fxsjy/jieba/releases)
- [Changelog](https://github.com/fxsjy/jieba/blob/master/Changelog)
- [Commits](fxsjy/jieba@v0.42...v0.42.1)

---
updated-dependencies:
- dependency-name: jieba
  dependency-version: 0.42.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants