Skip to content

Releases: rust-math/fftw

fftw-v0.8.0

29 Apr 09:20
496d3e0
Compare
Choose a tag to compare

From this release, every crates fftw, fftw-sys, and fftw-src has same version for simple management.

What's Changed

Changed

Others

Full Changelog: fftw-0.7.0...fftw-v0.8.0

fftw-0.7.0

23 Feb 12:49
Compare
Choose a tag to compare

0.7.0 - 2021-02-23

Change

  • Add Send + Sync markers for AlignedVec, Send for Plan #106
  • Update ndarray to 0.14.0 #109

fftw-src-0.3.3

05 Sep 06:13
Compare
Choose a tag to compare

0.3.3 - 2020-09-05

Change

  • Fix fs_extra crate version to ~1.2.0 #100

fftw-sys-0.6.0

24 Jun 13:11
Compare
Choose a tag to compare

0.6.0 - 2019-06-24

Deleted

  • intel-mkl feature is not supported for macOS #95

Changed

  • intel-mkl-src 0.6.0+mkl2020.1 #95
  • num-complex 0.3.0 #95
  • Regenerate binding based on FFTW 3.3.8 #94

fftw-src-0.3.2

24 Jun 10:46
Compare
Choose a tag to compare

0.3.2 - 2020-06-24

Add

  • Bundle generated source code of FFTW-3.3.8 #88
    • build in OUT_DIR #93

Change

  • failure -> anyhow #91

Delete

  • Drop reqwest, md5 crates #91

fftw-0.6.1

20 Jun 07:27
Compare
Choose a tag to compare

0.6.1 - 2020-06-20

Change

  • Add alignment and size check for C2C, R2R #84
  • Switch to Rust 2018 #69
  • Rename flags for FFTW plan e.g. Flag::Measure -> Flag::MEASURE #70

Maintenance

  • Switch CI from Azure Pipeline to GitHub Action #80
  • Change License GPLv2 -> GPLv2 or Later #74

fftw-src-0.3.1

20 Jun 07:31
Compare
Choose a tag to compare

0.3.1 - 2020-05-25

Change

  • Fix current path for macOS #75
  • Switch to Rust 2018 #69

fftw-sys-0.5.0

20 Jun 07:32
Compare
Choose a tag to compare

0.5.0 - 2019-05-02

Change

  • intel-mkl-src 0.4.0
  • fftw-src 0.3.0
  • Change to dual License GPLv2 or MIT + Intel Simplified Software License (for intel-mkl feature)