Skip to content

phonemizer-3.3.0

Latest
Compare
Choose a tag to compare
@mmmaat mmmaat released this 01 Aug 14:09
· 2 commits to master since this release

This version depends on python>=3.8 (was >=3.6 in previous versions). Tests now requires pytest>=6.0

  • improvements

    • Replaced dependency to deprecated pkg_resources by importlib (requires python>=3.8).
    • Replaced deprecated setup.py by pyproject.toml.
  • bug fix

    • espeak backend: words mismatch now works when using custom word separators. See issue #169.