Skip to content

Release v1.0.20230417

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 18:58
· 318 commits to main since this release

1.0.20230417 (2023-04-17)

Bug Fixes

  • eng is already in the langs now, no need to hardcode (b038ad2)
  • import g2p should not alter sys.stdout/err globally (80e0d1b)
  • the CLI (and only the CLI) needs to ensure utf8 output on Windows (cbeff1f)

Code Refactoring

  • move get_langs from Studio/readalongs to g2p (c06ae5d)
  • rename get_langs->get_arpabet_langs to make purpose clearer (7c5222e)

Continuous Integration

  • annotate version tags (99b1747)
  • make sure the CLI outputs utf8 on Windows (2612a1a)
  • tell codecov to ignore the utf8 patch for Windows (4339009)