Skip to content

Commit a8fb485

Browse files
committed
Update CHANGELOG for version 0.3.0: Added reduction argument for loss aggregation, fixed tensor shape handling, optimized broadcasting, and added comprehensive tests.
1 parent acf8ac8 commit a8fb485

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,12 @@ Fixed bug that returns NaN when one of the entries in the batch is a digital sil
9494

9595
#### Updated README
9696
Updated README to reflect 0.2.8 `bypass_filter` update.
97+
98+
## 0.3.0 (2025-04-24)
99+
100+
#### Added reduction argument and fixed tensor shape handling
101+
- Added `reduction` argument to control how the loss/metric is aggregated, supporting 'mean' (default), 'sum', and 'none' options
102+
- Fixed tensor shape inconsistencies throughout the codebase to consistently use [batch, channel, stem, time] format
103+
- Updated docstrings and comments to correctly document expected tensor shapes
104+
- Optimized scaling_factor broadcasting
105+
- Added comprehensive test for all reduction options

0 commit comments

Comments
 (0)