From d4873c9712ae4237574b354556b9834e2d30d961 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 22 Jun 2023 12:18:55 +0300 Subject: [PATCH] Add ClearML 1.11.1 release notes (#602) --- docs/release_notes/ver_1_11.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/release_notes/ver_1_11.md b/docs/release_notes/ver_1_11.md index c4883c2c..2dae1a41 100644 --- a/docs/release_notes/ver_1_11.md +++ b/docs/release_notes/ver_1_11.md @@ -2,6 +2,21 @@ title: Version 1.11 --- +### ClearML SDK 1.11.1 + +**New Features and Improvements** +* Support `lightning>=2.0` [ClearML GitHub issue #1032](https://github.com/allegroai/clearml/issues/1032) +* Add `clearml-init` support for standard HTTP and HTTPS ports in webapp in conjunction with non-default api/files server ports +[ClearML Server GitHub issue #198](https://github.com/allegroai/clearml-server/issues/198) +* Improve docstrings + +**Bug Fixes** +* Fix remote execution does not log configuration values from modified `jsonargparse` configuration files +* Fix `ValueError` when setting task properties at the start of a pipeline component +* Fix OS exceptions on passing `Path` where `str` expected +* Fix infinite recursion when remotely updating a `dict` added to task with `Task.connect()` +* Fix `Task.connect()` race condition overwriting task description with connected input model + ### ClearML SDK 1.11.0 **New Features and Improvements**