Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 0.47.0 #385

Merged
merged 1 commit into from
Sep 7, 2023
Merged

chore: release 0.47.0 #385

merged 1 commit into from
Sep 7, 2023

Conversation

Milouu
Copy link
Contributor

@Milouu Milouu commented Sep 5, 2023

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)

@Milouu Milouu requested a review from a team as a code owner September 5, 2023 09:28
@Milouu Milouu force-pushed the chore/release-0.47.0 branch 2 times, most recently from daf44a0 to cde0221 Compare September 6, 2023 14:34
@Milouu Milouu force-pushed the chore/release-0.47.0 branch from cde0221 to c24c5d3 Compare September 6, 2023 15:32
@Milouu Milouu merged commit 83128c7 into main Sep 7, 2023
5 checks passed
@Milouu Milouu deleted the chore/release-0.47.0 branch September 7, 2023 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants