Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 20:51
· 327 commits to main since this release

💥 BREAKING CHANGES

  • due to 43f8610 - update submodules to change specs to mel-band oriented tensors (commit by @joanise):

    update submodules to change specs to mel-band oriented tensors

✨ New Features

🐛 Bug Fixes

⚡ Performance Improvements

  • 3a74d7c - refactor wizard to avoid expensive imports at CLI startup (PR #615 by @joanise)
  • dc34c31 - install pyworld-prebuilt for speed and robustness (commit by @joanise)

♻️ Refactors

  • 155b7cc - tests: silence test_preprocessing and processed_audio_fixture (commit by @joanise)
  • 787033d - tests: silence test_cli/configs/model/dataloader/utils/text/wizard (commit by @joanise)
  • 3580e13 - tests: move all doctest execution to one place (commit by @joanise)
  • 43f8610 - update submodules to change specs to mel-band oriented tensors (commit by @joanise)
  • 62520e1 - demo app to use callbacks maximally, making code DRYer (commit by @joanise)
  • f84e604 - early testing for outputs errors in create_demo_app (commit by @joanise)

✅ Tests

  • 4a0a7bf - minimal unit testing for everyvoice demo CLI errors (commit by @joanise)
  • a6829b4 - enforce keeping submodule major.minor in sync (commit by @joanise)
  • efbbda1 - factor out cluster specific config in regression testing
  • 9f325e9 - add diff-cover output and version info to regression logs (commit by @joanise)
  • e8d1cdb - start mix data regression test case (commit by @joanise)
  • fe3052b - test data for regress-mix (commit by @joanise)
  • 7342359 - add playwright demo app tests to regression (commit by @joanise)
  • ae98576 - give File button an ID so playwright can find it; typo fix (commit by @joanise)
  • cb584ad - incorporate test-demo-app into regression-test (commit by @joanise)
  • bfb026b - unit tests for subsample.py (commit by @jordanxlau)

🔧 Chores