Add ClearML Server 1.13.0 release notes and update AMIs and GCP image (#711)

This commit is contained in:
pollfly
2023-11-19 11:44:59 +02:00
committed by GitHub
parent 7f6c2948fc
commit 48cefb0a97
3 changed files with 80 additions and 30 deletions

View File

@@ -2,6 +2,55 @@
title: Version 1.13
---
### ClearML Server 1.13.0
**New Features and Improvements**
* Improve UI comparison
* Add visual comparison of single value scalars [ClearML Server GitHub issue #202](https://github.com/allegroai/clearml-server/issues/202)
* Scalar value comparison: metrics are presented in a single table [ClearML GitHub issue #760](https://github.com/allegroai/clearml/issues/760)
* Add global experiment legend: Experiment name, tags and color [ClearML GitHub issue #81](https://github.com/allegroai/clearml/issues/81)
* Clickable URLs/object IDs in experiment details comparison [ClearML GitHub issue #1073](https://github.com/allegroai/clearml/issues/1073)
* UI Search improvements
* Dashboard search results ordered by update time
* Top bar search query saved in URL
* Improve UI experiment debug sample iteration fetching speed [ClearML Server GitHub issue #170](https://github.com/allegroai/clearml-server/issues/170)
* Add UI cloud credentials support for GCS signed URLs with HMAC authentication
* Add Experiment plot UI support for displaying subplots
**Bug Fixes**
* Fix UI single-value scalars table does not display all single-value scalars [ClearML GitHub issue #1111](https://github.com/allegroai/clearml/issues/1111)
* Fix UI pipeline step duration does not update during runtime [ClearML GitHub issue #1090](https://github.com/allegroai/clearml/issues/1090)
* Fix UI experiment comparison parallel coordinates plot crops the metric and parameter names [ClearML GitHub issue #1111](https://github.com/allegroai/clearml/issues/1111)
* Fix hidden experiments appear in UI All Experiments search results [ClearML GitHub issue #1139](https://github.com/allegroai/clearml/issues/1139)
* Fix disabled graphs in UI scalars reappear in full-screen mode
* Fix UI auto-refresh sometimes causes many error message to be raised
* Fix "All" tag filter not working in UI object pages
* Fix tag filter in UI dataset page does not persist on refresh
* Fix scalars and plots are not displayed in UI model page
* Fix UI pipeline step status does not update
* Fix UI experiment comparison plots don't display all experiments in legend
* Fix UI Model Lineage tab sometimes doesn't display models
* Fix some plots present partial data in UI experiment comparison plots
* Fix clicking URL of deleted UI report navigates to empty page
* Fix applying UI tag in bulk raises an error
* Fix task IDs appear multiple times in UI task comparison plot legends
* Fix UI project filter in All Experiments table takes a long time load
* Fix custom columns in UI tables do not persist on refresh
* Fix UI report card missing creating user's name
* Fix new tag is not displayed in "Add Tag" table action menu until page refresh
* Fix clicking on worker name in Orchestration page's Queue info panel does not navigate to the worker's info panel
* Fix clicking on older empty UI datasets redirects to 404 page
* Fix experiment names don't appear in the plot legend in UI experiment comparison scalar plots grouped by metric
* Fix task ID does not appear in UI task comparison plots of tasks with the same name
* Fix UI scalar comparison's Horizontal Axis, Smoothing, and Group by selections do not persist upon experiment selection modification
* Fix UI scalars sometimes missing plots in Chrome
* Fix values can't be input into the UI scalar smoothing field
* Fix UI experiment configuration is sometimes not editable
* Fix UI project name tooltips don't appear for projects with long names
* Fix debug samples appear in UI experiment only after refresh
* Fix cropped names in tag list in "Add Tag" action in UI table action menu
* Fix UI experiment configuration tooltip obscure the "Edit" button
### ClearML SDK v1.13.2
**New Features and Improvements**