diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a0d7c..39017f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,4 +27,9 @@ Moving image again and correcting reference. ## 0.1.5 (2024-05-17) #### Added Logo -Added repo logo. \ No newline at end of file +Added repo logo. + +## 0.1.5 (2024-05-20) + +#### Convolution Bug +The convolution operation was previously introducing an unintended time shift due to incorrect padding and trimming. This was causing models to inadvertently learn these time shifts when the operation was used as a loss function. This issue has now been corrected. The convolution operation is now time-invariant, meaning it will not introduce any unwanted time shifts. \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index b15e5ed..1cf62c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = torch-log-wmse-audio-quality -version = 0.1.5 +version = 0.1.6 author = Christopher Landschoot author_email = crlandschoot@gmail.com license = Apache License 2.0