Skip to content

Bump pypinyin from 0.40.0 to 0.45.0#84

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pypinyin-0.45.0
Closed

Bump pypinyin from 0.40.0 to 0.45.0#84
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pypinyin-0.45.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2022

Bumps pypinyin from 0.40.0 to 0.45.0.

Changelog

Sourced from pypinyin's changelog.

0.45.0_ (2022-01-23) +++++++++++++++++++++++++

  • [Bugfixed] 修复韵母相关拼音风格在 strict=True 时未按预期只返回拼音标准中定义过的韵母。 (Fixes [#266](https://github.com/mozillazg/python-pinyin/issues/266), Closes [#80](https://github.com/mozillazg/python-pinyin/issues/80))
  • [New] pypinyin.contrib.tone_convert 模块新增 to_initialsto_finals 函数, 用于将拼音转换为 Style.INITIALSStyle.FINALS 风格的结果。

0.44.0_ (2021-11-14) +++++++++++++++++++++++++

  • [New] 增加 Python 3.10 下的测试,正式支持 Python 3.10 。
  • [New] tone2_to_tone3tone3_to_tone2 新增 v_to_u=False 参数
  • [Bugfixed] 修复 pypinyin.contrib.tone_convert 中无声调相关风格转换没有正确处理 v_to_u 参数的问题 (Fixes [#251](https://github.com/mozillazg/python-pinyin/issues/251)_ )
  • [Improved] 使用 phrase-pinyin-data_ v0.12.0 的词语拼音数据。
  • [Improved] 使用 pinyin-data_ v0.12.0 的拼音数据。

0.43.0_ (2021-10-06) ++++++++++++++++++++++++

  • [New] lazy_pinyin 函数增加参数 tone_sandhi 用于控制是否对拼音结果按 变调规则_ 进行处理:

    .. code-block:: python

    >>> lazy_pinyin('你好', style=Style.TONE2)
    ['ni3', 'ha3o']
    >>> lazy_pinyin('你好', style=Style.TONE2, tone_sandhi=True)
    ['ni2', 'ha3o']
    

0.42.1_ (2021-09-30) ++++++++++++++++++++++++

  • [Improved] 使用 phrase-pinyin-data_ v0.11.0 的词语拼音数据。
  • [Improved] 使用 pinyin-data_ v0.11.0 的拼音数据。

0.42.0_ (2021-06-14) ++++++++++++++++++++++++

  • [New] 新增 Style.WADEGILES :威妥玛拼音/韦氏拼音/威式拼音风格,无声调

    .. code-block:: python

    >>> lazy_pinyin('威妥玛拼音', style=Style.WADEGILES)
    ['wei', "t'o", 'ma', "p'in", 'yin']
    

... (truncated)

Commits
  • 9df66b1 Bump version: 0.44.0 → 0.45.0
  • c0fc2eb Merge remote-tracking branch 'origin/develop'
  • 0fdbdbd tone_convert 新增 to_initials 和 to_finals 函数
  • 7e02fbe Merge branch 'improve-tone-style' into develop
  • 2b70c85 修复 python 2 下测试用例的兼容性问题
  • f9dd2b9 修复 windows 下的兼容性问题
  • 9521e47 修复韵母相关拼音风格在 strict=True 时未按预期只返回拼音标准中定义过的韵母
  • a421a83 Bump version: 0.43.0 → 0.44.0
  • 6f62720 Merge remote-tracking branch 'origin/develop'
  • 6a97b6d 0.44.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [pypinyin](https://github.com/mozillazg/python-pinyin) from 0.40.0 to 0.45.0.
- [Release notes](https://github.com/mozillazg/python-pinyin/releases)
- [Changelog](https://github.com/mozillazg/python-pinyin/blob/master/CHANGELOG.rst)
- [Commits](mozillazg/python-pinyin@v0.40.0...v0.45.0)

---
updated-dependencies:
- dependency-name: pypinyin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 24, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2022

Superseded by #87.

@dependabot dependabot bot closed this Feb 14, 2022
@dependabot dependabot bot deleted the dependabot/pip/pypinyin-0.45.0 branch February 14, 2022 11:16
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants