We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f2195 commit 44cb42eCopy full SHA for 44cb42e
2 files changed
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [2.2.1] - 2026-05-11
8
+
9
+### Fixed
10
+* Removed `mkl` as runtime dependency to avoid possible `pip check` failures [gh-322](https://github.com/IntelPython/mkl_fft/pull/322)
11
12
## [2.2.0] - 2026-04-16
13
14
### Added
mkl_fft/_version.py
@@ -1 +1 @@
1
-__version__ = "2.2.0"
+__version__ = "2.2.1"
0 commit comments