mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 14:37:18 +00:00
3.7 KiB
3.7 KiB
title |
---|
Version 1.9 |
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
- 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 SDK 1.9.0
New Features and Improvements
- Add
r
prefix tore.match()
strings ClearML GitHub issue #834 - Add
path_substitution
toclearml.conf
example file ClearML GitHub PR #842 - Clarify
deferred_init
usage inTask.init()
ClearML GitHub issue #855 - Add pipeline decorator argument to control docker image ClearML GitHub issue #856
- Add
StorageManager.set_report_upload_chunk_size()
andStorageManager.set_report_download_chunk_size()
to set chunk size for upload and download - Add
allow_archived
argument inTask.get_tasks()
- Support querying model metadata in
Model.query_models()
- Add
Dataset.set_metadata()
andDataset.get_metadata()
- Add
delete_from_storage
(defaultTrue
) toTask.delete_artifacts()
Bug Fixes
- Fix jsonargparse and pytorch lightning integration broken for remote execution ClearML GitHub issue #403
- Fix error when using
TaskScheduler
withlimit_execution_time
ClearML GitHub issue #648 - Fix dataset not synced if the changes are only modified files ClearML GitHub issue #822
- Fix
StorageHelper.delete()
does not respect path substitutions ClearML GitHub issue #825 - Fix can't write more than 2 GB to a file
- Fix
StorageManager.get_file_size_bytes()
returnsClientError
instead ofNone
for invalid S3 links - Fix Dataset lineage view is broken with multiple dataset dependencies
- Fix
tensorflow_macos
support - Fix crash when calling
task.flush(wait_for_uploads=True)
while executing remotely - Fix
None
values get casted to empty strings when connecting a dictionary
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
- Add user option to not show example content in the UI ClearML GitHub issue #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
- 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