Skip to content

Releases: OpenMined/PySyft

v0.5.0rc3

25 Jun 07:09
a9acb68
Compare
Choose a tag to compare
v0.5.0rc3 Pre-release
Pre-release

This is the third release candidate for version 0.5.0!

  • sy.load is now automatic
  • apache arrow torch serde
  • python 3.9 and pydp support
  • updated dev tooling with tox
  • new docker containers for grid
  • added docker-compose example
  • unified versioning system for 0.5.0rc3
  • grid supports PostgreSQL
  • lots of bug fixes

v0.5.0 - Release Candidate 2

01 Jun 10:40
ca13c8c
Compare
Choose a tag to compare
Pre-release

0.5.0rc2

This is the second release candidate for version 0.5.0!

  • Recursive Serializable Plans with ResNet 18 example
  • PyGrid Integration fixes
  • New Mono Repo structure
  • Renamed master branch to main
  • Added torch==1.8.1 support
  • Many more bug fixes and minor improvements

v0.5.0 - Release Candidate 1

01 Apr 11:27
5755b1f
Compare
Choose a tag to compare
Pre-release

0.5.0rc1

This is the first release candidate for version 0.5.0!

Happy April Fools Day - sorry, this release is NOT a joke. 😄

We have added support for the following:

  • AST
    • New API for support libraries
    • static methods
    • global variables
    • dynamic methods
    • enums
  • Core
    • Storeable refactored
    • Basic Plans
    • Model Centric Federated Learning
      • KotlinSyft
      • PySyft (as a worker lib)
      • SwiftSyft is still in development
      • syft.js is still in development
    • CLI / Repl Support
    • Remote Dataloader
      • Torch Tensor
      • CSV
  • *Library Support
    • Python
      • OrderedDict
      • Slice
      • Iterator
      • Tuple
    • TenSEAL
    • SyMPC
    • PyDP
    • PSI
    • opacus
    • pandas
    • petlib
    • PIL
    • PyTorch Lightning (requires our branch)
    • zsks
    • numpy arrays
  • Grid
    • Grid Client
    • FL Client
  • PyTorch Support
    • 1.6.x
    • 1.7.x
    • 1.8.x
  • Python
    • 3.6
    • 3.7
    • 3.8
    • 3.9
  • OS
    • Mac
    • Windows
    • Linux
  • Updated Duet Logo
  • New Logging System
  • Integration Tests
  • Duet Notebook Tests
  • Benchmark Tests
  • Examples
    • DCGAN
    • MNIST
    • MNIST Lightning
    • SuperResolution
    • VAE
    • Model Centric Federated Learning
    • Homomorphic Encryption
    • Vertical Learning
    • Private Set Intersection
    • Secure Multi Party Compute
    • Privacy AI Series (Course 2)

* Please know that library support is still incomplete. This release is intended to support the basic, minimum requirements for the below libraries.

Acknowledgements

While this isn't an exhaustive list, we'd like to thank the following people for contributing to this release!

Adam J Hall
Animesh Gupta
Anshuman Singh
Anubhav Raj Singh
Ariann Farias
ArtistBanda
Arturo Marquez Flores
Avinash Swaminathan
Ayoub Benaissa
Ben Fielding
Bogdan Cebere
Chinmay Shah
Chirag Gomber
Chitresh Goel
Daniele Gadler
George-Cristian Muraru
Gokkulnath TS
H4LL
Harkirat Singh
Hideaki Takahashi (Syumei)
Ionesio Junior
Irina Bejan
JMLourier
Jasopaum
Jirka Borovec
Joel Lee
José Benardi de Souza Nunes
Koen van der Veen
Lee Yi Jie Joel
Madhava Jay
Nabanita Dash
Nahua
Nicolas Remerscheid
Param Mirani
Patrick Cason
Plamen Hristov
Praful932
Raghav Prabhakar
Rima
Robert Perrotta
Syumei
Théo Ryffel
Tudor Cebere
Vaibhav Vardhan
Vova Manannikov
Wansoo Kim
Zarreen Naowal Reza
akshay.verma
animesh-007
avinsit123
curtismitchell
dnabanita7
gleec14
jmaunon
koukyosyumei
lazy
marcalph
nahuakang
rahul
rajatrc1705
root
shubhendra
syumeikoukyo
tchaton
uid42
xutongye

