mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-07 13:21:46 +00:00
Add ClearML Server 1.7.0 release notes (#342)
This commit is contained in:
parent
44de3b38c1
commit
6dca66c59f
@ -108,25 +108,25 @@ The following section contains a list of AMI Image IDs per-region for the latest
|
||||
|
||||
### Latest Version
|
||||
|
||||
#### v1.6.0
|
||||
#### v1.7.0
|
||||
|
||||
* **eu-north-1** : ami-0a585c9848acacc0e
|
||||
* **ap-south-1** : ami-00283d3ea7edcc5d7
|
||||
* **eu-west-3** : ami-08ffc25b3ac8350e0
|
||||
* **eu-west-2** : ami-0141250090f39dbac
|
||||
* **eu-west-1** : ami-0740897ebf65488b9
|
||||
* **ap-northeast-3** : ami-080f2f680cb398716
|
||||
* **ap-northeast-2** : ami-09594873c66479349
|
||||
* **ap-northeast-1** : ami-05698893fa0e7da70
|
||||
* **sa-east-1** : ami-079598e612da5e88d
|
||||
* **ca-central-1** : ami-02935d24b09d5958d
|
||||
* **ap-southeast-1** : ami-05620a00da6819ebf
|
||||
* **ap-southeast-2** : ami-0f469ccfc17106589
|
||||
* **eu-central-1** : ami-068bcbc17718263d2
|
||||
* **us-east-2** : ami-0fc3faf2a0534dc03
|
||||
* **us-west-1** : ami-0ac0bfbe9c2bbcbf0
|
||||
* **us-west-2** : ami-03c5cf16499053097
|
||||
* **us-east-1** : ami-076ff311bbb7ef705
|
||||
* **eu-north-1** : ami-03ee969287d8b1a47
|
||||
* **ap-south-1** : ami-073c5dea0beec36c0
|
||||
* **eu-west-3** : ami-0cb567cf433b299ad
|
||||
* **eu-west-2** : ami-0ef38a2ccf5c364de
|
||||
* **eu-west-1** : ami-019d260fd4b6db5e7
|
||||
* **ap-northeast-3** : ami-01e475dbc65dc0d4a
|
||||
* **ap-northeast-2** : ami-0e221a2fb4ade84d9
|
||||
* **ap-northeast-1** : ami-07d7dc7f42635969e
|
||||
* **sa-east-1** : ami-043eabce410297328
|
||||
* **ca-central-1** : ami-0b9d4e0956bce9845
|
||||
* **ap-southeast-1** : ami-01fc0fde77f01216f
|
||||
* **ap-southeast-2** : ami-06ffb982d248a789a
|
||||
* **eu-central-1** : ami-0af6285c987ad5908
|
||||
* **us-east-2** : ami-0025b1c46aeb6df3a
|
||||
* **us-west-1** : ami-0c8ea443571b6cf1d
|
||||
* **us-west-2** : ami-05cbc8cc29efeb4fe
|
||||
* **us-east-1** : ami-0beea2cf9e3d9639b
|
||||
|
||||
## Next Step
|
||||
|
||||
|
@ -2,6 +2,36 @@
|
||||
title: Version 1.7
|
||||
---
|
||||
|
||||
### ClearML Server 1.7.0
|
||||
**New Features and Improvements**
|
||||
* Add “Sync comparison” to UI experiment debug samples comparison: Control metric/iteration for all compared experiments [ClearML GitHub issue #691](https://github.com/allegroai/clearml/issues/691)
|
||||
* Support serving UI from a non-root path of the ClearML Server [ClearML Helm Charts issue #101](https://github.com/allegroai/clearml-helm-charts/issues/101) & [ClearML Server issue #135](https://github.com/allegroai/clearml-server/issues/135).
|
||||
* Add UI option for hiding “secret” experiment container arguments [ClearML Server GitHub issue #146](https://github.com/allegroai/clearml-server/issues/146)
|
||||
* Add UI tables switch to detail mode through double-click [ClearML Server GitHub issue #134](https://github.com/allegroai/clearml-server/issues/134)
|
||||
* Add customizable user activity timeout for UI logout
|
||||
* Add UI navigation from experiment comparison back to originating experiment table
|
||||
* Improve UI scalar comparison graph configuration - Persist user’s choice for viewing graph data.
|
||||
* Add model IDs display in UI experiment artifact tab
|
||||
* Add dataset description to UI dataset information display
|
||||
|
||||
**Bug Fixes**
|
||||
* Fix UI experiment Hyperparameter tab’s inefficient use of screen real estate [ClearML GitHub issue #705](https://github.com/allegroai/clearml/issues/705)
|
||||
* Fix navigating to an archived experiment's configuration causes UI to return to non-archived view [ClearML Server GitHub issue #148](https://github.com/allegroai/clearml-server/issues/148)
|
||||
* Fix metric storage failure when large amount of metrics logged
|
||||
* Fix UI plots downloaded as PNGs don't contain legends
|
||||
* Fix UI plot colors can’t be changed when colors are specified in code
|
||||
* Fix experiment table hyperparameter column sorting fails when hyperparameter includes "."
|
||||
* Fix artifacts aren't deleted when experiment is reset
|
||||
* Fix UI project cards displaying incorrect task counts when "Show Hidden Projects" is enabled
|
||||
* Fix changing UI filter to "My Work" within a project page causes main project to become undefined
|
||||
* Fix clicking project with only hidden sub-projects doesn't navigate to the project's UI page
|
||||
* Fix multiple UI projects can have same name
|
||||
* Fix UI experiment plot legends disappear when plots take up whole row
|
||||
* Fix cloning an experiment into a different project does not navigate to the new project
|
||||
* Fix queue menu automatically opens when UI enqueue modal is opened
|
||||
* Fix can't dequeue experiments from deleted queue.
|
||||
* Fix UI Dataset content previews displays "No preview" message while previews are loading
|
||||
|
||||
### ClearML SDK 1.7.1
|
||||
|
||||
**New Features and Improvements**
|
||||
|
Loading…
Reference in New Issue
Block a user