syft-proto icon indicating copy to clipboard operation
syft-proto copied to clipboard

Add operations & framework for plan translation

Open Nolski opened this issue 4 years ago • 2 comments

Plan translation using threepio adds operations to Role which allows us to store multiple Action lists for each framework. It also adds base_framework to Plan which indicates which framework Plan.actions is targeting.

https://github.com/OpenMined/PySyft/pull/3371 is blocking on this PR

Nolski avatar Apr 30 '20 12:04 Nolski

@karlhigley This PR should have breaking changes (changing Role.actions) but it looks like the breaking changes test passes? Is that okay?

Nolski avatar May 05 '20 10:05 Nolski

@Nolski Known issue: https://github.com/OpenMined/syft-proto/issues/91

karlhigley avatar May 05 '20 18:05 karlhigley