From 59a1a37e5ab2a25418dd71d96d2198244cd8bd4a Mon Sep 17 00:00:00 2001 From: alnoam Date: Sun, 13 Feb 2022 19:05:09 +0200 Subject: [PATCH] V1.2 release notes rephrase --- docs/release_notes/ver_1_2.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/release_notes/ver_1_2.md b/docs/release_notes/ver_1_2.md index 959e0d36..478e2b83 100644 --- a/docs/release_notes/ver_1_2.md +++ b/docs/release_notes/ver_1_2.md @@ -10,7 +10,7 @@ title: Version 1.2 * Add tag exclusion filters in UI experiment and model tables * Add "Clear Filters" functionality button to UI table filters * Improve full screen scalar graph to display all data points -* Add UI experiment table options to select all experiments in a project or all experiments corresponding to table filters +* Add UI experiment table option for mass selection of out-of-screen items * Improve experiment comparison UI: * New experiment addition modal with table filtering and sorting * Fix scalar selection being reset upon comparison contents change @@ -35,19 +35,19 @@ title: Version 1.2 * Fix auto-refresh resets vertical scroll in UI debug samples [ClearML GitHub issue #474](https://github.com/allegroai/clearml/issues/474) * Fix manually run experiments cannot be edited in UI after being reset [ClearML GitHub issue #449](https://github.com/allegroai/clearml/issues/449) * Fix UI Workers & Queues and Experiment Table pages display mismatching experiment runtime values [ClearML Server GitHub issue #100](https://github.com/allegroai/clearml-server/issues/100) -* Fix some UI plots disappear after task execution completion +* Fix UI plots sometimes disappear after task execution completion * Fix UI experiment plots don't display some plots on a http server * Fix failure to add Azure credentials through UI Settings page by new users * Fix UI experiment table failing to clear selection of off-screen experiments * Fix UI experiment table column resizing malfunctioning -* Fix UI table filters do not persist after page is refreshed -* Fix failure to create UI sub-project on-the-fly when cloning an experiment +* Fix UI table filters being reset after page is refreshed +* Fix failure to create a sub-project on-the-fly when cloning an experiment through the UI * Fix UI project overview editing enabled when project is public * Fix model deletion from UI "All Experiments" page navigates to model project's experiment table * Fix missing "Project" custom column in "All Experiments" views of non-root projects * Fix UI project cards' task enumeration summaries displaying negative number * Fix experiment bar graph colors cannot be changed sometimes -* Fix tags beginning with "-" fail to filter experiments +* Fix fail to filter experiments on tags beginning with "-" * Fix tag list order in UI experiment table filter after tag selection * Fix long hyperparameter names are obscured in UI comparison screen * Fix add tag context menu operation fails when experiment selection includes a system example