Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

52 lines (34 loc) · 1.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Complete refactoring of the codebase
  • Support for Python 3.8-3.13

0.0.3 - 2024-01-25

Added

  • MCD calculation for mel-spectrograms via CLI using from-mel
  • batch processing for from-mel via from-mel-batch
  • get_metrics_mels_pairwise
  • logging to file
  • Support for Python 3.11

Changed

  • Changed usage of CLI for wav files, now via from-wav
  • Improved input validation for CLI
  • Logging method

0.0.2 - 2022-08-17

Added

  • missing init files
  • pylint
  • tox config
  • acknowledgments

Changed

  • updated dependency restrictions
  • renamed some metavars

0.0.1 - 2022-04-26

  • Initial release