Skip to content

Commit 4ac22f6

Browse files
committed
6.1.0
1 parent 95b21ad commit 4ac22f6

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 6.1.0
4+
5+
#### Added
6+
7+
- C API now supports Multidimensional DFT
8+
9+
#### Changed
10+
11+
- Documentation update
12+
- Update to latest CxxDox
13+
- `Dims` template parameter in `dft_plan_md` and `dft_plan_md_real` now defaults to `dynamic_shape`
14+
315
## 6.0.4
416

517
#### Fixed

include/kfr/kfr.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
#include "cident.h"
3434

3535
#define KFR_VERSION_MAJOR 6
36-
#define KFR_VERSION_MINOR 0
37-
#define KFR_VERSION_PATCH 4
36+
#define KFR_VERSION_MINOR 1
37+
#define KFR_VERSION_PATCH 0
3838
#define KFR_VERSION_LABEL ""
3939

4040
#define KFR_VERSION_STRING \

0 commit comments

Comments
 (0)