0.30.0
- New example on how to use the ComputePlanBuilder SubstraFL to compute Federated Analytics on the Sklearn diabetes dataset. (#311)
- New example on how to implement a custom cyclic
Strategy
with aTorchBaseAlgo
with SubstraFL. (#326) - Use
Client.wait_compute_plan
insubstrafl_examples/get_started/run_mnist_torch.py
(#327)