Add ClearML 1.10.4 release notes (#553)

This commit is contained in:
pollfly 2023-05-10 11:54:53 +03:00 committed by GitHub
parent 320991ef13
commit 7cfafc0d64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,21 @@
title: Version 1.10
---
### ClearML SDK 1.10.4
**New Features and Improvements**
* Update references to `GetAllRequest` in Task docstrings [ClearML GitHub issue #981](https://github.com/allegroai/clearml/issues/981)
**Bug Fixes**
* Fix issue with JSON conversion when using `jsonargparse` during remote execution [ClearML GitHub issue #1010](https://github.com/allegroai/clearml/issues/1010)
and [ClearML Agent GitHub issue #153](https://github.com/allegroai/clearml-agent/issues/153)
* Fix `ProxyDictPostWrite.update()` not triggering a write-back to the backend [ClearML GitHub issue #985](https://github.com/allegroai/clearml/issues/985)
* Fix standard streams being patched in subtasks, which caused the streams to be reported to the wrong task
* Fix TypeError when using `Task.query_tasks()` without specifying the `task_filter` parameter
* Fix Tensorboard negative iterations, they are now zeroed
* Fix `Task.init(continue_last_task=0)` being ignored when running remotely
* Fix `urllib3` import error when using `urllib3>=2.0.0`
### ClearML Server 1.10.1
**Bug Fix**