Add ClearML 1.11.1 release notes (#602)

This commit is contained in:
pollfly 2023-06-22 12:18:55 +03:00 committed by GitHub
parent 9a89fa1f97
commit d4873c9712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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**