Releases: r9y9/pyopenjtalk
Releases · r9y9/pyopenjtalk
v0.3.4
What's Changed
- Add user dic support by @r9y9 in #72
- ENH: support python3.12 by @sabonerune in #73
- FIX: remove legacy API by @sabonerune in #74
- BLD: remove distutil from setup.py by @sabonerune in #77
- MAINT: Bump up
actions/checkout
actions/setup-python
by @sabonerune in #80 - drop python 3.7 by @r9y9 in #81
- update open_jtalk rev by @r9y9 in #82
Full Changelog: v0.3.3...v0.3.4
v0.3.3
v0.3.2
What's Changed
- FIX: Fix compile error when Cython 3.0 by @sabonerune in #58
- ENH: Fix requires numpy version by @sabonerune in #59
- ENH: add build-system requires cmake by @sabonerune in #60
- ENH: Remove Cython from install_requires. by @sabonerune in #61
- Checking cmake is in the system path for windows by @YCHuang2112sub in #64
New Contributors
- @YCHuang2112sub made their first contribution in #64
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Use oldest-supported-numpy by @sabonerune in #45
- ADD: build-backend key to pyproject.toml by @sabonerune in #53
- Limit maximum Cython version to avoid build break by @sharvil in #57
New Contributors
- @sabonerune made their first contribution in #45
- @sharvil made their first contribution in #57
Full Changelog: v0.3.0...v0.3.1
v0.3.0 <2022-09-20>
v0.3.0 <2022-09-20>
Newer numpy (>v1.20.0) is required to avoid ABI compatibility issues. Please check the updated installation guide.
#40: Introduce marine for Japanese accent estimation. Note that there could be a breakpoint regarding run_frontend because this PR changed the behavior of the API.
#35: Fixes for Python 3.10.
v0.2.0 (2022-02-06)
v0.2.0 <2022-02-06>
- #29 : Update binary dependencies (hts_engine_API/open_jtalk)