Releases: zama-ai/concrete-fft
Releases · zama-ai/concrete-fft
0.5.1
0.5.0
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
0.4.0 release
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
New features:
- Add monomial FFT functionality to Plan structure.
0.2.1 release
concrete-fft 0.2.1
New features:
- add a 128 bits fft
0.2.0 release
concrete-fft 0.2.0
New features:
- removed as much unsafe code as possible
- now use PodStack instead of DynStack
0.1.0 release
Initial release of concrete-fft