From 4700306b9df2ce9df1c6f86e121ced104420c767 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Tue, 4 Apr 2023 16:13:31 +0300 Subject: [PATCH] Add ClearML 1.10.2 release notes (#524) --- docs/release_notes/ver_1_10.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/release_notes/ver_1_10.md b/docs/release_notes/ver_1_10.md index ee092015..9b9241cc 100644 --- a/docs/release_notes/ver_1_10.md +++ b/docs/release_notes/ver_1_10.md @@ -2,6 +2,21 @@ title: Version 1.10 --- +### ClearML SDK 1.10.2 + +**New Features and Improvements** +* Allow task filtering with `Task.query_tasks()` using `TaskTypes` [ClearML GitHub issue #938](https://github.com/allegroai/clearml/issues/938) +* Allow adding tags to individual pipeline steps and to the `PipelineController` +* Restrict `Dataset.create()` usage for old server API versions +* Improve docstrings + +**Bug Fixes** +* Fix `Task.get_tasks` docstring [ClearML GitHub issue #937](https://github.com/allegroai/clearml/issues/937) +* Fix `Task.get_reported_scalars()` docstring for `x_axis` parameter's `"timestamp"` value [ClearML GitHub issue #963](https://github.com/allegroai/clearml/issues/963) +* Fix missing plots on models in Windows +* Fix Pipeline version auto-bumping +* Fix `APIClient.events.debug_images()` for latest server API version + ### ClearML SDK 1.10.1 **New Features and Improvements**