ClearML server v1.11.0

This commit is contained in:
alnoam 2023-05-25 17:01:45 +03:00
parent bfce6f07ee
commit 2f8cc38464
4 changed files with 82 additions and 30 deletions

View File

@ -108,35 +108,34 @@ The following section contains a list of AMI Image IDs per-region for the latest
### Latest Version
#### v1.10.1
#### v1.11.0
* **af-south-1** : ami-0e3e4797d4ccc0e0c
* **ap-east-1** : ami-02a12e5311d72998f
* **ap-northeast-1** : ami-0e865b4342968a5eb
* **ap-northeast-2** : ami-0c7776ecfe9bf1284
* **ap-northeast-3** : ami-0810f5629b3d0aa94
* **ap-south-1** : ami-030668030e4924765
* **ap-south-2** : ami-014673456c25f30e6
* **ap-southeast-1** : ami-0186a8688052a3678
* **ap-southeast-2** : ami-0e436536f5d592089
* **ap-southeast-3** : ami-0baea2d6c25b26722
* **ap-southeast-4** : ami-0de0e585a274c04f2
* **ca-central-1** : ami-0ed3b795112a0929f
* **eu-central-1** : ami-050930b9bb9adb3d1
* **eu-central-2** : ami-09e8faf49058d2ecf
* **eu-north-1** : ami-09842284b34278a57
* **eu-south-1** : ami-0b36f18eb63585b84
* **eu-south-2** : ami-075f9c45c16782fe7
* **eu-west-1** : ami-0e4da440bbc49854f
* **eu-west-2** : ami-0f2a05843c12fb956
* **eu-west-3** : ami-0904fef8e624ea843
* **me-central-1** : ami-0e63e8943731c276b
* **me-south-1** : ami-02dd1559745b77ada
* **sa-east-1** : ami-0152238a946006fd0
* **us-east-2** : ami-0cac56ead347a486c
* **us-west-1** : ami-045b41391be6c1407
* **us-west-2** : ami-0c5b193f3ad64fbbb
* **us-east-1** : ami-02a070391945d4843
* **af-south-1** : ami-0560629e10e3fa489
* **ap-east-1** : ami-0fe1e3b906324dd6e
* **ap-northeast-1** : ami-0c5cd8f7d19142a69
* **ap-northeast-2** : ami-03ba1dd7378cbe97a
* **ap-northeast-3** : ami-044733a24789d2eff
* **ap-south-1** : ami-014cbf31ad63c96ba
* **ap-south-2** : ami-07cc624ab0cf7b9f5
* **ap-southeast-1** : ami-08be85937e8fad974
* **ap-southeast-2** : ami-07c3da5c07a2581a4
* **ap-southeast-3** : ami-05af6c1b6a98051be
* **ap-southeast-4** : ami-06d3cebb40053b75e
* **ca-central-1** : ami-09c79717698c7078f
* **eu-central-1** : ami-06dced85fe85b8599
* **eu-central-2** : ami-02a630f52e61e289d
* **eu-north-1** : ami-0d37ab1952cd633c7
* **eu-south-1** : ami-0c8bb286c292c2a1e
* **eu-south-2** : ami-05c1bea482c21e287
* **eu-west-1** : ami-00f5a4cd6174cb489
* **eu-west-2** : ami-0d1db7b5b6f153ed4
* **eu-west-3** : ami-0d4ce6e695a276190
* **me-central-1** : ami-0009728cabbc12115
* **me-south-1** : ami-051ae1ac3a908ac15
* **sa-east-1** : ami-0149c335f4851c3e7
* **us-east-2** : ami-0799c6b09783656cd
* **us-west-1** : ami-0df5950afdca7aeaf
* **us-west-2** : ami-041ae28dbf5d461cb
## Next Step

View File

@ -0,0 +1,53 @@
---
title: Version 1.11
---
### ClearML Server 1.11.0
**New Features and Improvements**
* New model comparison UI: compare model configuration, metrics, and plots
* Add Preview tab to UI pipeline for viewing debug samples and plots attached to a pipeline
* Add dynamic side panel width in UI experiment artifacts and configuration [ClearML Server GitHub issue #160](https://github.com/allegroai/clearml-server/issues/160)
* Add support for embedding following UI resources in reports:
* Single-value-scalar table plots
* Application dashboard graphs
* Model scalars and plots
* Add custom columns for model scalars in UI model tables
* Add "Return to original resource" button to embedded content in UI reports
* Improve image quality when exported as PNG from UI experiments
* Add parent task name to UI dataset version info panel
* Add support for embedded content in collapsible panel in UI reports
* Add dynamic legend to UI project overview metric snapshot - click to view/hide items
**Bug Fixes**
* Fix UI experiment plot history navigation not working correctly [ClearML GitHub issue #955]("https://github.com/allegroai/clearml/issues/955)
* Support browser native context menu (via right click) in UI experiment hyperparameters [ClearML GitHub issue #990]("https://github.com/allegroai/clearml/issues/990)
* Fix `series` argument not in UI experiment debug samples when using `logger.report_media` [ClearML GitHub issue #685]("https://github.com/allegroai/clearml/issues/685)
* Fix smoothing bar not displayed in UI experiment comparison scalars in full screen mode [ClearML GitHub issue #996]("https://github.com/allegroai/clearml/issues/996)
* Fix uploading image in UI report raises error [ClearML GitHub issue #1020]("https://github.com/allegroai/clearml/issues/1020)
* Add mobile device support for UI experiment tab selection
* Fix deleting models doesn't remove their weight files from fileserver
* Fix "Load More" button does not work in UI experiment comparison "Add Experiment" modal
* Fix copying credentials from UI New Credentials modal adds whitespaces to the pasted strings in Firefox
* Fix UI tag color list is empty in report page
* Fix clicking on UI project card navigates to experiments table instead of project overview
* Fix filters do not persist in UI resource card pages (datasets, pipelines, Hyper-Datasets, Reports)
* Fix UI experiment tables "Parent" filter not working
* Fix UI experiment scalar plot type cant be changed from linear to logarithmic in fullscreen mode
* Fix UI tables sort numeric parameters alphabetically instead of numerically
* Fix model that has been unarchived remains in UI model archive
* Fix failed task configuration is editable
* Fix UI Reports page in project view is empty when all projects are in Root project
* Fix UI project card does not display all sub-projects
* Fix UI experiment table does not display in full page in full screen mode
* Fix UI experiment filters do not persist when navigate to archive
* Fix missing settings button in UI model scalars
* Fix UI running task's artifact selection is reset upon auto-refresh
* Fix UI experiment table plot header titles exceed cells
* Fix pipeline parameters with long names are cut off in UI "New Run" modal
* Fix long-named tags obscure other tags in UI Tag Colors list
* Fix long-named experiments cropped in Reset/Delete experiment popup
* Fix embedded audio sample's name covers audio controls in UI reports

View File

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

View File

@ -178,7 +178,7 @@ module.exports = {
],
rnSidebar: {
'Release Notes': ['release_notes/ver_1_10', 'release_notes/ver_1_9', 'release_notes/ver_1_8', 'release_notes/ver_1_7',
'Release Notes': ['release_notes/ver_1_11', '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',