Skip to content

Releases: Substra/substra

0.48.1

06 Oct 14:08
05a38a2
Compare
Choose a tag to compare

Changed

  • Use substra-tools base docker image (not minimal) in tests (#389)

0.48.1rc3

04 Oct 10:02
6c39070
Compare
Choose a tag to compare
0.48.1rc3 Pre-release
Pre-release

Changed

  • Use substra-tools base docker image (not minimal) in tests (#389)

0.45.1

11 Sep 12:10
Compare
Choose a tag to compare

0.45.1 - 2023-09-11

Fixed

  • Pin Pydantic < 2.0.0.

0.48.0

08 Sep 14:21
5b49ba8
Compare
Choose a tag to compare

Changed

0.48.0 - 2023-09-08

  • Update to pydantic 2.3.0 (#375)

0.47.0

07 Sep 08:20
83128c7
Compare
Choose a tag to compare

Added

  • wait_completion param on get_performances, list_task_output_assets and get_task_output_asset to block execution until execution is over (#368)
  • list_task_output_assets and get_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, mirroring Client.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

05 Sep 12:09
Compare
Choose a tag to compare
0.47.0rc2 Pre-release
Pre-release

Added

  • wait_completion param on get_performances, list_task_output_assets and get_task_output_asset to block execution until execution is over (#368)
  • list_task_output_assets and get_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, mirroring Client.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

05 Sep 09:28
Compare
Choose a tag to compare
0.47.0-rc1 Pre-release
Pre-release

Added

  • wait_completion param on get_performances, list_task_output_assets and get_task_output_asset to block execution until execution is over (#368)
  • list_task_output_assets and get_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, mirroring Client.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

01 Sep 09:03
Compare
Choose a tag to compare
0.47.0dev1 Pre-release
Pre-release

[DEV only] 0.47.0dev1

Release to test udapte to pydantic 2.3.0

0.47.0.dev2

01 Sep 15:18
Compare
Choose a tag to compare
0.47.0.dev2 Pre-release
Pre-release

[DEV only] - 0.47.0.dev2

Bump to pydantic 2.3.0

0.46.0

27 Jul 15:11
e01cfbc
Compare
Choose a tag to compare

This is a promotion of 0.46.0rc1

Added

  • wait_task and wait_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 and models for input and output identifiers in tests. Replace by shared 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 as pydantic v 2.0.0 has been released with a lot of non backward compatible changes. (#371)