Recent Releases of utmosv2

utmosv2 - v1.2.1

This is the release note of v1.2.1.

What's Changed

  • Skip loading indivisual component weight when the fusion model weight is specified by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/64
  • Bump up to v1.2.1 by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/65

Full Changelog: https://github.com/sarulab-speech/UTMOSv2/compare/v1.2.0...v1.2.1

- Python
Published by kAIto47802 7 months ago

utmosv2 - v1.2.0

This is the release note of v1.2.0.

What's Changed

  • Add optional utility remove_silent_section for users by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/57
  • Update optional utility remove_silent_section by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/58
  • Bump up to v1.2.0 by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/61

Full Changelog: https://github.com/sarulab-speech/UTMOSv2/compare/v1.1.1...v1.2.0

- Python
Published by kAIto47802 9 months ago

utmosv2 - v1.1.1

This is the release note of v1.1.1. The pre-trained weights are moved to Hugging Face Models.

What's Changed

  • Update import order by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/52
  • Move pretrained models to HF Models by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/53

Full Changelog: https://github.com/sarulab-speech/UTMOSv2/compare/v1.1.0...v1.1.1

- Python
Published by kAIto47802 about 1 year ago

utmosv2 - v1.1.0

We are excited to announce the release of v1.1.0! This update includes several enhancements and usability improvements.

The pre-trained weights previously hosted on :octocat:GitHub have been removed, and the new code now uses those stored on 🤗Hugging Face. Please download and use them from there from now on: Hugging Face Spaces

Also we attached the poster presented at IEEE SLT 2024, which can be used for a quick overview:

What's Changed

  • Update README.md by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/36
  • Add CITATION.cff by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/37
  • Add SLT Poster by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/38
  • Fix name order in citation by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/39
  • Remove ckpt by @Wataru-Nakata in https://github.com/sarulab-speech/UTMOSv2/pull/41
  • Update VSCode settings by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/43
  • Add config type by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/42
  • Update README and remove .gitattributes by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/44
  • Set disallow_untyped_defs=true and add missing type annotations by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/45
  • Update download utils by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/46
  • Remove unused save utils by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/47
  • Rename BaseDataset to _BaseDataset for internal use by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/48
  • Add tests by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/49
  • Update torch installation for the CPU-only version in CI by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/50
  • Bump up to v1.1.0 by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/51

New Contributors

  • @Wataru-Nakata made their first contribution in https://github.com/sarulab-speech/UTMOSv2/pull/41

Full Changelog: https://github.com/sarulab-speech/UTMOSv2/compare/v1.0.1...v1.1.0

- Python
Published by kAIto47802 about 1 year ago

utmosv2 - v1.0.1

This is the release note of v1.0.1.

What's Changed

  • Add __future__.annotations to newly updated moduels by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/32
  • Add __future__.annotations to utmosv2/dataset/_schema.py by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/34
  • Bump up to v1.0.1 by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/35

Full Changelog: https://github.com/sarulab-speech/UTMOSv2/compare/v1.0.0...v1.0.1

- Python
Published by kAIto47802 over 1 year ago

utmosv2 - v1.0.0

We are excited to announce the release of v1.0.0! This update includes several enhancements, bug fixes, and new features aimed at making the project more user-friendly and efficient.

What's Changed

  • Convert file_path from str to Path by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/4
  • Fix error when input directory contains a single wav file by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/5
  • Fix window length by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/10
  • Update issue and PR templates by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/11
  • Refactor modules by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/12
  • Introduce mypy by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/13
  • Update workflows by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/14
  • Use quotes for type annotations by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/15
  • Reduce dependencies for Inference by introducing lazy import by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/17
  • Improve documentation for wandb API key setup and PEP 660 support by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/18
  • Configure package discovery in setuptools to ensure correct installation via pip by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/19
  • Dynamically set version from __version__ in utmosv2 package by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/20
  • Refactor dataset handling with BaseDataset class and add transform type annotations by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/21
  • Refactor settings to make it non-public by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/22
  • Add user-friendly model creation and prediction functionality by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/23
  • Fix naming convention inconsistency in optional dependencies in pyproject.toml by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/24
  • Update docs for user-friendly model creation and prediction functionality by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/25
  • Remove pandas dependencies by lazy import by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/26
  • Add docstrings by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/27
  • Update instructions for optional dependencies by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/28
  • Update paper information by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/29
  • Update quickstart.ipynb instructions to reflect new user-friendly API by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/30
  • Bump up version to v1.0.0 by @kAIto47802 in https://github.com/sarulab-speech/UTMOSv2/pull/31

New Contributors

  • @kAIto47802 made their first contribution in https://github.com/sarulab-speech/UTMOSv2/pull/4

Full Changelog: https://github.com/sarulab-speech/UTMOSv2/compare/v0.1.0...v1.0.0

- Python
Published by kAIto47802 over 1 year ago