Skip to content

Releases: zama-ai/concrete-fft

0.5.1

04 Sep 13:50
0.5.1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

29 Aug 07:27
0.5.0
Compare
Choose a tag to compare

What's Changed

  • chore(ci): use new workflow fine-grained token by @soonum in #31
  • chore(ci): update usage of slab-github-runner to last version by @soonum in #33
  • chore(fft): bump dyn-stack to 0.10 by @haoxins in #35
  • chore(docs): enhance the example in the README by @haoxins in #34
  • chorre(ci): fix clippy lints by @IceTDrinker in #36
  • Am/chore/update pulp dependency by @IceTDrinker in #38

New Contributors

Full Changelog: 0.4.1...0.5.0

0.4.1

28 Feb 17:05
0.4.1
Compare
Choose a tag to compare

What's Changed

  • chore(ci): use slab github action tu run benchmarks by @soonum in #26
  • chore(ci): change ec2 ami to get all the dependencies needed by @soonum in #27
  • speed up 128-bit fft using faster sum, mul, and using more lanes with avx512 by @sarah-ek in #28

Full Changelog: 0.4.0...0.4.1

0.4.0 release

14 Feb 15:22
0.4.0
Compare
Choose a tag to compare

What's Changed

  • fix(nightly): update pulp by @sarah-ek in #24
  • chore(pkg): bump version to 0.4.0 by @IceTDrinker in #25

Full Changelog: 0.3.0...0.4.0

0.3.0 release

28 Aug 09:38
0.3.0
Compare
Choose a tag to compare

New features:

  • Add monomial FFT functionality to Plan structure.

0.2.1 release

24 Mar 10:36
0.2.1
Compare
Choose a tag to compare

concrete-fft 0.2.1

New features:

  • add a 128 bits fft

0.2.0 release

16 Mar 14:06
0.2.0
Compare
Choose a tag to compare

concrete-fft 0.2.0

New features:

  • removed as much unsafe code as possible
  • now use PodStack instead of DynStack

0.1.0 release

10 Mar 09:49
0.1.0
Compare
Choose a tag to compare

Initial release of concrete-fft