Releases: sarulab-speech/UTMOSv2
Releases · sarulab-speech/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 #32 - Add
__future__.annotations
toutmosv2/dataset/_schema.py
by @kAIto47802 in #34 - Bump up to v1.0.1 by @kAIto47802 in #35
Full Changelog: v1.0.0...v1.0.1
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
fromstr
toPath
by @kAIto47802 in #4 - Fix error when input directory contains a single wav file by @kAIto47802 in #5
- Fix window length by @kAIto47802 in #10
- Update issue and PR templates by @kAIto47802 in #11
- Refactor modules by @kAIto47802 in #12
- Introduce mypy by @kAIto47802 in #13
- Update workflows by @kAIto47802 in #14
- Use quotes for type annotations by @kAIto47802 in #15
- Reduce dependencies for Inference by introducing lazy import by @kAIto47802 in #17
- Improve documentation for wandb API key setup and PEP 660 support by @kAIto47802 in #18
- Configure package discovery in
setuptools
to ensure correct installation via pip by @kAIto47802 in #19 - Dynamically set version from
__version__
inutmosv2
package by @kAIto47802 in #20 - Refactor dataset handling with
BaseDataset
class and addtransform
type annotations by @kAIto47802 in #21 - Refactor
settings
to make it non-public by @kAIto47802 in #22 - Add user-friendly model creation and prediction functionality by @kAIto47802 in #23
- Fix naming convention inconsistency in optional dependencies in
pyproject.toml
by @kAIto47802 in #24 - Update docs for user-friendly model creation and prediction functionality by @kAIto47802 in #25
- Remove
pandas
dependencies by lazy import by @kAIto47802 in #26 - Add docstrings by @kAIto47802 in #27
- Update instructions for optional dependencies by @kAIto47802 in #28
- Update paper information by @kAIto47802 in #29
- Update
quickstart.ipynb
instructions to reflect new user-friendly API by @kAIto47802 in #30 - Bump up version to v1.0.0 by @kAIto47802 in #31
New Contributors
- @kAIto47802 made their first contribution in #4
Full Changelog: v0.1.0...v1.0.0