Release v1.10.0
This version adds Inplace NTT in Rust, reduced compilation time in Rust, matrix transposing on device and the option to release a NTT domain
What's Changed
- fix: NTT release domain linkage by @yshekel in #452
- fix: use the log2 in lib std explicitly to prevent makefile from link… by @JimmyHongjichuan in #459
- add golang multigpu to sidebar by @LeonHibnik in #449
- NTT inplace in Rust by @DmytroTym in #453
- Fix Golang TestNttDeviceAsync by @LeonHibnik in #461
- [FEAT]: golang device slice ranges by @jeremyfelder in #463
- Devmode to Reduce compilation time (including G2 and ECNTT) by @vhnatyk in #395
- transpose kernel in vec_ops and rust binding by @vladfdp in #462
- [FEAT] ReleaseDomain API by @LeonHibnik in #465
New Contributors
- @JimmyHongjichuan made their first contribution in #459
- @vladfdp made their first contribution in #462
Full Changelog: v1.9.1...v1.10.0