We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b21ad commit 4ac22f6Copy full SHA for 4ac22f6
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
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
15
## 6.0.4
16
17
#### Fixed
include/kfr/kfr.h
@@ -33,8 +33,8 @@
33
#include "cident.h"
34
35
#define KFR_VERSION_MAJOR 6
36
-#define KFR_VERSION_MINOR 0
37
-#define KFR_VERSION_PATCH 4
+#define KFR_VERSION_MINOR 1
+#define KFR_VERSION_PATCH 0
38
#define KFR_VERSION_LABEL ""
39
40
#define KFR_VERSION_STRING \
0 commit comments