Skip to content

Commit 27583c9

Browse files
authored
Merge pull request #294 from IntelPython/bumpy-version
Bumpy version of `mkl_fft` package
2 parents 7b36ab3 + 9bde879 commit 27583c9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
### Fixed
1919
* 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)
2021

2122
## [2.1.2] - 2025-12-02
2223

mkl_fft/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.0dev1"
1+
__version__ = "2.2.0dev5"

0 commit comments

Comments
 (0)