We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b36ab3 + 9bde879 commit 27583c9Copy full SHA for 27583c9
2 files changed
CHANGELOG.md
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
18
### Fixed
19
* Fix `TypeError` exception raised with empty axes [gh-288](https://github.com/IntelPython/mkl_fft/pull/288)
20
+* To return input array unchanged when `axes=()` (ignore `out` parameter) [gh-293](https://github.com/IntelPython/mkl_fft/pull/293)
21
22
## [2.1.2] - 2025-12-02
23
mkl_fft/_version.py
@@ -1 +1 @@
1
-__version__ = "2.2.0dev1"
+__version__ = "2.2.0dev5"
0 commit comments