Add ClearML Server 1.10 release notes (#506)

This commit is contained in:
pollfly 2023-03-22 16:25:17 +02:00 committed by GitHub
parent 1282abcd88
commit 540f94f9a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 53 additions and 2 deletions

View File

@ -0,0 +1,51 @@
---
title: Version 1.10
---
### ClearML Server 1.10.0
**New Features and Improvements**
* Additional model information
* Add Lineage tab to UI model page, which displays experiment that created model and lists experiments that use the model [ClearML GitHub issue #810](https://github.com/allegroai/clearml/issues/810https://github.com/allegroai/clearml/issues/810)
* Add Plots and Scalars tabs to UI Model page
* Add project hierarchy view for ClearML resources (pipelines, datasets, hyper-datasets, reports) [ClearML GitHub issue #724](https://github.com/allegroai/clearml/issues/724):
* Flat view - all objects displayed side-by-side
* Nested view - objects grouped by containing projects.
* Add archived experiment inclusion in UI experiment comparison [ClearML GitHub issue #795](https://github.com/allegroai/clearml/issues/795)
* Update ElasticSearch image to 1.17.7 [ClearML Server GitHub issue #183](https://github.com/allegroai/clearml-server/issues/183)
* Add reported plot support for multiple color formats
* Add running tasks to UI project overview metric snapshot
* Improve UI Reports:
* Add option to upload and embed images from PC
* Add option to embed experiment comparison parallel coordinates plots and full screen debug sample
* Add UI indicator to hidden resources when "Show hidden projects" is enabled
* Add Experiment comparison UI parallel coordinate plots full screen view
**Bug Fixes**
* Fix UI scalar plot smoothing is biased towards initial value [ClearML Server GitHub issue #180](https://github.com/allegroai/clearml-server/issues/180)
* Fix UI experiment plot comparison not merging plots
* Fix UI reports search bar doesn't search report descriptions
* Fix UI reports search bar does not close after result is selected
* Fix UI user preferences don't persist in duplicate tab or after logout/login
* Fix UI pipeline step names are cropped with no available tooltips
* Fix refreshing UI console output scrolls away from latest entries
* Fix UI experiment artifact list not updated upon artifact deletion
* Fix UI experiment comparison Hyperparameters tab scroll erratic behavior in Firefox
* Fix UI console log partially showing pipeline log entries
* Fix can't move UI Report to root project
* Fix queue isn't selected when name is clicked in the UI enqueue modal
* Fix turning off filter in UI experiment table does not persist
* Fix UI plot lines appearing in wrong places in plot
* Fix newly created dataset tags missing from dataset filter tag list
* Fix unclear text in UI plots downloaded as PDF/PNG
* Fix UI global search incorrectly returns 0 Dataset/Reports count
* Fix long named reports flash upon hover
* Fix disappearing UI scalar graph when "Group by" is set to "None"
* Fix UI experiment plots horizontal axis units change to "Iterations" when refreshed
* Fix UI scalar graphs do not update when horizontal axis units are changed
* Fix tooltip does not appear when hovering over name in UI breadcrumbs
* Fix UI experiment scalar smoothing does not persist in plot fullscreen
* Fix newly created report tags missing from report filter tag list
* Fix reports names can contain a "/"
* Fix My work / Team work filter selection does not persist upon app refresh

View File

@ -93,7 +93,7 @@ module.exports = {
{
label: 'Release Notes',
to: '/docs/release_notes/ver_1_9',
to: '/docs/release_notes/ver_1_10',
},
{
label: 'Community Resources',

View File

@ -167,7 +167,7 @@ module.exports = {
],
rnSidebar: {
'Release Notes': ['release_notes/ver_1_9', 'release_notes/ver_1_8', 'release_notes/ver_1_7',
'Release Notes': ['release_notes/ver_1_10', 'release_notes/ver_1_9', 'release_notes/ver_1_8', 'release_notes/ver_1_7',
'release_notes/ver_1_6', 'release_notes/ver_1_5', 'release_notes/ver_1_4', 'release_notes/ver_1_3',
'release_notes/ver_1_2','release_notes/ver_1_1', 'release_notes/ver_1_0', 'release_notes/ver_0_17',
'release_notes/ver_0_16', 'release_notes/ver_0_15', 'release_notes/ver_0_14', 'release_notes/ver_0_13',