Skip to content

Commit

Permalink
6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dancazarin committed Nov 18, 2024
1 parent 95b21ad commit 4ac22f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 6.1.0

#### Added

- C API now supports Multidimensional DFT

#### Changed

- Documentation update
- Update to latest CxxDox
- `Dims` template parameter in `dft_plan_md` and `dft_plan_md_real` now defaults to `dynamic_shape`

## 6.0.4

#### Fixed
Expand Down
4 changes: 2 additions & 2 deletions include/kfr/kfr.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
#include "cident.h"

#define KFR_VERSION_MAJOR 6
#define KFR_VERSION_MINOR 0
#define KFR_VERSION_PATCH 4
#define KFR_VERSION_MINOR 1
#define KFR_VERSION_PATCH 0
#define KFR_VERSION_LABEL ""

#define KFR_VERSION_STRING \
Expand Down

0 comments on commit 4ac22f6

Please sign in to comment.