Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,12 @@
- Extended the `flatten` method to optionally preserve the batch dimension and to handle flattening of complex coefficients.

### Fixed
- Fixed incorrect synthesis behavior in mono-channel FFT and cross-channel FFT.
- Fixed incorrect synthesis behavior in mono-channel FFT and cross-channel FFT.


## [v1.5.0] - 2026-05-29
### Added
- Added user informative exceptions in the handling of the `norm` parameter of the scattering operator.

### Fixed
- Updated wavelet filters for both FFT & Kernel backends to improve Littlewood-Paley condition. Updated smoothing filter with better anti-aliasing propoerties for Kernel backend.
Loading