From a16f121a716296fa60660e010ae4828523e82df3 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Wed, 28 Sep 2022 15:49:56 +0300 Subject: [PATCH] Add release note (#339) --- docs/release_notes/ver_1_7.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release_notes/ver_1_7.md b/docs/release_notes/ver_1_7.md index 5d8c37f3..798b2bc3 100644 --- a/docs/release_notes/ver_1_7.md +++ b/docs/release_notes/ver_1_7.md @@ -5,6 +5,7 @@ title: Version 1.7 ### ClearML Server 1.7.0 **New Features and Improvements** * Add “Sync comparison” to UI experiment debug samples comparison: Control metric/iteration for all compared experiments [ClearML GitHub issue #691](https://github.com/allegroai/clearml/issues/691) +* Support serving UI from a non-root path of the ClearML Server [ClearML Helm Charts issue #101](https://github.com/allegroai/clearml-helm-charts/issues/101) & [ClearML Server issue #135](https://github.com/allegroai/clearml-server/issues/135). * Add UI option for hiding “secret” experiment container arguments [ClearML Server GitHub issue #146](https://github.com/allegroai/clearml-server/issues/146) * Add UI tables switch to detail mode through double-click [ClearML Server GitHub issue #134](https://github.com/allegroai/clearml-server/issues/134) * Add customizable user activity timeout for UI logout @@ -15,7 +16,7 @@ title: Version 1.7 **Bug Fixes** * Fix UI experiment Hyperparameter tab’s inefficient use of screen real estate [ClearML GitHub issue #705](https://github.com/allegroai/clearml/issues/705) -* Fix navigating to an archived experiment's configuration causes UI to return to non-archived view [ClearML GitHub issue #148](https://github.com/allegroai/clearml-server/issues/148) +* Fix navigating to an archived experiment's configuration causes UI to return to non-archived view [ClearML Server GitHub issue #148](https://github.com/allegroai/clearml-server/issues/148) * Fix metric storage failure when large amount of metrics logged * Fix UI plots downloaded as PNGs don't contain legends * Fix UI plot colors can’t be changed when colors are specified in code