Releases: Substra/substra
Releases · Substra/substra
0.48.1
0.48.1rc3
0.45.1
0.48.0
0.47.0
Added
wait_completion
param onget_performances
,list_task_output_assets
andget_task_output_asset
to block execution until execution is over (#368)list_task_output_assets
andget_task_output_asset
wait that the compute task is over before getting assets (#369)- warning and help message when logging in with username/password rather than token (#378)
- new
Client.logout
function, mirroringClient.login
(#381) Client
can now be used within a context manager (#381)with Client( client_name="org-1", backend_type="remote", url="http://substra-backend.org-1.com:8000", username="org-1", password="p@sswr0d44", ) as client: pass
Changed
- change how API responses are parsed to match server changes (#379)
Client
will now terminate the sessions it starts when given username & password (#381)
Fixed
- typo in exception (#377)
0.47.0rc2
Added
wait_completion
param onget_performances
,list_task_output_assets
andget_task_output_asset
to block execution until execution is over (#368)list_task_output_assets
andget_task_output_asset
wait that the compute task is over before getting assets (#369)- warning and help message when logging in with username/password rather than token (#378)
- new
Client.logout
function, mirroringClient.login
(#381) Client
can now be used within a context manager (#381)with Client( client_name="org-1", backend_type="remote", url="http://substra-backend.org-1.com:8000", username="org-1", password="p@sswr0d44", ) as client: pass
Changed
- change how API responses are parsed to match server changes (#379)
Client
will now terminate the sessions it starts when given username & password (#381)
Fixed
- typo in exception (#377)
0.47.0-rc1
Added
wait_completion
param onget_performances
,list_task_output_assets
andget_task_output_asset
to block execution until execution is over (#368)list_task_output_assets
andget_task_output_asset
wait that the compute task is over before getting assets (#369)- warning and help message when logging in with username/password rather than token (#378)
- new
Client.logout
function, mirroringClient.login
(#381) Client
can now be used within a context manager (#381)with Client( client_name="org-1", backend_type="remote", url="http://substra-backend.org-1.com:8000", username="org-1", password="p@sswr0d44", ) as client: pass
Changed
- change how API responses are parsed to match server changes (#379)
Client
will now terminate the sessions it starts when given username & password (#381)
Fixed
- typo in exception (#377)
0.47.0dev1
[DEV only] 0.47.0dev1
Release to test udapte to pydantic 2.3.0
0.47.0.dev2
[DEV only] - 0.47.0.dev2
Bump to pydantic 2.3.0
0.46.0
This is a promotion of 0.46.0rc1
Added
wait_task
andwait_compute_plan
to block execution until execution is over (#368)- Configuration file path can be set with env var
SUBSTRA_CLIENTS_CONFIGURATION_FILE_PATH
(#370)
Changed
- Remove
model
andmodels
for input and output identifiers in tests. Replace byshared
instead. (#367) - Remove pagination on
get_performances
to remove limitation on 1000 first points (#372)
Fixed
- Pin
pydantic
to>=1.9.0
&<2.0.0
aspydantic
v2.0.0
has been released with a lot of non backward compatible changes. (#371)