Skip to content

Releases: Substra/substra-documentation

0.37.0

08 Apr 13:31
5c2f77d
Compare
Choose a tag to compare

0.37.0 - 2024-03-27

Changed

Fixed

  • Added explicit substratools dependency in Substra core examples (#408)

0.36.0

12 Mar 16:34
2498a73
Compare
Choose a tag to compare

0.36.0

Changed

  • Rename test_data_sample_keys to data_sample_keys on TestDataNodes after Substra/substrafl#185 (#398)
  • Test and predict tasks are now merged, after Substra/substrafl#177
  • Rename predictions_path to predictions in metrics (#376)
  • Pass metric_functions to Strategy instead to TestDataNodes (#376)
  • Update supported Python versions (#405)

Added

Fixed

  • Updated status diagrams for ComputePlan and ComputeTask (#404)

0.35.0

26 Feb 15:19
f355727
Compare
Choose a tag to compare

Added

  • Diagrams for status for function and compute tasks (#390)

Changed

  • Bump Sphinx to 7.2.6, and upgrade linked dependencies (#388)
  • Examples are not executed when building the documentation (#388)

Fixed

  • Restor custom css on nbshpinx gallery (#394)

Removed

  • Mentions to Orchestrator distributed mode (#379)

0.34.0

20 Oct 09:52
3d0e184
Compare
Choose a tag to compare

[0.34.0]

Added

  • Support on Python 3.11 (#367)
  • Add doc about task output permissions (#369)
  • Examples now install torch on CPU only if launched on docker or remote mode (#375)

0.33.1

09 Oct 14:05
67133c7
Compare
Choose a tag to compare

Fixed

  • Missing install in titanic example (#372)

0.33.0

06 Oct 16:40
f849714
Compare
Choose a tag to compare

Substra

  • BREAKING: Unique and lighter base substra-tools docker image. Removed minimal and workflow image versions

Documentation

  • The dev-oriented skaffold profile three-orgs has been added in the local deployment section.

0.28.1

11 Sep 12:18
Compare
Choose a tag to compare

Substra 0.28.1 - 2023-09-11

SubstraFL:

  • Bump SubstraFL to 0.37.1 to always keep last tasks output in remote mode, even with clean_models to True in execute_experiment.

0.32.0

08 Sep 15:31
b7320e0
Compare
Choose a tag to compare

Substra 0.32.0 — 2023-09-08

  • Update Substra to Pydantic 2.3.0. Concerned components by the update are SusbtraFL, Substra, Substra-backend and Substra-tests.

0.31.0

07 Sep 16:02
73a5f0d
Compare
Choose a tag to compare
  • Add user management doc (#345)
  • Add link to python libraries documentation in Components page (#347)
  • Add more orchestrator documentation (#346)
  • Deactivate Binder (#340)
  • Reorganise documentation according to diataxis approach (#330)
  • Added section about channels in the main concepts (#344)
  • Add frontend documentation in components section (#346)
  • New page added on Substra Privacy Strategy based on research by Privacy Task Force at Owkin (#354)
  • Revamp landing page (#353)

0.30.0

27 Jul 15:47
fea99e6
Compare
Choose a tag to compare
  • 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 a TorchBaseAlgo with SubstraFL. (#326)
  • Use Client.wait_compute_plan in substrafl_examples/get_started/run_mnist_torch.py (#327)