Releases: Substra/substra
Releases · Substra/substra
0.46.0rc1
chore: release 0.46.0 Signed-off-by: Olivier Léobal <[email protected]>
0.45.0
0.45.0 - 2023-06-12
Added
- Concepts
InputAsset
andOutputAsset
have been introduced, mirroring concept insubstra-backend
(#361) - Utils to get
input / output assets
for a specific task (get_task_output_asset
,list_task_output_assets
,list_task_input_assets
) (#361)
Changed
Task
(includinginputs
andoutputs
without linked assets) replaceSummaryTask
(#361)- Fix the ordering when filtering on a remote client (#363)
Removed
SummaryTask
(#361)
0.45.0rc1
0.45.0rc1 - 2023-06-12
Added
- Concepts
InputAsset
andOutputAsset
have been introduced, mirroring concept insubstra-backend
(#361) - Utils to get
input / output assets
for a specific task (get_task_output_asset
,list_task_output_assets
,list_task_input_assets
) (#361)
Changed
Task
(includinginputs
andoutputs
without linked assets) replaceSummaryTask
(#361)- Fix the ordering when filtering on a remote client (#363)
Removed
SummaryTask
(#361)
0.44.0
Added
- Client can now be configured using environment variables or a configuration Yaml file (#353)
Changed
- BREAKING: default backend type for Client is now "subprocess" (#353)
- Add identifier to performance view when calling
client.get_performances
(#357)
Removed
- Function name from the Performance model (#358)