From e58ee4333d1a9e8b506a61dd7aad7b32bbe6c8d7 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Sun, 8 Dec 2024 12:25:58 +0200 Subject: [PATCH] Add ClearML Server 1.17.0 release notes (#981) --- .../clearml_server/open_source/ver_1_17.md | 46 +++++++++++++++++++ docusaurus.config.js | 2 +- sidebars.js | 2 +- 3 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 docs/release_notes/clearml_server/open_source/ver_1_17.md diff --git a/docs/release_notes/clearml_server/open_source/ver_1_17.md b/docs/release_notes/clearml_server/open_source/ver_1_17.md new file mode 100644 index 00000000..eff4791b --- /dev/null +++ b/docs/release_notes/clearml_server/open_source/ver_1_17.md @@ -0,0 +1,46 @@ +--- +title: Version 1.17 +--- + +### ClearML Server 1.17.0 + +**New Features** +* New ClearML Model dashboard: View all live model endpoints in a single location, complete with real time metrics reporting. +* New UI pipeline run table comparative view: compare plots and scalars of selected pipeline runs +* Improve services agent behavior: If no credentials are specified, agent uses default credentials ([ClearML Server GitHub issue #140](https://github.com/allegroai/clearml-server/issues/140)) +* Add UI re-enqueue of failed tasks +* Add UI experiment scalar results table view +* Add "Block running user's scripts in the browser" UI setting option for added security +* Add UI "Reset" to set task installed packages to originally recorded values +* Add UI edit of default Project default output destination + +**Bug Fixes** +* Fix broken download links to artifacts stored in Azure ([ClearML Server GitHub issue #247](https://github.com/allegroai/clearml-server/issues/247)) +* Fix Cross-site Scripting (XSS) vulnerability (CWE-79) +* Fix UI experiment textual comparison diff showing contextual diffs as different contents ([ClearML GitHub issue #646](https://github.com/allegroai/clearml/issues/646)) +* Fix UI experiment comparison does not overlay box plots and histograms ([ClearML GitHub issue #1298](https://github.com/allegroai/clearml/issues/1298)) +* Fix UI plots display “Iteration 0” when it is the only reported iteration ([ClearML GitHub issue #1267](https://github.com/allegroai/clearml/issues/1267)) +* Fix scalar series starting with angle bracket (`<`) causes UI scalar plot legend to display raw html ([ClearML GitHub issue #1292](https://github.com/allegroai/clearml/issues/1292)) +* Fix UI scalar plot not displayed if metric name includes a slash surrounded by spaces (`/`) +* Fix Model API calls fail when its creating task has been deleted ([ClearML GitHub issue #1299](https://github.com/allegroai/clearml/issues/1299)) +* Fix UI experiment debug samples disappear while task is running ([ClearML GitHub issue #1259](https://github.com/allegroai/clearml/issues/1259)) +* Fix UI pipeline DAG display to be "bottom-up" so all final steps appear in the bottom of the diagram ([ClearML Web GitHub PR #86](https://github.com/allegroai/clearml-web/pull/86)) +* Fix invalid mongodb connection string if `CLEARML_MONGODB_SERVICE_CONNECTION_STRING` is specified ([ClearML Server GitHub issue #252](https://github.com/allegroai/clearml-server/issues/252)) +* Fix auto-refresh modifies UI experiment debug sample view ([ClearML GitHub issue #1259](https://github.com/allegroai/clearml/issues/1259)) +* Fix UI image plot retrieval from fileserver missing authentication cookie ([ClearML GitHub issue #1331](https://github.com/allegroai/clearml/issues/1331)) +* Fix pipeline run version not set when re-executed via the UI +* Fix metric and hyperparameter group string not searchable in UI table +* Fix UI model hidden plot selection does not persist upon refresh +* Fix deleting large number of experiments via UI not working properly +* Fix experiment name legend not displayed in UI experiment plot comparison +* Fix archiving pipeline run does not abort pipeline step tasks +* Fix "Restore" and "Delete" buttons missing from UI experiment archive action bar +* Fix UI experiment debug sample viewer sometimes displays incorrect sample +* Fix UI Settings' Configuration section does not display indication that the number of credentials limit has been reached +* Fix Hydra parameters not displaying correctly in UI experiment comparison parallel coordinates plot +* Fix UI Reports image upload not working +* Fix iteration number not displayed in titles of confusion matrix and table plots in UI experiment comparison +* Fix "Create new" option not displaying when inputting project name in UI Report creation modal +* Fix UI experiment requires Git information when repository isn't set +* Fix moving an enqueued experiment to a new UI queue results in error +* Fix modifying UI experiment input models does not work \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 2955ecab..d3f339b6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -118,7 +118,7 @@ module.exports = { { label: 'Release Notes', - to: '/docs/release_notes/clearml_server/open_source/ver_1_16', + to: '/docs/release_notes/clearml_server/open_source/ver_1_17', }, { label: 'Community Resources', diff --git a/sidebars.js b/sidebars.js index 112e487c..8380a7d8 100644 --- a/sidebars.js +++ b/sidebars.js @@ -357,7 +357,7 @@ module.exports = { { 'Open Source': [ - 'release_notes/clearml_server/open_source/ver_1_16', + 'release_notes/clearml_server/open_source/ver_1_17', 'release_notes/clearml_server/open_source/ver_1_16', 'release_notes/clearml_server/open_source/ver_1_15', 'release_notes/clearml_server/open_source/ver_1_14', 'release_notes/clearml_server/open_source/ver_1_13', 'release_notes/clearml_server/open_source/ver_1_12', 'release_notes/clearml_server/open_source/ver_1_11', 'release_notes/clearml_server/open_source/ver_1_10',