Skip to content

0.26.0

Compare
Choose a tag to compare
@oleobal oleobal released this 07 Apr 16:39
· 131 commits to main since this release
904686b

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 the strategy and not to execute_experiement anymore.
  • BREAKING CHANGE: a strategy needs to implement a new method build_graph to build the graph of tasks to be executed in execute_experiment.
  • BREAKING CHANGE: predict method of strategy has been renamed to perform_predict.
  • BREAKING CHANGE: clarify EvaluationStrategy arguments: change rounds to eval_frequency and eval_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)
  • Algoas Strategy 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)