From d925f66467cde688f77b9e915d5634dcaa84dd37 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Sun, 28 May 2023 11:06:50 +0300 Subject: [PATCH] Add ClearML 1.11.0 release notes (#572) --- docs/release_notes/ver_1_11.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/release_notes/ver_1_11.md b/docs/release_notes/ver_1_11.md index 93375ec8..996bf50b 100644 --- a/docs/release_notes/ver_1_11.md +++ b/docs/release_notes/ver_1_11.md @@ -2,6 +2,30 @@ title: Version 1.11 --- +### ClearML SDK 1.11.0 + +**New Features and Improvements** +* Add offline mode for ClearML Datasets [ClearML GitHub issue #854](https://github.com/allegroai/clearml/issues/854) +* Improve performance of `Dataset.add_external_files()` [ClearML GitHub PR #962](https://github.com/allegroai/clearml/pull/962) +* Add `Task.launch_multi_node()` for distributed experiment execution +* Add `Task.get_all_reported_scalars()` to fetch all available scalar data +* Add `Task.remove_input_models()` to disassociate input models from a task +* Improve `Dataset.list_datasets()` to include dataset version in the result +* Add support for PyTorch Lightning CLI >=2.0 +* Add support for automatic Dataset content preview for JSON files + +**Bug Fixes** +* Fix multiple local parallel experiments conflicting on storage access validation [ClearML GitHub issue #897](https://github.com/allegroai/clearml/issues/897) +* Fix code running with `joblib` hangs [ClearML GitHub issue #1009](https://github.com/allegroai/clearml/issues/1009) +* Fix comment for storage scheme `gs://` [ClearML GitHub issue #986](https://github.com/allegroai/clearml/issues/986) +* Fix typo "Categories per column" [ClearML GitHub PR #1021](https://github.com/allegroai/clearml/pull/1021) +* Fix downloading artifacts from GCP when the download URI includes unsafe characters +* Fix pipeline step cache is not cleared when the only change to the step is that the docker image changed +* Fix `Task.report_text()` sometimes reporting to an incorrect task when multiple tasks run simultaneously +* Fix` Task.set_offline(offline_mode=False)` raising an `UnboundLocalError` +* Fix `scikit-image` package (`skimage`) is sometimes not detected as a dependency +* Fix `PipelineDecorator` sometimes causing a race condition when starting a remote execution + ### ClearML Server 1.11.0