From ad45cc4902be1a7cfefc99a73727a687c3a61285 Mon Sep 17 00:00:00 2001 From: alnoam Date: Wed, 16 Mar 2022 19:43:18 +0200 Subject: [PATCH] SDK v1.3.1 release notes --- docs/release_notes/ver_1_3.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/release_notes/ver_1_3.md b/docs/release_notes/ver_1_3.md index e204a5fd..3053f060 100644 --- a/docs/release_notes/ver_1_3.md +++ b/docs/release_notes/ver_1_3.md @@ -2,6 +2,29 @@ title: Version 1.3 --- +### ClearML SDK 1.3.1 + +**New Features and Improvements** + +* Add Python 3.10 support + +**Bug Fixes** + +* Update Slack SDK requirement [ClearML GitHub issue #597](https://github.com/allegroai/clearml/issues/597) +* Fix fork after task.close() is called [ClearML GitHub issue #605](https://github.com/allegroai/clearml/issues/605) +* Fix Azure storage upload [ClearML GitHub issue #598](https://github.com/allegroai/clearml/issues/598) +* Fix offline mode crash +* Fix task delete response not checked +* Fix pipeline controller kwargs with list +* Fix PipelineDecorator.debug_pipeline() +* Fix PipelineDecorator example +* Fix Python 3.10 issues +* Fix handling of legacy fileserver (files.community.clear.ml) +* Fix cloud driver may use None credentials +* Fix APIClient worker raises exception when accessing .name attribute +* Fix minimum/default API version setting + + ### ClearML Server 1.3.0 **New Features and Improvements**