Skip to content

v0.2.9

Compare
Choose a tag to compare
@LaRiffle LaRiffle released this 14 Sep 14:59
· 3314 commits to master since this release

TL;DR: Improve Function Secret Sharing for faster execution (5x faster than SecureNN) ; Add support for the BFV scheme ; Add benchmarks for monitoring ; Initialize FALCON implementation.

PySyft 0.2.9 Release Notes

New functionalities:

Bug fixes

  • Fix CrypTen tutorials (#3951 by @gmuraru)
  • Fix imports to avoid having imports in code called by __del__ (#3932 by @LaRiffle)
  • Overload mod operator for the fixed precision tensor (#3960 by @arturomf94)
  • Increase key-size to 2048-bit keys in test_websocket_worker (#3788 by @arturomf94)
  • Grid clients serialisation correction (#4020 by @Nilanshrajput)
  • Fix Return invalid dtype when MPC is applied (#4035 by @aanurraj)
  • Fix syft-proto version (#4469 by @gmuraru)

Refactoring:

Docs & tutorials:

Tests & CI