From a835ccb8f84bbf452db3c0b6c99aa5c274d88083 Mon Sep 17 00:00:00 2001 From: Pablo Richard Date: Fri, 29 May 2026 16:10:56 +0200 Subject: [PATCH] Update CHANGELOG for version 1.5.0 Updated the CHANGELOG to include new features and fixes for version 1.5.0. --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d21919..50df1a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. \ No newline at end of file +- 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.