mecab-web-api
mecab-web-api copied to clipboard
Bump mecab-python3 from 0.7 to 1.0.9
Bumps mecab-python3 from 0.7 to 1.0.9.
Release notes
Sourced from mecab-python3's releases.
v1.0.8a1: M1 Wheels Test
This is a test release for M1 wheels. As I do not have an M1 Mac, help testing is needed.
You can install the release like this:
pip install mecab-python3==1.0.8a1
If it works, please let me know in SamuraiT/mecab-python3#84.
v1.0.7: Extra Debugging Output
This release includes a minor change to debugging output on failed initialization. It's common to forget to install a dictionary with mecab-python3, this just makes that failure state more apparent.
Some build-related changes added since the last release are also included.
v1.0.6: Python 3.11 Wheels
This release adds Python 3.11 wheels. There are no other changes.
v1.0.5: Python 3.10 Support
This release adds wheels for Python 3.10. There are no other changes.
These changes are partly based on changes made to fugashi, so thanks again to
@lambdadog
for help with that.v1.0.4: Initialization Errors are More Polite
This is a minor release with a few small improvements.
Most commits in this release are related to generating wheels and have no effect on the library in use. Thanks to
@odidev
for adding aarch64 support (#66).One change is that errors at initialization time now throw a RuntimeError instead of writing directly to stdout. Thanks to
@eggplants
for pointing out that the current behavior was undesirable (#67).A small documentation change is a note about the top-level
MeCab.VERSION
attribute. This refers to the version of the MeCab binary, not this package, and so it's been 0.996 for years, and is not likely to be useful. It's being kept around now for compatibility purposes. Thanks to@rggdmonk
for pointing this out (#68).Build Migration Release
This release reflects builds moving off of Travis and on to Github Actions.
If you are using Python 3 you should see no changes. Support for Python 2 is dropped.
Wheels have always been built on Travis; when they were first set up Github Actions didn't exist. Travis will be closing down the .org domain builds were using soon, and their pricing plan is changing in a way that could potentially affect builds. Since builds aren't terribly complicated anyway they have been migrated to Github Actions.
A side effect of this is that Github Actions has no support for Python 2. Since Python 2 met end of life a while ago, support was maintained as long as it was zero effort. It would no longer be zero effort so the time has come to remove it. If you need Python 2 I suggest you get a new job, but you can keep using v1.0.2.
Version 1.0
This is the 1.0 release of mecab-python3, and it comes with a few exciting changes.
- Windows wheels are finally available #31
- Unidic can be installed via pip #38
- Spaces in Tagger arguments are supported #43
- Command-line scripts are included
This means that on any platform you should be able to install a working MeCab and dictionary with just
pip install mecab-python3[unidic-lite]
. You can then usemecab-py
on the command line just like you'd use themecab
binary.
... (truncated)
Commits
- See full diff in compare view
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 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)