From 528c02b5d97d972cb2455a4ac2d1928e5c3bedbe Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Wed, 18 Mar 2026 15:12:57 +0100 Subject: [PATCH 1/2] Bump mkl_fft version up to 2.2.0dev5 --- mkl_fft/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkl_fft/_version.py b/mkl_fft/_version.py index 08a508f..fbb3ce8 100644 --- a/mkl_fft/_version.py +++ b/mkl_fft/_version.py @@ -1 +1 @@ -__version__ = "2.2.0dev1" +__version__ = "2.2.0dev5" From 9bde8798f565a6b816f8eeeb0b398f740ffa2bb7 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Wed, 18 Mar 2026 15:15:50 +0100 Subject: [PATCH 2/2] Add gh-293 to the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7bd82..58dba66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed * Fix `TypeError` exception raised with empty axes [gh-288](https://github.com/IntelPython/mkl_fft/pull/288) +* To return input array unchanged when `axes=()` (ignore `out` parameter) [gh-293](https://github.com/IntelPython/mkl_fft/pull/293) ## [2.1.2] - 2025-12-02