Skip to content

Commit d41c971

Browse files
committed
add an entry to CHANGELOG.md
1 parent 7473adb commit d41c971

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [2.0.0] (05/DD/2025)
7+
## [dev] - YYYY-MM-DD
8+
9+
### Added
10+
* Enabled support of Python 3.13 [gh-164](https://github.com/IntelPython/mkl_fft/pull/164)
11+
12+
### Changed
13+
14+
### Fixed
15+
16+
## [2.0.0] - 2025-06-03
817

918
### Added
1019
* Added Hermitian FFT functions to SciPy interface `mkl_fft.interfaces.scipy_fft`: `hfft`, `ihfft`, `hfftn`, `ihfftn`, `hfft2`, and `ihfft2` [gh-161](https://github.com/IntelPython/mkl_fft/pull/161)
@@ -22,14 +31,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2231
* Fixed inconsistency of input and output arrays dtype for `irfft` function [gh-180](https://github.com/IntelPython/mkl_fft/pull/180)
2332
* Fixed issues with `set_workers` function in SciPy interface `mkl_fft.interfaces.scipy_fft` [gh-183](https://github.com/IntelPython/mkl_fft/pull/183)
2433

25-
## [1.3.14] (04/10/2025)
34+
## [1.3.14] - 2025-04-10
2635

2736
resolves gh-152 by adding an explicit `mkl-service` dependency to `mkl-fft` when building the wheel
2837
to ensure the `mkl` Python module is always available at runtime
2938

3039
resolves gh-115, gh-116, gh-119, gh-135
3140

32-
## [1.3.13] (03/25/2025)
41+
## [1.3.13] - 2025-03-25
3342

3443
Supported python versions are 3.9, 3.10, 3.11, 3.12
3544

0 commit comments

Comments
 (0)