Refactor Release Notes (#938)

This commit is contained in:
pollfly
2024-09-26 16:09:25 +03:00
committed by GitHub
parent eb36f48413
commit 8249768619
89 changed files with 3127 additions and 2660 deletions

View File

@@ -0,0 +1,43 @@
---
title: Version 0.10
---
:::important
**Trains** is now **ClearML**.
:::
### Trains Server 0.10.1
* Add simple username / password login scheme, see [GitHub trains-server Issue 3](https://github.com/allegroai/trains-server/issues/3)
* Fixed User/Password configuration (see [instructions](../../../deploying_clearml/clearml_server_config.md#web-login-authentication)).
* Replace the Python web-server with NGINX.
* Improve sub-domain support ([GitHub trains-server Issue 9](https://github.com/allegroai/trains-server/issues/9)).
* Extend configuration options
* Environment variables for overriding mongoDB and Elastic hosts URLs.
* File server disabling browser cache.
* File server compression support.
* File server CORS support.
### Trains Server 0.10.0
* Experiment code execution detection.
* Add source-control diff section.
* Add code requirements section.
* Automatically stop inactive experiments (default: 2 hours).
* Configuration details in readme.md:
* Improve visibility:
* Finer status definitions: Identify successful completion vs. user aborted.
* Experiment plot comparison: Ensure different colors for different experiments.
* Parse newline character in experiment description.
* Show experiment start time in table display.
* Add vertical guide in scalar plots.
* Move hyperparameters to the designated tab.
* "Admin" section now named "Profile".

View File

@@ -0,0 +1,18 @@
---
title: Version 0.11
---
:::important
**Trains** is now **ClearML**.
:::
### Trains Server 0.11.0
* Add scalar graphs smoothing (matched TensorBoard behavior).
* Add scalar graphs X-axis selection: Iteration / Relative / Wall Time.
* Add min / max / last value for all scalars (available in experiment table column selection / sorting).
* Add hyperparameter to experiment table custom columns.
* Add artifacts support (Models tab moved into artifacts as specific artifact type).
* Add full Azure storage support.
* Fix column sorting N/A values.

View File

@@ -0,0 +1,21 @@
---
title: Version 0.12
---
:::important
**Trains** is now **ClearML**.
:::
### Trains Server 0.12.1
Minor bug fixes and improvements
* Add resource monitoring.
* Fix Web UI compare plots ([GitHub Issue #55](https://github.com/allegroai/clearml/issues/55)).
* Improve server upgrade checks/messages.
### Trains Server 0.12.0
* Add full DevOps support.
* Add job scheduling queue management.
* Add cluster management (TRAINS Agent workers).
* Add system wide auto-refresh.

View File

@@ -0,0 +1,27 @@
---
title: Version 0.13
---
:::important
**Trains** is now **ClearML**.
:::
### Trains Server 0.13.0
**Features and Bug Fixes**
* Add parallel coordinates hyperparameter comparison, available under **Compare Experiments** **>** **HYPERPARAMETERS**
**>** **Parallel Coordinates** (in the drop-down) ([GitHub Issue #53](https://github.com/allegroai/trains/issues/53)).
* Add encoding of experiment table view settings in URL to allow sharing, using browser URL copy / paste.
* Add loguru (ANSI color) support ([GitHub Issue #29](https://github.com/allegroai/trains/issues/29)).
* Add support for special characters in hyperparameter keys (white-spaces, `.` and `$`) ([GitHub Issue #69](https://github.com/allegroai/trains/issues/69)).
* Add optional anonymous daily usage statistics (help us improve Trains Server):
* Disabled by default.
* Requires user opt-in.
* Single averages report per day.
* Reports average load metrics per day (CPU / memory).
* Reports average workload per day (amount and average duration of queues, agents and experiments).
* Improve experiment table filtering indication.
* Improve model view to allow navigating to its generating experiment.
* Fix experiment comparison to distinguish between experiments with the same name ([GitHub Issue #52](https://github.com/allegroai/trains/issues/52)).
* Fix Web UI compare plots bug ([GitHub Issue #55](https://github.com/allegroai/trains/issues/55) and [GitHub Issue #73](https://github.com/allegroai/trains/issues/73)).

View File

@@ -0,0 +1,51 @@
---
title: Version 0.14
---
:::important
**Trains** is now **ClearML**.
:::
### Trains Server 0.14.2
**User survey**
* Add survey invitation popup.
**Bug fixes**
* Fix misaligned titles in experiment results, scalars, and plots (**RESULTS** tab, **SCALARS** and **PLOTS** sub-tabs).
* Fix parallel coordinate comparison in comparing experiments. Adding dimension with no values removes all lines.
* Fix resizing the experiments tables window. The preferences wheel jumped over the titles.
* Fix the browser zoom (**CTRL +**, **CTRL -**, and mouse wheel) in experiment **RESULTS** **>** **SCALARS** tab. It broke labels ([GitHub Issue #127](https://github.com/allegroai/trains/issues/127)).
### Trains Server 0.14.1
**Features and Bug Fixes**
* Support default **Trains Server** Kubernetes Helm ports in the **Trains Web-App (UI)**.
* Fix issue switching scalar plots between linear and logarithmic views ([GitHub Issue #75](https://github.com/allegroai/trains/issues/75)).
* Do not reset view filtering when switching tabs in experiment view.
### Trains Server 0.14.0
**Features and Bug Fixes**
* Add debug image viewing for an unlimited number of iterations, filtering by metric, and comparing debug images for different iterations.
* Add debug image view zoom, fit to screen, resize, hover coordinates ([GitHub Issue #68](https://github.com/allegroai/trains/issues/68)).
* Add switching scalar plots between linear and logarithmic views ([GitHub Issue #75](https://github.com/allegroai/trains/issues/75)).
* Add scalar minimums and maximums to comparing experiments.
* Add opening HTML artifact files in the browser.
* Add Web-App notification for version updates.
* Add toggle button to switch between full screen and standard views in the **RESULTS** tab.
* Add a load more button to the global search results.
* Add automatic detection of debug video type from the file extension.
* Add `Task.get_parameters_as_dict` and `Task.set_parameters_as_dict`.
* Allow editing model description.
* Allow editing experiment uncommitted changes and installed packages separately.
* Allow deleting an input model from an experiment whose status is *Draft*.
* Fix dialog elements which are now accessible in non-100% screen scale. ([GitHub Issue #89](https://github.com/allegroai/trains/issues/89)).
* Fix custom columns in the experiments table not properly loaded from browser store ([GitHub Issue #106](https://github.com/allegroai/trains/issues/106)).
* Fix issue with showing 2D graphs containing sub-plots ([trains #slack](https://github.com/allegroai/trains/issues/106))
* Fix issues with vertical scrolling of experiment logs.
* Fix issue with image plots sometimes not visible in experiments comparison.

View File

@@ -0,0 +1,94 @@
---
title: Version 0.15
---
:::important
**Trains** is now **ClearML**.
:::
### Trains Server 0.15.1
**Bug Fixes**
* Fix experiment clone dialog resets while typing ([GitHub trains-server Issue 44](https://github.com/allegroai/trains-server/issues/44)).
* Fix image-only plots are not displayed ([GitHub Issue #140](https://github.com/allegroai/trains/issues/140)).
* Fix last item in plots list is hidden.
* Fix input model edit view contains a redundant save button.
* Fix credentials popup shows incorrect URL for fileserver.
* Fix experiment description does not allow multiple lines.
* Fix tags filter ("No tags" selection, display only tags available for the project).
* Fix cannot save empty model configuration.
* Fix add tag dialog does not close after adding a tag.
* Show active column filters for values even when values are unavailable in current project.
* Fix project selection resets when cloning an experiment.
* Fix several broken icons.
* Fix cannot add tags in Results view.
* Add warning when deleting a model/experiment tag.
* New icons for experiment/task types.
### Trains Server 0.15.0
**Features**
* Add support for debug media (images, audio, video) ([GitHub Issue #120](https://github.com/allegroai/trains/issues/120)).
* Add support for previewing HTML debug samples.
* Add experiment and model tag management ([GitHub Issue #46](https://github.com/allegroai/trains/issues/46)).
* Add support for more task types (see Trains v0.15.0 and Trains Agent v0.15.0 for related support and services mode).
* Experiment comparison:
* Add Last / Max (maximal) / Min (minimal) scalar values to parallel coordinates in experiment comparison ([GitHub Issue #131](https://github.com/allegroai/trains/issues/131)).
* Add deep comparison support to experiment comparison, including uncommitted changes by file with line diff and search of all text.
* Enhance table columns:
* Add dynamic column ordering to the experiments and models tables.
* Add the User column to the experiments table.
* Add the Description to experiments and models tables.
* Add double click to table column resizers for column width reset.
* Add column customization to the models table.
* Add support for saving and sharing customized model table URLs by embedding table customizations in the URL.
* Add a popup text editor for all text areas.
* Move resource monitoring plots after the metrics plots in the experiment results SCALARS tab.
* Add support for the clear_all parameter in tasks.reset to improve Trains SDK Task reuse.
* Unify experiments table and comparison auto-refresh (switching between table and comparison auto refresh setting did not change).
* Add a cancel button to all text searches.
* Improve the experiment / info panel split to 75% / 25%.
* Improve infrastructure:
* Update pymongo and mongoengine to their latest versions.
* Improve mongo performance by eliminating non-indexed queries.
* Upgrade WebApp to Angular 9.
* Use native javascript instead of date-fns.
* Add survey invitation popup.
**Bug Fixes**
* Fix init wizard, correctly display the input servers ([GitHub Issue #19](https://github.com/allegroai/trains-agent/issues/19)).
* Improve docker host-mount support, use `TRAINS_AGENT_DOCKER_HOST_MOUNT` environment variable.
* Support pip v20.1 local / http package reference in pip freeze.
* Fix detached mode to correctly use cache folder slots.
* Fix `CUDA_VISIBLE_DEVICES` should never be set to "all".
* Do not monitor GPU when running with `--cpu-only`
* Fix experiment comparison issues:
* Scalar comparison type does not reflect displayed comparison ([GitHub Issue #40](https://github.com/allegroai/trains/issues/40)).
* Comparison animations overlapping other fields.
* Cannot choose a metric after clearing it in experiment comparison parallel coordinates.
* Adding a dimension without a value removes all lines in experiment comparison parallel coordinates.
* Fix experiment view issues:
* Custom URL gets erased when clicking on any tab on experiment.
* All experiments re-fetched when navigating through tabs of an experiment.
* Input and output models configuration box sizes differs in the experiments **ARTIFACTS** tab.
* Changing experiment table / info panel split redraws scalars and plots.
* Wrong download URL shown for S3 artifact links with special characters.
* Fix experiment results view issues:
* Browser zoom breaks labels (Ctrl + / Ctrl - / mouse wheel) in experiment results **SCALARS** tab ([GitHub Issue #127](https://github.com/allegroai/trains/issues/127)).
* Debug image name not shown if file cannot be loaded.
* minio images with spaces in the path not displaying correctly
* Plots should use the full panel space.
* Plot relative time displaying incorrectly in experiment results **SCALARS** tab.
* Wall time display in local time in experiment results **SCALARS** tab.
* Fix experiment table issues:
* Hyperparameters sorted as strings, not as numbers ([GitHub Issue #124](https://github.com/allegroai/trains/issues/124)).
* Prevent auto refresh reordering when the info panel is open.
* Table resizing made the preferences wheel to jump over titles.
* Fix experiment reset when both the input and output model are the same causes model deletion.
* Fix experiment clone not working if the input model was deleted.
* Fix missing trash icon (delete) if a custom column title is too long.
* Fix display of aborted tasks in the recent experiments on the Homepage.

View File

@@ -0,0 +1,61 @@
---
title: Version 0.16
---
:::important
**Trains** is now **ClearML**.
:::
### Trains Server 0.16.1
:::important
Upgrading to this version requires a manual [data migration](../../../deploying_clearml/clearml_server_es7_migration.md).
:::
**Bug Fixes**
* Fix model page issue causing N/A to show after switching tabs (Trains Slack channel [thread)](https://clearml.slack.com/archives/CTK20V944/p1597672446125300).
* Removed experiments comparison limit (only 10 were allowed). Limit is now 100, configurable using `services.tasks.multi_task_histogram_limit`. (Trains Slack channel [thread)](https://clearml.slack.com/archives/CTK20V944/p1597755746141500).
* Fix scalar plots sometimes not calculated by the server in lower iteration values (Trains Slack channel [thread)](https://clearml.slack.com/archives/CTK20V944/p1597321653085900).
* Fix error while retrieving experiment log when only a few lines were reported ([GitHub trains-server Issue 59](https://github.com/allegroai/trains-server/issues/59)).
* Update Fixed User full-name on restart (Trains Slack channel [thread)](https://clearml.slack.com/archives/CTK20V944/p1597906492003300).
* Fix project ordering issue.
* When loading plots, display a spinner and don't show "no data".
* Improve logging to provide more coherent ElasticSearch connection status in server log.
### Trains Server 0.16.0
:::important
Upgrading to this version requires a manual [data migration](../../../deploying_clearml/clearml_server_es7_migration.md).
:::
**Features**
* Add experiment hyperparameter grouping:
* **HYPER PARAMETERS** tab renamed to **CONFIGURATION**.
* **CONFIGURATION** tab contains the sections **USER PROPERTIES**, **HYPER PARAMETERS**, **CONFIGURATION OBJECTS**
* Add user properties group. Key-value pairs always editable (**USER PROPERTIES** section).
* Add command line options group * argparse and older experiments parameters (**CONFIGURATIONS / HYPER PARAMETERS / Args**).
* Add TensorFlow definitions group (**CONFIGURATIONS / HYPER PARAMETERS / TF_DEFINE**).
* Add environment variables group (**CONFIGURATIONS / HYPER PARAMETERS / Environment**).
* Improve experiment model configuration:
* Model design is in the **ARTIFACTS** tab.
* Experiment model description is in the **CONFIGURATION OBJECTS** section in the **CONFIGURATION** tab.
* Improve experiment comparison:
* In hyperparameter parallel coordinate comparison, hover over an experiment name to highlight it on plot ([GitHub Issue #53](https://github.com/allegroai/trains/issues/53)).
* Remove fields providing no additional information from comparison.
* Improve the model framework filter. Filter contains only frameworks used by models in the project.
* Add configurable **Trains** services examples.
* Add support for text debug samples in the **DEBUG SAMPLES** section in the **RESULTS** tab.
* Add legend on / off toggle control for every plot.
* Add clear button for text areas ([GitHub trains-server Issue #42](https://github.com/allegroai/trains-server/issues/42)).
* Reinstate the bottom bar **Archive** button.
* Add **Trains** community links to left bar.
* Add Hi-DPI display support.
* Add `debug.ping` endpoint for simple health monitoring.
* Add support for field exclusion in `*.get_all` endpoints.
* Move to ElasticSearch 7. Requires manual [data migration](../../../deploying_clearml/clearml_server_es7_migration.md).
**Bug Fixes**
* Auto-fit column width on column resize double click.
* Allow top-bar search if fewer than three characters are entered, and `Enter` is pressed.

View File

@@ -0,0 +1,58 @@
---
title: Version 0.17
---
### Open Source ClearML Server 0.17.0
**Features**
* New profile page layout.
* Move knowledge resource to UI top bar.
* Add complete experiment full screen view.
* Add scalar results split / grouped view.
* Add experiment active duration custom column to experiment table.
* Improve comparison experiment consistency in plots for experiment name and color.
* Improve project last update time; updated whenever an experiment or model in the project is updated.
* Improve table multi-select UX: shift+mouse-click ([clearml GitHub Issue 61](https://github.com/allegroai/trains/issues/61)).
* Add experiment parent to experiment details INFO tab.
* Improve UI experiment archiving; archiving queued experiments automatically dequeues them.
* Improve experiment comparison; use available screen width.
* Add debug sample history tracking ([clearml GitHub Issue 81](https://github.com/allegroai/trains/issues/81)).
* Replace "Download" action with "Copy to Clipboard" for local files.
* Add ClearML usage tips.
* Add Task and Model, Clone and Move to allow creating new project on the fly.
* Add support for all S3 / minio special character \(%\) encoding cases.
* Add API for filter by parent.
* Improve browser-search to find data not visible in uncommitted changes / installed packages window.
* Improve Task artifacts optimization.
* Upgrade plotly to 1.57.1.
* Rename Log tab to Console.
**Bug Fixes**
* Fix HiDPI table issues.
* Fix results / plots not scaling properly ([clearml GitHub Issue 247](https://github.com/allegroai/trains/issues/247)).
* Fix experiment comparison:
* Cannot compare regular Tasks to example Tasks.
* Cannot unhide scalars.
* Scalars wall time view and relative view will not auto-refresh.
* Fix log scrolling in Chrome.
* Fix UI adds to plots legend labels unnecessary task ID string ([clearml GitHub Issue 247](https://github.com/allegroai/trains/issues/247)).
* Fix parallel coordinates: dimensions are not sorted by value.
* Fix scalar auto color selection provides too similar colors.
* Fix reordering a custom column does not restore column location.
* Fix uncommitted changes - not possible to copy the entire text.
* Fix queues wait time graph base should be 0, not in the middle.
* Fix plots view - "No Data" shown for a moment when changing experiments.
* Fix adding new tag during auto-refresh.
* Fix hide empty input model on non draft experiment.
* Fix experiment / model table - name column restores to default size after opening and closing info.
* Fix double click resizer should auto fit column.
### ClearML Hosted Service 0.17.0
* Launched free [ClearML Hosted Service](https://app.clear.ml/dashboard).
* Multiple workspaces.
* Workspace invitation.
* Add publicly sharing experiments.

View File

@@ -0,0 +1,71 @@
---
title: Version 1.0
---
### ClearML Server 1.0.2
**Bug Fixes**
- Fix Task container does not accept `null` values ([Slack Channel](https://clearml.slack.com/archives/CTK20V944/p1622119047293300) [ClearML GitHub issue 365](https://github.com/allegroai/clearml/issues/365))
- Fix debug images exception in Results page
- Fix a typo in Worker Setup help popup
### ClearML Server 1.0.1
**Bug Fixes**
- Fix clearing experiment requirements causes "empty" requirements (as opposed to "no requirements")
- Fix logout fails with `endpoint not found` error ([ClearML GitHub issue 349](https://github.com/allegroai/clearml/issues/349))
- Fix hamburger side menu `Manage Queues` does nothing and returns console error ([Slack Channel](https://clearml.slack.com/archives/CTK20V944/p1620308724418100))
- Fix broken config dir backwards compatibility (`/opt/trains/config` should also be supported)
### ClearML Server 1.0.0
**Features**
* Add Multi-level project hierarchy - Projects can now contain sub-projects
* Add markdown editor for project overview
* Add support for multiple models per experiment
* Add Context menu batch operations ([ClearML GitHub issue 286](https://github.com/allegroai/clearml/issues/286))
* Add global search regex support ([ClearML GitHub issue 81](https://github.com/allegroai/clearml/issues/81#issuecomment-735003956))
* Add support for extended container (docker) configuration and init script
* Add special character support ("." (dot) and "$") in Hyperparameters
* Add new context menu icons
* Add deleting experiments and models through UI (ClearML GitHub issues [53](https://github.com/allegroai/clearml-server/issues/53), [61](https://github.com/allegroai/clearml-server/issues/61), and [81](https://github.com/allegroai/clearml/issues/81#issuecomment-706907718))
* Improve Project deletion: deletes project's experiments and models.
* Add experiment description access from info title
* Improve experiment table columns
* Add filter by user
* Add filters time columns
* Add filters for custom columns (metrics and hyperparameters)
* Add secondary nested sorting
* Add `worker<->queue` clickable reference in workers and queues tables
* Add presenting all metric debug samples concurrently
* Add Full project name display in project cards ([ClearML GitHub issue 81](https://github.com/allegroai/clearml/issues/81#issuecomment-823303842))
* Add option for continuing aborted tasks
**Bug Fixes**
* Fix UI storage credentials input missing for HTML artifacts
* Fix sorting custom metric columns sort treats empty fields as zeroes
* Fix UI experiments table redundant rendering on auto refresh
* Fix missing URL encoding for hyperparameters key names
* Fix UI experiment section edit opens outside viewable screen
* Fix UI missing default selection of artifacts in full screen view
* Fix UI variant name not shown in plots
* Fix UI missing tooltip for truncated column headers
* Fix UI custom columns choice does not persist per project ([ClearML GitHub issue 314](https://github.com/allegroai/clearml/issues/314))
* Fix API plot_str not returned for compressed plots
* Fix UI plots color picker consistency
* Fix API ```Tasks.reset``` marking parent id as 'deleted' in its children
* Fix UI missing queue selection on queue delete
* Fix UI debug image history slider not shown when there's only a single iteration
* Fix UI X-axis labels are being cut in plots ([ClearML GitHub issue 264](https://github.com/allegroai/clearml/issues/264))
* Fix UI scalar color choice dialog toggles between screen positions every time you open it
* Fix UI hovering on legend clears parallel coordinates graph filters ([ClearML GitHub issue 259](https://github.com/allegroai/clearml/issues/259))
* Fix UI experiment comparison 'hide identical fields' button disable doesn't work
* Fix UI auto refresh removes model ID in model panel
* Fix UI debug samples download image opens new tab instead of downloading
* Fix UI experiment/model tables: Right most column is not fixed to right edge of screen
* Fix UI 'Add experiment' modal in compare scalar comparison intertwines with comparison display
* Fix UI experiment configurations showing redundant "General" section

View File

@@ -0,0 +1,47 @@
---
title: Version 1.1
---
### ClearML Server 1.1.0
**New Features and Improvements**
- Add metric snapshot plot to project overview UI - Show an aggregated view of all project experiments value for a leading metric
- Add logical `AND` option to UI experiment table tag filter
- Add Task runtime properties to experiment INFO UI tab
- Add full screen view for any experiment result plot
- Add extended version information to UI profile page
- Stop using special characters in secrets
- Allow setting status_message in `tasks.update`
- Improve UI table view configuration persistence - User table-view configuration is saved per project:
- Visible columns
- Column order
- Column width
- Active sort
- Active filters
**Bug Fixes**
- Fix experiment details UI failure opening hyperparameter sections beginning with `#` ([ClearML Server GitHub issue #79](https://github.com/allegroai/clearml-server/issues/79))
- Fix performance issues with UI comparison of large experiments ([Slack Channel](https://clearml.slack.com/archives/CTK20V944/p1621698235159800))
- Fix filtering on hyperparameters ([ClearML GitHub issue #385](https://github.com/allegroai/clearml/issues/385) [Slack Channel](https://clearml.slack.com/archives/CTK20V944/p1626600582284700))
- Fix profile page user options toggle control area of effect
- Fix browser resizing affecting plot zoom
- Fix UI dataview filter resetting version on filter addition
- Fix UI project overview:
- Fix links in project overview not working
- Allow editing empty overview for legacy projects
- Fix Table plots using fraction of available space
- Fix scalars color assignment broken by `.` in scalar name
- Fix tasks cannot be moved between queues
- Fix UI Docker argument input - Force arguments in designated field
- Fix extraneous "tag" string prefixing Commit ID in Task execution information UI
- Fix missing 'no value' option in hyperparameters table filters
- Fix queued task is not dequeued on `tasks.stop`
- General aesthetic fixes:
- Fix input title alignment in UI clone experiment window
- Fix UI empty experiment table message alignment
- Fix UI table filter menu proportions
- Fix debug sample dropdown menu coloring
- Fix dashboard card alignment
- Fix redundant separator in plot control when maximized

View File

@@ -0,0 +1,56 @@
---
title: Version 1.10
---
### ClearML Server 1.10.1
**Bug Fix**
* Fix WebApp does not connect to the server when using non-default ports ([ClearML Server GitHub issue #191](https://github.com/allegroai/clearml-server/issues/191))
### 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/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 7.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

@@ -0,0 +1,52 @@
---
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 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
* 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

@@ -0,0 +1,78 @@
---
title: Version 1.12
---
### ClearML Server 1.12.1
**Bug Fixes**
* Fix UI experiment scalars and plots not updated on auto-refresh ([ClearML GitHub issue #1086](https://github.com/allegroai/clearml/issues/1086))
* Fix pipeline parameters not displayed in UI pipeline "New Run" modal
* Fix UI pipeline project cards display incorrect pipeline run counts
### ClearML Server 1.12.0
**New Features and Improvements**
* Additional UI cloud storage access options:
* Support for AWS S3 temporary access tokens ([ClearML GitHub issue #200](https://github.com/allegroai/clearml-server/issues/200) and [ClearML Web GitHub issue #52](https://github.com/allegroai/clearml-web/issues/52))
* Support credentials for private GCS buckets
* Add multiple smoothing algorithms to UI scalar plots ([ClearML GitHub issue #996](https://github.com/allegroai/clearml/issues/996))
* Running average
* Exponential running average
* Gaussian
* Add exporting UI object table data in CSV format ([ClearML GitHub issue #882](https://github.com/allegroai/clearml/issues/882))
* Increase console log page size ([ClearML Web GitHub PR #58](https://github.com/allegroai/clearml-web/pull/58))
* Add Python executable to UI experiment execution tab
* Improve naming scheme for UI plots download as PNG: files are saved with same name as plot object
* Add keyboard arrow-key controls for UI "Add tag" menu
* Add full screen mode to UI model details
* Add zoom functionality to UI experiment overview metric snapshot display
* Improve UI task type icons for easier distinction
* Add iteration specification to plots in task comparison plots page
**Bug Fixes**
* Fix handling of the subpaths with nginx templating ([ClearML Server GitHub PR #204](https://github.com/allegroai/clearml-server/pull/204))
* Fix fullscreen single-iteration plot displays history slider ([ClearML GitHub issue #909](https://github.com/allegroai/clearml/issues/909))
* Fix UI new project modal does not accept Azure URLs for default output destination field ([ClearML GitHub issue #1047](https://github.com/allegroai/clearml/issues/1047))
* Fix missing "Description" column in UI dataset version table
* Fix UI scalar plots notation for small and large scale values
* Fix UI experiment comparison does not display experiments' last reported iterations
* Fix double click in UI object table does not open object details page
* Fix UI Redacted Arguments allows adding whitespace-only strings
* Fix "Clear all filters" button not working
* Fix new tags not displayed in UI table tag filters
* Fix long named tag can't be removed from UI experiment
* Fix UI table searches return incorrect results when new table filters are applied
* Fix UI experiment table "All matching filter" selection does not work with custom HyperParameter filter
* Improve UI comparison pages item selection modal:
* Fix non-persistent filters
* Fix user filter does not display all users
* Fix project filter doesn't display selected projects on top
* Fix empty "User" filter in experiment
* Fix plots merged inappropriately instead of being displayed side-by-side
* Fix missing legend in scatter plots
* Fix missing plots when the compared experiments have more than 500 plots cumulatively
* Fix UI experiment line plot comparison:
* Fix changing single line color changes color of multiple lines in plot
* Fix hiding single line hides multiple lines in plots
* Fix compared plots incorrectly display same name
* Fix UI objects can be renamed with blank spaces
* Fix hidden UI graph reappears in plot when smoothing values are changed
* Fix missing search bar in UI pipelines "New Run" modal's "Execution Queue" field
* Fix "Restore from archive" button not displayed in context menu of UI Model archive table
* Fix "All" tag filter not working in UI object tables
* Fix UI allows adding empty tags
* Fix resetting pairs of experiments in UI freezes screen
* Fix missing tag list in "Add Tag" action in UI table action bar
* Fix UI report shareable link copied from report page opens to page with error
* Fix UI pages not loading after updating project overview
* Fix missing download button in UI experiment video debug samples
* Fix UI embedded resources for experiment comparison table plots display incomplete information
* Fix UI table action bar displayed when no objects are selected
* Fix UI project search bar results do not include sub-projects
* Fix error when removing deleted task from UI queue
* Fix UI report remains in root project after it is moved to another project
* Fix missing filter button in UI models table "Updated" column
* Fix UI experiment comparison hyperparameter parallel coordinate plot metric and parameter selections do not persist on refresh
* Fix UI generated resource embed codes do not maintain plot's x-axis units
* Fix long model names obscure model page menu
* Fix some model details missing in UI experiment artifacts

View File

@@ -0,0 +1,58 @@
---
title: Version 1.13
---
### ClearML Server 1.13.1
**Bug Fixes**
* Fix GCS credentials keep popping up
* Fix long name overflows onto show/hide button in scalar metric list
### 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

View File

@@ -0,0 +1,44 @@
---
title: Version 1.14
---
### ClearML Server 1.14.1
**New Features and Improvements**
* Add support for serving UI from a subpath
* Change default cookie `SameSite` setting to `Lax`
**Bug Fixes**
* Fix clicking on UI Metric Snapshot datapoint does not navigate to experiment ([ClearML Server GitHub issue #228](https://github.com/allegroai/clearml-server/issues/228))
* Fix some APIs not sanitizing query parameters
* Fix downloading UI experiment console log sometimes returns an older file
* Fix UI experiment plot comparison displays duplicates of image plots
* Fix missing experiment labels in UI experiment plot comparison
* Fix starting time not updating for some tasks
### ClearML Server 1.14.0
**New Features and Improvements**
* New UI experiment table comparative view: compare plots and scalars of all selected experiments
* Add UI experiment display of original python requirements along with actual packages used ([ClearML GitHub issue #793](https://github.com/allegroai/clearml/issues/793))
* Add UI project metric snapshot support for multiple metrics
* Add compressed UI experiment table info panel mode displaying only experiment name and status
* Add "x unified" hover mode to UI plots
* Add experiment hyperparameter UI section dataset IDs link to datasets page
* Make all URLs clickable in UI experiment artifacts
* Redesign WebApp tabs: tabs now appear in UI header
* Add option to force setting original task as clone's parent when cloning a task
**Bug Fixes**
* Fix CVE-2023-45133 Web App vulnerability
* Fix "select all" in UI dataset archive displays count of all archived and unarchived experiments
* Fix hyperparameter keys with dots in their names displayed incorrectly in UI experiment table and task info
* Fix UI experiment scalar comparison raising error
* Fix "Project" column redundantly appears inside a specific project's model table
* Fix UI models with many labels slowing down web app
* Fix simple UI plots (scatter, bar, etc.) in experiment comparisons not merging by experiment
* Fix UI pipeline details panel does not display information
* Fix UI plot "Show/hide" legend button sometimes disappears
* Fix can't select root project in UI report creation modal when workspace has no projects
* Fix "load more" button displayed unnecessarily in UI object tables
* Fix archive action in UI dataset table archives unselected datasets

View File

@@ -0,0 +1,45 @@
---
title: Version 1.15
---
### ClearML Server 1.15.1
**Bug Fix**
* Fix restarting ClearML Server deletes app credentials ([ClearML Server GitHub issue #240](https://github.com/allegroai/clearml-server/issues/240) and ClearML GitHub issues [#1247](https://github.com/allegroai/clearml/issues/1257) & [#1262](https://github.com/allegroai/clearml/issues/1262))
### ClearML Server 1.15.0
**New Features and Improvements**
* UI experiment hyperparameter comparison
* Add Parallel coordinate view support for multiple metrics
* Add scatter plot mode to UI experiment hyperparameter comparison ([ClearML GitHub issue #984](https://github.com/allegroai/clearml/issues/984))
* Add model lineage to UI model comparison
* Update nginx version to Fix 1-Byte Memory Overwrite RCE vulnerability ([ClearML Server GitHub issue #230](https://github.com/allegroai/clearml-server/issues/230))
**Bug Fixes**
* Fix Heap Buffer Overflow vulnerability (CVE-2023-38545) ([ClearML Server GitHub issue #234](https://github.com/allegroai/clearml-server/issues/234))
* Fix insufficient session expiration vulnerability (CWE-613)
* Fix XSS vulnerability (CWE-79) in UI markdown
* Fix UI reports vulnerable to XSS attack
* Fix UI generating undefined credentials for Jupyter Notebook ([ClearML Web GitHub issue #67](https://github.com/allegroai/clearml-web/issues/67))
* Fix "No tags" filter raises an error
* Fix slow loading speed for UI experiment comparison scalars
* Fix some UI experiment sometimes missing plots
* Fix delete not working in batch action bar in UI models tables
* Fix dequeue not working from UI experiment table batch action bar
* Fix UI plots and scalars are displayed in reset experiments
* Fix embedded scalar comparison plot does not display metric variant in maximized view in UI Reports
* Fix "Copy embed code" not working properly in comparison plot
* 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 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
* Fix UI scalar value comparison sometimes displays empty page
* Fix UI embedded plots missing titles and axis labels
* Fix missing status filter in UI All Models table
* Fix UI pipeline table "No value" selection does not work with version filter
* Fix UI experiment table compare view presents plots from unselected experiments
* Fix using filter causes UI experiment console to jump

View File

@@ -0,0 +1,37 @@
---
title: Version 1.16
---
### ClearML Server 1.16.2
**Bug Fix**
* Fix no graphs are shown in Workers and Queues screens
### ClearML Server 1.16.1
**Bug Fix**
* Fix user credentials reset on API server restart ([ClearML Server GitHub issue #250](https://github.com/allegroai/clearml-server/issues/250))
### ClearML Server 1.16.0
**New Features and Improvements**
* New UI "new experiment creation"
* ClearML File Server now uses authentication by default. This can be turned off using the `fileserver.auth.enabled: false`
configuration setting
* Add confirmation pop-up when running experiment is archived
**Bug Fixes**
* Fix model plots not displayed in UI model plot tab
* Fix UI experiment Debug Samples tab freezes when a lot of debug samples are reported in the experiment
* Fix UI scalar “Export to CSV” button returns an empty CSV file
* Fix large number of tags in UI tables' tag filter causes UI to crash
* Fix searching in UI object tables' tag filter causes UI to crash
* Fix consistent plot colors not maintained when embedded in UI Reports ([ClearML GitHub issue #1239](https://github.com/allegroai/clearml/issues/1239))
* Fix UI plot legends and tooltips wrapping ([ClearML Server GitHub issue #241](https://github.com/allegroai/clearml-server/issues/241))
* Fix multiple parameters can be selected for plot axes in scatter plot view in UI experiment comparison
* Fix image names change in UI task debug sample comparison when a different metric is selected
* Fix numeric range filters of UI table columns not working
* Fix queue experiment list is not updated in the UI Orchestration's Queues page
* Fix My work/Team work persists across UI modules (i.e. projects, datasets, pipelines, etc.)
* Fix UI single-scalar plots are not ordered alphabetically by scalar name
* Fix limit on file uploads to the fileserver

View File

@@ -0,0 +1,63 @@
---
title: Version 1.2
---
### ClearML Server 1.2.0
**New Features and Improvements**
* Add functionality to "Abort all children" UI action for controller and optimizer tasks
* Add parameter search to task configuration UI section ([ClearML GitHub issue #467](https://github.com/allegroai/clearml/issues/467))
* Add tag exclusion filters in UI experiment and model tables
* Add "Clear Filters" functionality button to UI table filters
* Improve full screen scalar graph to display all data points
* Add UI experiment table option for mass selection of out-of-screen items
* Improve experiment comparison UI:
* New experiment addition modal with table filtering and sorting
* Fix scalar selection being reset upon comparison contents change
* Add Task ID suffix to debug samples with same-name experiments
* Add task ID suffix to experiment name for same-experiment-name series in scalar experiment comparison
* New Settings pages
* User profile
* Webapp configuration
* Workspace settings
* Add "Updated" column to models table
* Add refresh button to full screen scalar display
* Improve display of float values in UI experiment and model tables. Tables will display rounded up float values
according to space allotted to a column. View precise value by hovering over value.
* Add capability to edit username in UI profile page
* Add build number to version information in UI Settings page
**Bug Fixes**
* Fix UI debug sample viewer ignoring metric filter on auto-refresh ([ClearML GitHub issue #512](https://github.com/allegroai/clearml/issues/512))
* Fix "Wall time" x-axis option in UI plots slowing down web app ([ClearML GitHub issue #441](https://github.com/allegroai/clearml/issues/441))
* Fix UI table plot titles don't display their iteration number ([ClearML GitHub issue #474](https://github.com/allegroai/clearml/issues/474))
* Fix auto-refresh resets vertical scroll in UI debug samples ([ClearML GitHub issue #474](https://github.com/allegroai/clearml/issues/474))
* Fix manually run experiments cannot be edited in UI after being reset ([ClearML GitHub issue #449](https://github.com/allegroai/clearml/issues/449))
* Fix UI Workers & Queues and Experiment Table pages display mismatching experiment runtime values ([ClearML Server GitHub issue #100](https://github.com/allegroai/clearml-server/issues/100))
* Fix UI plots sometimes disappear after task execution completion
* Fix UI experiment plots don't display some plots on a http server
* Fix failure to add Azure credentials through UI Settings page by new users
* Fix UI experiment table failing to clear selection of off-screen experiments
* Fix UI experiment table column resizing malfunctioning
* Fix UI table filters being reset after page is refreshed
* Fix failure to create a sub-project on-the-fly when cloning an experiment through the UI
* Fix UI project overview editing enabled when project is public
* Fix model deletion from UI "All Experiments" page navigates to model project's experiment table
* Fix missing "Project" custom column in "All Experiments" views of non-root projects
* Fix UI project cards' task enumeration summaries displaying negative number
* Fix experiment bar graph colors cannot be changed sometimes
* Fix fail to filter experiments on tags beginning with "-"
* Fix tag list order in UI experiment table filter after tag selection
* Fix long hyperparameter names are obscured in UI comparison screen
* Fix add tag context menu operation fails when experiment selection includes a system example
* Fix size of low value points in UI metric snapshot plot
* Fix long queue names obscures copy button in UI queue list and Worker & Queue page plot titles
* Fix UI breadcrumb menus missing values
* Fix UI scalar plot titles are unreadable
* Fix UI buttons not working after closing "Add Experiment" modal in UI experiment comparison page
* Fix underscores disappear while editing UI text blocks on Chromium
* Fix UI Workers & Queues page's queue panel does not display experiment information
* Fix long queue names obscure copy button in UI queue list
* Fix UI debug image viewer momentarily displays previously viewed image
* Fix "Load More" button in UI experiment table presents duplicates of already displayed experiments

View File

@@ -0,0 +1,40 @@
---
title: Version 1.3
---
### ClearML Server 1.3.1
**Bug Fixes**
* Fix scalar graph smoothing ([ClearML Server GitHub issue #127](https://github.com/allegroai/clearml-server/issues/127))
### ClearML Server 1.3.0
**New Features and Improvements**
* New UI pipelines page:
* Pipelines statistics dashboard
* Pipeline run history: View pipeline structure, run configuration and outputs
* Pipeline control: Abort/Run pipelines from UI
* Add support for exporting UI table plots in CSV formats ([ClearML GitHub issue #400](https://github.com/allegroai/clearml/issues/400))
* Improve UI breadcrumbs use of screen real-estate ([ClearML GitHub issue #529](https://github.com/allegroai/clearml/issues/529))
* Add UI adherence to user specification of plot colors and labels ([ClearML GitHub issue #518](https://github.com/allegroai/clearml/issues/518))
* Add Model metadata to UI model information (Model table and details page)
* Add multi-selection in UI experiment info-panel mode
* Add labels to workspace credentials
* Add UI Queues "Clear" action
* Add "Show/Hide" controls to UI experiments scalars tab.
* Add Previous/Next controls to UI text area search bars
**Bug Fixes**
* Fix UI plots do not display Plotly `imshow texttemplate` ([ClearML GitHub issue #538](https://github.com/allegroai/clearml/issues/538))
* Fix clicking F5 clears storage credentials from UI settings page
* Fix UI plots "Wall time" horizontal axis option is not working
* Fix disappearing UI full-screen scalar plot
* Fix disappearing object names in table info-panel mode
* Fix clicking "group by" menu in UI experiment scalars page opens the incorrect menu
* Fix disappearing scalar plots in UI experiment comparison page
* Fix hidden custom UI table column is not removed from main column list
* Fix UI plot toolbar missing tools
* Fix UI table plot tools only appear when hovering over the end of the plot
* Fix resizing UI table column causes subsequent columns to thin
* Fix "Tip of the day" window continues appearing after user-requested removal

View File

@@ -0,0 +1,33 @@
---
title: Version 1.4
---
### ClearML Server 1.4.0
**New Features and Improvements**
- Allow serving with a URL path prefix ([ClearML Server GitHub issue #119](https://github.com/allegroai/clearml-server/issues/119))
- Allow overriding clearml web git url on build ([ClearML Server GitHub Pull Request #122](https://github.com/allegroai/clearml-server/pull/122))
- Ensure agent-services waits for API server to be ready ([ClearML Server GitHub issue #113](https://github.com/allegroai/clearml-server/issues/113))
- Add filter to UI experiment table "Project" column ([ClearML GitHub issue #529](https://github.com/allegroai/clearml/issues/529))
- Add filters to UI model table custom metadata columns
- Improve UI table object selection. Add buttons and context menu actions to switch between table and info panel mode
- Add task detail header to UI experiment comparison debug image section addressed in ([ClearML GitHub issue #81](https://github.com/allegroai/clearml/issues/81) ([comment](https://github.com/allegroai/clearml/issues/81#issuecomment-996841658)))
- Improve series name truncation behavior in UI scalar plots ([ClearML GitHub issue #562](https://github.com/allegroai/clearml/issues/562))
**Bug Fixes**
- Fix server limiting image and artifact upload size ([ClearML GitHub issue #606](https://github.com/allegroai/clearml/issues/606))
- Fix server unnecessarily displays deletion error message ([ClearML Server GitHub issue #112](https://github.com/allegroai/clearml-server/issues/112))
- Fix UI experiment comparison sections overly wide for many tag experiments ([ClearML GitHub issue #594](https://github.com/allegroai/clearml/issues/594))
- Fix model name display in UI pipeline run info panel
- Fix UI pipeline run info panel missing artifacts and models sections
- Fix UI pipeline run info panel displays unneeded resource utilization metrics
- Fix UI project cards missing task summary values
- Fix pipeline tag colors can't be changed in UI pipeline page
- Fix pipeline run UI page not displaying pipeline steps ([ClearML GitHub issue #618](https://github.com/allegroai/clearml/issues/618))
- Fix breadcrumb links don't navigate anywhere
- Fix horizontal scroll in UI experiment table causes column headers to jump
- Fix removing UI table column creates a blank column
- Fix internal server error (500) on `events.get_scalar_metrics_and_variants` ([ClearML Server GitHub issue #120](https://github.com/allegroai/clearml-server/issues/120))

View File

@@ -0,0 +1,36 @@
---
title: Version 1.5
---
### ClearML Server 1.5.0
**New Features and Improvements**
* Redesign UI tables info panel:
* Redesign experiment status banner
* Display all experiment tabs in single line
* Move experiment action buttons to the top right
* Add UI adherence to user specified plot dimensions ([ClearML GitHub issue #587](https://github.com/allegroai/clearml/issues/587))
* Add row highlight to experiment textual comparison UI ([ClearML GitHub issue #581](https://github.com/allegroai/clearml/issues/581))
* Add UI "Delete" action for Pipelines
* Add UI indicator for task and pipeline progress
* Add UI API credentials label "Edit" action
* Add option to create queues on-the-fly when enqueuing tasks in UI
* Add "Number of Workers" column to UI queues table
* Add pipeline results to UI dashboard search
**Bug Fixes**
* Fix UI experiment debug samples disappearing after refresh ([ClearML Server GitHub issue #136](https://github.com/allegroai/clearml-server/issues/136))
* Fix deleting tasks sometimes raises errors ([ClearML GitHub issue #632](https://github.com/allegroai/clearml/issues/632))
* Fix only partial task log shown when running on ES with multiple shards
* Fix move task to trash is not thread-safe
* Fix UI Project overview metric snapshot not showing
* Fix no progress indicator when performing off-screen selection in UI experiments table
* Fix removing long pipeline tags doesn't work
* Fix UI experiment scalar comparison graph titles are cropped with no available tooltips
* Fix UI model table status column filters incorrectly when multiple statuses are selected.
* Fix unreadable plot data causes UI to crash
* Fix UI project cards displaying incorrect task counts
* Fix hover over system tags doesn't display full tag name
* Fix `.txt` file debug sample previews are unreadable
* Fix UI table/info-panel toggle doesn't update when clicking project breadcrumbs
* Fix UI experiment debug samples leave artifacts when empty

View File

@@ -0,0 +1,66 @@
---
title: Version 1.6
---
### ClearML Server 1.6.0
**New Features and Improvements**
* New ClearML Datasets UI pages for tracking dataset versions and exploring version lineage and contents
* 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 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
filter is saved ([ClearML GitHub issue #353](https://github.com/allegroai/clearml/issues/353))
* Improve UI presentation for object IDs:
* Display shortened ID next to task name
* Display full ID in tooltip
* Copy-to-clipboard on click
* Add "Clear all active filters" button to Projects and Pipelines details view
* Add notification for UI session expiration
* Add ID columns to UI object tables (experiments, models, etc.)
* Add "Info" section to "Details" tab of UI experiment comparison
* Add "loading" indicator for HTML debug samples
* Improve UI text editor behavior: when applicable, cursor returns to most recent edit, otherwise, cursor goes to start of text
* Maintain UI viewing mode when restoring archived items
**Bug Fixes**
* Fix experiment selection with 'Shift' key in UI experiment table not working ([ClearML Server GitHub issue #139](https://github.com/allegroai/clearml-server/issues/139))
* Fix UI search error message interferes with inputting search query ([ClearML Server GitHub issue #138](https://github.com/allegroai/clearml-server/issues/138))
* Fix refresh breaks UI breadcrumbs ClearML Server ([ClearML Server GitHub issue #142](https://github.com/allegroai/clearml-server/issues/142))
* Fix UI Workers and Queues page displays incorrect queue metrics
* Fix failure to publish models whose generating task was reset
* Fix listed models in UI pipeline run info panel doesn't link to model
* Fix "Load more" button disappears from UI experiment page
* Fix breadcrumb link to parent project does not navigate to the parent's project page
* Fix spaces deleted while typing query in UI search bars
* Fix UI plots not loading in experiments
* Fix UI experiment debug sample full screen failing to display multiple metrics
* Fix using search in UI tables removes custom columns
* Fix experiment debug samples remain in file server after experiment deletion
* Fix UI pipeline page sorting not working
* Fix UI scalar comparison does not display task tags
* Fix smoothed UI plots obscured by original graphs
* Fix broken task name links in UI scalar and hyperparameter comparison pages
* Fix "My work" filter not filtering out sub-projects
* Fix generic project link navigates to a blank page
* Fix UI experiment's model link inefficient use of screen real estate
* Fix network error causes UI models and experiments auto-refresh to stop working
* Fix Empty path menu appearing in UI breadcrumbs when there are no intermediary projects
* Fix long loading time in UI experiment comparison
* Fix slow performance of UI experiment plots and scalars in Chrome
* Fix Delete action not appearing in bottom bar of UI pipeline runs table archive
* Fix UI experiments not displaying dataset tasks created with `clearml` version lower than 1.6
* Fix UI projects with dataset tasks created with `clearml` version lower than 1.6 display incorrect statistics
* Fix maximizing image-plot chart in UI causes CORS error
* Fix UI experiment's "Select A Public Model" modal missing "Updated" and "Description" column data
* Fix UI experiments table's project filter displays duplicates
* Fix UI projects display incorrect statistics
* Fix clicking project with only hidden sub-projects doesn't navigate to the project's UI page
* Fix passing empty string parameter name to `Task.set_parameters` causes a 500 error
* Fix UI model page General tab's layout
* Fix using UI experiment plot navigation menu pushes WebApp's top navigation bar
* Fix example pipeline project created with "Generate Example" is empty
* Fix example pipeline created with "Generate Example" is not displayed in project dashboard when "Show hidden projects" is enabled
* Fix UI table/info-panel toggle doesn't update when switching viewing modes

View File

@@ -0,0 +1,33 @@
---
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) and [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

View File

@@ -0,0 +1,28 @@
---
title: Version 1.8
---
### ClearML Server 1.8.0
**New Features and Improvements**
* Support `/` delimited project names for on-the-fly nested project creation in UI operations ([ClearML Server GitHub issue #151](https://github.com/allegroai/clearml-server/issues/151))
* Add keyboard shortcut iteration navigation in full screen view of debug samples and plots
* Add "Don't show again" option for UI notification when archiving tasks ([ClearML Server GitHub issue #149](https://github.com/allegroai/clearml-server/issues/149))
* Add task reset/delete modal automatically closes when no additional information is provided
* Add parent project name in UI dataset and pipeline cards
* Move UI plot legends to bottom of plot
**Bug Fixes**
* Fix task artifacts not deleted from file server when task deleted via UI ([ClearML GitHub issue #801](https://github.com/allegroai/clearml/issues/801))
* Fix deleting pipeline projects via UI fails ([ClearML GitHub issue #798](https://github.com/allegroai/clearml/issues/798))
* Fix multiple selection with `Shift` key in UI experiment table not working ([ClearML Server GitHub issue #139](https://github.com/allegroai/clearml-server/issues/139))
* Fix disappearing user filter in UI "All Experiments" table ([ClearML Web GitHub issue #33](https://github.com/allegroai/clearml-web/issues/33))
* Fix UI Dashboard missing My Work / Team Work filter
* Fix navigating to Scalars and Plots tabs in UI experiment comparison freezes browser
* Fix project stats do not exclude dataset and annotation tasks
* Fix subproject with no experiments displayed as "undefined" in parent project page
* Fix maximizing UI combined scalar plots displays split scalar plots
* Fix adding description to UI dataset does not work
* Fix empty "parent" field in task cloned in UI
* Fix running UI application instances can be deleted
* Fix queue option list does not open in UI enqueue modal

View File

@@ -0,0 +1,46 @@
---
title: Version 1.9
---
### ClearML Server 1.9.2
**Bug Fixes**
* Fix "Unable to load image" error in UI experiment debug samples after entering storage credentials ([ClearML Web GitHub issue #46](https://github.com/allegroai/clearml-web/issues/46))
* Fix incorrect default project name displayed in UI "Clone Experiment" modal ([ClearML Server GitHub issue #171](https://github.com/allegroai/clearml-server/issues/171))
* Fix UI experiment debug sample viewer iteration slider not working
* Fix UI experiment console log jumps backwards unnecessarily on refresh
* Fix UI published report is not expandable
* Fix UI published report's description is not editable
* Fix UI experiment-reset popup displays incorrect experiment count
### ClearML Server 1.9.1
**New Features and Improvements**
* Add collapsible description panel for UI reports
* Add in-app markdown guide for UI reports
**Bug Fixes**
* Fix can't generate new pipeline runs from UI ([ClearML Server GitHub issue #169](https://github.com/allegroai/clearml-server/issues/169))
* Fix plot legend texts overlap in UI reports
* Fix UI embedded plot colors are sometimes obscure
* Fix `ctrl z` doesn't undo codeblocks in UI reports
* Fix "Getting Started" popup wrongfully showing when enqueuing tasks
### ClearML Server 1.9.0
**New Features and Improvements**
* New ClearML Reports UI: Create and share rich MarkDown documents supporting embeddable online content ([ClearML GitHub issue #839](https://github.com/allegroai/clearml/issues/839))
* Add user option to not show example content in the UI ([ClearML GitHub issue #774](https://github.com/allegroai/clearml/issues/774))
* Add tag filter to UI Pipeline, Dataset, and Hyper-Dataset pages
* Extend UI experiment comparison up to 100 experiments
* Allow project default output destination S3 URLs to include dots (`.`) and hyphens (`-`)
**Bug Fixes**
* Fix long experiment names break UI experiment comparison scalar plot display ([ClearML GitHub issue #166](https://github.com/allegroai/clearml-server/issues/166))
* Fix plot legend definitions set by SDK don't override UI default settings
* Fix comparing experiments with read-only components causes error
* 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 team's work when "My Work" filter is enabled
* Fix UI experiment console does not display complete text when large text is reported