0.26.0
Substra
- Improve backend performance when handling large amounts of compute plans and tasks. This will result in faster front-end pages.
- Rename Algo to Function.
- SSO Login
- Experimental: Add a task duration breakdown for every task in the front-end. Note that this is an experimental feature and only works on the current backend you are logged into.
Front-end:
- Fix issue where a performance of
0
was displayed as-
.
SubstraFL:
- BREAKING CHANGE:
algo
are now passed as a parameter to thestrategy
and not toexecute_experiement
anymore. - BREAKING CHANGE: a
strategy
needs to implement a new methodbuild_graph
to build the graph of tasks to be executed inexecute_experiment
. - BREAKING CHANGE:
predict
method ofstrategy
has been renamed toperform_predict
. - BREAKING CHANGE: clarify
EvaluationStrategy
arguments: changerounds
toeval_frequency
andeval_rounds
. - Fix an issue where
aggregation_lr
could not be changed in the Scaffold strategy. - Add Initialization task to each strategy in SubstraFL
substra-documentation
- Update Iris example to init model parameter in the new initialisation task (#289)
Algo
asStrategy
parameter in SubstraFL examples (#287)- Clarify how to login in the remote mode (#281)
- Improve permission page (#279)
- Improve installation paragraph in landing page (#276)
- Rename substra SDK Algo to Function (#264)
- Apply EvaluationStrategy modifications of SubstraFL #85 (#273)