Skip to content

Commit

Permalink
Changes for 6.1.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejmahler authored Nov 8, 2022
1 parent 7bc45c9 commit c55e8f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [6.1]
Released 7th Novemeber 2022
### Added
- Implemented a code path for Neon-optimized FFTs on AArch64 (Thanks to Henrik Enquist!) (#84 and #78)
### Changed
- Improved performance of power-of-3 FFTs when not using SIMD-accelerated code paths (#80)
- Reduced memory usage for some FFT sizes (#81)

## [6.0.1]
Released 10 May 2021
### Fixed
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "rustfft"
version = "6.0.1"
version = "6.1.0"
authors = ["Allen Welkie <allen.welkie at gmail>", "Elliott Mahler <join.together at gmail>"]
edition = "2018"

Expand Down Expand Up @@ -32,13 +32,13 @@ neon = []
num-complex = "0.4"
num-traits = "0.2"
num-integer = "^0.1.40"
strength_reduce = "0.2.3"
strength_reduce = "0.2.4"
transpose = "0.2"
primal-check = "0.3.1"
primal-check = "0.3.3"

[dev-dependencies]
rand = "0.8"
paste = "1.0.4"
paste = "1.0.9"

[build-dependencies]
version_check = "0.9"

0 comments on commit c55e8f2

Please sign in to comment.