From dbf672299977172f51d91ccef7b391cc402ea63b Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:58:53 +0200 Subject: [PATCH] Add ClearML 1.14.1 release note + edit (#755) --- docs/release_notes/ver_1_14.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/release_notes/ver_1_14.md b/docs/release_notes/ver_1_14.md index cb04a9fe..29a3a7ea 100644 --- a/docs/release_notes/ver_1_14.md +++ b/docs/release_notes/ver_1_14.md @@ -2,11 +2,16 @@ title: Version 1.14 --- +### ClearML Server 1.14.1 + +**Bug Fixes** +* Fix created pipelines do not appear in the UI pipelines section + ### ClearML SDK 1.14.0 **New Features and Improvements** * Add support for decorated pipeline steps [ClearML GitHub issue #1154](https://github.com/allegroai/clearml/issues/1154) * Improve `torch.distributed` behavior and auto-detect Huggingface accelerate distributed execution -* Improve `jsonargparse` integration: `_ignore_ui_overrides_` argument added for enabling/disabling +* Improve `jsonargparse` integration: `allow_config_file_override_from_ui` argument added for enabling/disabling overriding configuration file entries * Add `raise_on_error` parameter to `Model.update_weights()` and `Model.update_weights_package()` * Add HPO multi-objective optimization support by specifying multiple optimization objectives to the HyperParameterOptimizer class