Summary
Concrete v2.9.0 introduces several enhancements, new features, and fixes. Highlights include:
- Python 3.12 support: This version is fully compatible with Python 3.12 for both CPU and GPU releases.
- Improved interoperability with TFHE-rs:
- Added support for more data types, including signed integers and tensors.
- TFHE-rs safe serialization features are now utilized to seamlessly import and export ciphertexts.
- Modules are now supported in the TFHE-rs interoperability bridge.
- Backend update: Concrete v2.9.0 uses the latest version of TFHE-rs (v0.10.0) as the backend for both CPU and GPU, benefiting from all its latest performance and feature improvements.
In addition to these key updates, this release includes further enhancements, optimizations, and bug fixes, as outlined below.
What's Changed
New Features
- TFHE-rs data type support:
- Optimization features:
- Modules in TFHE-rs bridge: Extended interoperability to support modules (#1188).
Improvements
- Backend updates: Updated CPU and GPU backends to the latest TFHE-rs version (v0.10.0) (#1154).
- Python 3.12 support: Fully supports Python 3.12 (#1114, #1126).
- Performance enhancements:
- Extended security: Added 132-bit security curves (#1174).
- Refactoring: Simplified low-level API to streamline C++ Python bindings and expose more fine-grained objects (#1078).
- Documentation: Added examples demonstrating TFHE-rs interoperability (#1151, #1190).
Fixes
- TFHE-rs interoperability:
- Noise handling: Improved noise propagation in the optimizer (#1104).
Other changes
- Full changelog: v2.8.1...v2.9.0
Resources
- Documentation:
- Blog Post: