Skip to content

v0.2.1

Compare
Choose a tag to compare
@crlandsc crlandsc released this 18 Jun 17:53
· 20 commits to main since this release

Package Name Change

  • Added pip package torch-log-wmse. Now the package can be installed as either torch-log-wmse or torch-log-wmse-audio-quality.
  • Changed name of imports to torch_log_wmse independent of installation name (i.e. pip install torch-log-wmse or pip install torch-log-wmse-audio-quality). Imports now MUST be done as the following:
from torch_log_wmse import LogWMSE

Full Changelog: v0.1.8...v0.2.1