You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [dev] - YYYY-MM-DD
8
8
9
+
### Removed
10
+
* Dropped support for Python 3.9 [gh-243](https://github.com/IntelPython/mkl_fft/pull/243)
11
+
12
+
## [2.1.2] - 2025-12-02
13
+
9
14
### Added
10
15
* Enabled support of Python 3.14 [gh-234](https://github.com/IntelPython/mkl_fft/pull/234)
11
16
12
-
### Removed
13
-
*Dropped support for Python 3.9 [gh-243](https://github.com/IntelPython/mkl_fft/pull/243)
17
+
### Changed
18
+
*Removed test for importing `mkl_fft.interfaces.numpy_fft` and `mkl_fft.interfaces.scipy_fft` from Conda recipe [gh-241](https://github.com/IntelPython/mkl_fft/pull/241)
0 commit comments