Skip to content

Commit

Permalink
Updated changelog and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
crlandsc committed May 20, 2024
1 parent 944c9cf commit 5991789
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ Moving image again and correcting reference.
## 0.1.5 (2024-05-17)

#### Added Logo
Added repo logo.
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.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = torch-log-wmse-audio-quality
version = 0.1.5
version = 0.1.6
author = Christopher Landschoot
author_email = [email protected]
license = Apache License 2.0
Expand Down

0 comments on commit 5991789

Please sign in to comment.