Small edits (#828)

This commit is contained in:
pollfly
2024-04-24 10:48:14 +03:00
committed by GitHub
parent 4dc758ea3f
commit 0ca581c27b
24 changed files with 87 additions and 87 deletions

View File

@@ -73,8 +73,8 @@ title: Version 1.11
* 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 experiment table's "Parent" filter not working
* Fix UI experiment scalar plot type can't 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

View File

@@ -60,7 +60,7 @@ title: Version 1.15
* Fix incorrect plot name is displayed when expanding UI scalar plots
* Fix task IDs not displayed in UI experiment comparison graph titles and legends
* Fix single-value scalar plot not displaying "Download CSV" button when embedded in UI report
* Fix UI dashboard search returns results from teams work when "My Work" filter is enabled.
* Fix UI dashboard search returns results from team's work when "My Work" filter is enabled.
* Fix UI experiment table compare view does not persist
* Fix UI Workers and Queues displaying incorrect statistics
* Fix UI experiment scalar comparison missing active filter indicator

View File

@@ -100,7 +100,7 @@ configuration option, allowing users to use `$ENV` in the task docker arguments
* Add history navigation to experiments plots UI page [ClearML GitHub issues #81](https://github.com/allegroai/clearml/issues/81) and [#255](https://github.com/allegroai/clearml/issues/255):
* Plots page shows last reported plot for each metric/variation combination
* Single plot view provides history navigation slider
* Add single value scalar reporting: Single value scalars are aggregated into a summary table in the experiments scalars
* Add single value scalar reporting: Single value scalars are aggregated into a summary table in the experiment's scalars
UI page [ClearML GitHub issue #400](https://github.com/allegroai/clearml/issues/400)
* Add "show hidden projects" control [ClearML GitHub issue #694](https://github.com/allegroai/clearml/issues/694)
* Improve UI projects page setting persistence - User's last chosen settings for recent/name sorting and team/personal

View File

@@ -65,16 +65,16 @@ an empty string
* 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 users choice for viewing graph data.
* 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 tabs inefficient use of screen real estate [ClearML GitHub issue #705](https://github.com/allegroai/clearml/issues/705)
* 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 cant be changed when colors are specified in code
* 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

View File

@@ -120,5 +120,5 @@ size for upload and download
* Fix UI model link doesn't preserve double spaces, breaking the URI
* Fix tasks/models/datasets can't be moved to UI root project
* Fix UI tag color list doesn't display tags
* Fix UI dashboard search returns results from teams work when "My Work" filter is enabled
* Fix UI dashboard search returns results from team's work when "My Work" filter is enabled
* Fix UI experiment console does not display complete text when large text is reported