v0.3.0

12 Nov 19:57
563866e
Compare
Choose a tag to compare

PySyft 0.3.0 Release Notes

Welcome to the next evolution of PySyft. Today we're releasing PySyft 0.3.0, which is a complete rewrite over the 0.2.x product line. Since this is a complete rewrite of the codebase, we strongly suggest that you use 0.3.0 if you're just getting started with PySyft. If you're an existing user of PySyft 0.2.x, there will still be some support for that product line but we encourage you to upgrade. As always, we are happy to assist in this process over Slack.

For those interested in trying out PySyft 0.3.0, we suggest you start with our "Duet" series of demos. All future releases will include a detailed breakdown of breaking changes, fixes, bug patches, and improvements.

v0.2.9

14 Sep 15:03
Compare
Choose a tag to compare

Patched

v0.2.9

14 Sep 14:59
Compare
Choose a tag to compare

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

v0.2.9

11 Sep 16:48
88c2606
Compare
Choose a tag to compare

Patched

v0.2.8

29 Jul 20:33
2241431
Compare
Choose a tag to compare

TL;DR: An incremental release for the benefit of mobile workers and pygrid. A new backend for encrypted computation.

PySyft 0.2.8 Release Notes

Breaking changes since v0.2.7:

  • Python 3.6 is not supported anymore (#3894)
  • Static and Dynamic FL concepts are resp. replaced with Model and Data centric (#3907 by @cereallarceny)

New functionality:

Bug fixes

Refactoring:

  • Improve remote garbage collection so support batched GC (#3805 by @LaRiffle)
  • Optimize communication in AvgPool, MaxPool and AdaptivePooling (#3836 by @LaRiffle)
  • Namespace dynamic FL client routes. Added url prefix dynamic to the Dynamic FL client url (#3853 by @sachin-101)
  • Improve public mul and div for AdditiveSharingTensor (#3835 by @LaRiffle)

Docs & tutorials:

Tests

v0.2.7

10 Jul 14:04
ed8d0c6
Compare
Choose a tag to compare

PySyft 0.2.7 Release Notes

New functionality:

Bug fixes

Refactoring:

Docs & tutorials:

Tests & CI

v0.2.6

24 May 21:55
4768040
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

PySyft 0.2.6 Release Notes

Breaking changes since v0.2.5:

New functionality:

Bug fixes:

Refactoring:

  • Clean up Syft implementation of RNNs (#3441 by @dcato98)
  • Store logged message in BaseWorker in an unserialized format for readability (#3473 by @karlhigley)
  • Update Role.register_action() to allow registering CommunicationActions (#3465 by @karlhigley)
  • Refactor BaseWorker.send_command() to accept explicit arguments (#3487 by @shubham3121)
  • Add a SyftSerializable base class for Syft classes that need to be serialized to msgpack or Protobuf (#3386 by @tudorcebere)
  • Convert ObjectStore to a stand-alone class instead of a base class for Workers (#3484 by @karlhigley)
  • Extract @abstractmethods from BaseWorker to AbstractWorker (#3519 by @karlhigley)
  • Create a VirtualWorker for each Plan/Protocol Role and use it for tracing (#3521 by @karlhigley)
  • Improve the serde interface with lazy data loaders (#3530 by @tudorcebere)
  • Split FrameworkHook into multiple parts (#3561 by @karlhigley)
  • Clean up the code style of PySyft (#3535 by @gmuraru)

Examples and Tutorials:

  • Add an experimental notebook for how to create a Plan that trains a NN on MNIST using Syft autograd (#3567 by @vvmnnnkv)

Translations:

Documentation:

Tests and Builds:

  • Add a check for docstring coverage to the Github builds (#3462 and #3505 by @karlhigley)
  • Remove verbose flag from code format check to highlight necessary changes (#3475 by @karlhigley)