Add ClearML Server 1.17.0 release notes (#981)

This commit is contained in:
pollfly 2024-12-08 12:25:58 +02:00 committed by GitHub
parent 0fb6c47ff9
commit e58ee4333d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 48 additions and 2 deletions

View File

@ -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

View File

@ -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',

View File

@ -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',