Releases: OpenMined/TenSEAL
Releases · OpenMined/TenSEAL
TenSEAL 0.3.6 Release Notes
Changelog:
- SEAL 3.7.1
TenSEAL 0.3.5 Release Notes
Changelog:
- SEAL 3.7.0
- rename master -> main
TenSEAL 0.3.4 Release Notes
Changelog:
- SEAL 3.6.5
- Run benchmarks on every PR https://openmined.github.io/TenSEAL/
TenSEAL 0.3.3 Release Notes
TenSEAL 0.3.2 Release Notes
Changelog:
TenSEAL 0.3.1 Release Notes
Changelog:
- Python 3.9 build
- CKKSTensor support for broadcasting and transpose operations.
- SEAL bindings improvements.
- Bazel 4.0 support.
Dependencies:
TenSEAL 0.3.0-Python3.9 Release Notes
Changelog:
- Upload v0.3.0 for Python 3.9
TenSEAL 0.3.0 Release Notes
Changelog since v0.1.0
New features:
- CKKSTensor: a more flexibile CKKS tensor, which can encrypt N-dimensional tensors. Supports reshaping and broadcasting. Built on top of xtensor.
- PlainTensor: a bridge between different tensor formats and the internal encrypted format.
- Serialization using Protobuffers.
- Convolutions evaluation support.
Misc:
- Several tutorials added here.
- SEAL 3.6.2.
- Linux: Compile the library using Clang.