Skip to content

Releases: EveryVoiceTTS/EveryVoice

v0.3.0

13 Jun 22:07

Choose a tag to compare

This release fundamentally changes the way punctuation is handled in phone and phonological feature based models. We have tried to make this backward compatible with previous models, but if you have trained a model using <0.3.0 you might have to pip install everyvoice<0.3.0 in order for it to work.

✨ New Features

🐛 Bug Fixes

♻️ Refactors

🔧 Chores

v0.2.0

13 Jun 20:51

Choose a tag to compare

💥 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 regress...
Read more

v0.2.0a1

26 Nov 21:55

Choose a tag to compare

✨ New Features

🐛 Bug Fixes

  • bb7d6b7 - wizard: fixes non-updating keyword of text in data dictionary (commit by @wiitt)
  • 571891c - update check-data (commit by @roedoejet)
  • 2f9b75d - the mypy type for None is simply None (commit by @joanise)
  • 110d718 - tests: removes blocking of reaching children steps (commit by @wiitt)
  • ab60932 - wizard: fixes multilingual/multispeaker config in new projects (commit by @wiitt)
  • e371e96 - wizard: change wording of speaker prompt (commit by @roedoejet)
  • 66774c3 - demo: locks dropdown lists when only one option is available (commit by @wiitt)
  • 189e338 - better handling of empty filelist (commit by @MENGZHEGENG)
  • 83742ff - add unit test for handling empty filelist (commit by @MENGZHEGENG)
  • 87ceba1 - change shape of filelist list data instead of re-reading it (commit by @roedoejet)
  • 1c81f94 - remove all punctuation characters from symbol set by default (commit by @roedoejet)
  • 9004aad - remove unnecessary loading of filelist (commit by @roedoejet)
  • c6a6da8 - add whitespace collapsing and text stripping by default (commit by @roedoejet)
  • 7c8e533 - check if data is tabular or not before applying text processing (commit by @roedoejet)
  • 9ab79eb - ci: ignore type errors from e2e config (commit by @roedoejet)
  • 00b07a5 - ci: replaced trilom/file-changes-action with tj-actions/changed-files since it is not maintained (commit by @SamuelLarkin)
  • e3f2a6b - deps: bump nltk to 3.9.1 to fi...
Read more

v0.1.0a3

04 Jul 18:59

Choose a tag to compare

🐛 Bug Fixes

♻️ Refactors

  • b94c61b - schemas: rename schemas to conform to schemastore standards (commit by @roedoejet)

🔧 Chores

  • 259eebc - update submodule to rename links to EveryVoiceTTS (commit by @joanise)
  • be2c2d5 - publish 0.1.0a3 with pydantic dependency fix (commit by @joanise)

v0.1.0a2

25 Jun 18:22

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0a0.dev0...v0.1.0a2

v0.1.0a0.dev0

09 Apr 22:30

Choose a tag to compare

✨ New Features

🐛 Bug Fixes

Read more