Skip to content

Releases: OpenMined/TenSEAL

TenSEAL 0.3.6 Release Notes

20 Oct 08:53
Compare
Choose a tag to compare

Changelog:

  • SEAL 3.7.1

TenSEAL 0.3.5 Release Notes

16 Sep 05:32
9e34535
Compare
Choose a tag to compare

Changelog:

TenSEAL 0.3.4 Release Notes

20 May 08:02
02697d4
Compare
Choose a tag to compare

Changelog:

TenSEAL 0.3.3 Release Notes

30 Apr 05:47
9877b11
Compare
Choose a tag to compare

Changelog:

  • New tensor type: BFVTensor(#285)
  • BFVVector: sum_vector/dot support (#283)
  • CKKSTensor: multi-threaded encryption(#289), subscript operator(#287)
  • Improved dependency management (#281)

TenSEAL 0.3.2 Release Notes

14 Apr 08:55
89e5064
Compare
Choose a tag to compare

TenSEAL 0.3.1 Release Notes

09 Apr 10:43
21cbeda
Compare
Choose a tag to compare

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

11 Mar 09:36
Compare
Choose a tag to compare

Changelog:

  • Upload v0.3.0 for Python 3.9

TenSEAL 0.3.0 Release Notes

18 Feb 19:42
3958016
Compare
Choose a tag to compare

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.

TenSEAL 0.3.0a6 Release Notes

04 Feb 11:43
738ce6a
Compare
Choose a tag to compare
Pre-release
  • Linux performance improvements: Microsoft SEAL compiled with Clang++ has much better runtime performance than one compiled with GNU G++(#227).
  • Improved context error handling: throw an exception when encrypting with an empty context(#228).

TenSEAL 0.3.0a5 Release Notes

27 Jan 04:42
c4b66ac
Compare
Choose a tag to compare
Pre-release

Changelog:

  • CKKSTensor: complete dot operation(#220)
  • Parameter what's stored while serializing the context (#224)
  • More tutorials(#223)
  • Support input vectors larger than the polynomial modulus(#213)