Skip to content

Release v1.0.20230228

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 23:27

1.0.20230228 (2023-02-28)

Features

  • report empty g2p for a word as a warning (b89de62)

Bug Fixes

  • make capture_logs work correctly with Python >= 3.9 (aa1ffca), closes #162
  • where there are no words to align, return 422, not 500 (61d45e0)
  • dtd: effective-g2p-lang missing from w def (dc944ad)
  • by default, output each g2p error at most twice (a1f3c5d)
  • clarify the settings and run the API by default (d5ca78e)
  • do not fail when the lang code is invalid (3b2a433)

Reverts

  • Revert "chore: specify python 3.8 runtime" (8012258)

Code Refactoring

  • we no longer need to support g2p<=0.5.20211029 imports (04eb40e)

Build Systems

  • maximally fix the dockerfile (e4ad7b4)
  • minimally fix dockerfile (f51e841)

Continuous Integration

  • exclude Python 3.11 on Windows from matrix testing, due to dependency error (d80d8ad)
  • run full matrix testing, but only on push to main and release (ea72d5f)