Skip to content

Commit b0b61c5

Browse files
committed
KFR 6.3.0
1 parent ab4462a commit b0b61c5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 6.3.0
4+
5+
#### Added
6+
7+
- Progressive DFT execution
8+
9+
#### Changed
10+
11+
- Matrix transpose performance has been improved by 10-30%
12+
- Optimize scalar to expression assignment for msvc
13+
314
## 6.2.0
415

516
#### Added

include/kfr/kfr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "cident.h"
3434

3535
#define KFR_VERSION_MAJOR 6
36-
#define KFR_VERSION_MINOR 2
36+
#define KFR_VERSION_MINOR 3
3737
#define KFR_VERSION_PATCH 0
3838
#define KFR_VERSION_LABEL ""
3939

0 commit comments

Comments
 (0)