Releases: Substra/substra-documentation
Releases · Substra/substra-documentation
1.0.0
What's Changed
- chore: drop Python 3.9 support by @SdgJlbl in #439
- chore: bump dependencies for all examples by @SdgJlbl in #441
- release/1.0.0 by @thbcmlowk in #443
- [auto] update changelog by @thbcmlowk in #444
Full Changelog: 0.39.0...1.0.0
0.39.0
What's Changed
- fix: pandas version by @ThibaultFy in #422
- chore(deps): bump scikit-learn from 1.3.1 to 1.5.0 in /docs/source/examples/substra_core/diabetes_example/assets by @dependabot in #421
- feat: add upgrade not for warning after release 0.38 by @guilhem-barthes in #423
- feat: add network policies reference by @SdgJlbl in #425
- feat: add volumes in references by @guilhem-barthes in #424
- fix: ignore in API reference by @SdgJlbl in #427
- fix: ignore in API reference by @SdgJlbl in #428
- chore: support Python 3.12 by @SdgJlbl in #430
- chore: bump Pytorch version to 2.2.1 in examples by @SdgJlbl in #431
- feat: add customization compute pod node by @guilhem-barthes in #429
- fix:
ReadWriteMany
instead ofReadWriteMultiple
by @guilhem-barthes in #435 - chore: use rtd sphinx addons by @ThibaultFy in #434
- chore: rename use_gpu to disable_gpu in TorchAlgo by @ThibaultFy in #436
- fix: pin substra-tools version in examples by @ThibaultFy in #437
- feat(.github/workflows): add towncrier changelog workflow by @thbcmlowk in #440
- chore: release 0.39.0 by @thbcmlowk in #438
Full Changelog: 0.38.0...0.39.0
0.28.2
0.28.2 - 2024-07-30
Update dependencies table to reflect backend patch
Fix doc build
0.38.0
0.37.0
0.36.0
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
- Pin nbconvert to 7.13 to reactivate examples run when building (cf issue spatialaudio/nbsphinx#776) (#393)
Fixed
- Updated status diagrams for ComputePlan and ComputeTask (#404)
0.35.0
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)