mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
2.4 KiB
2.4 KiB
title
| title |
|---|
| Version 2.0 |
ClearML 2.0.0
New Features
- Clean up exception handling in
cleanup_service.py(ClearML GitHub issue #1386) - Add support for
clearml-taskcommand line options--force-no-requirements,--skip-repo-detection, and--skip-python-env-install - Allow calling the same pipeline step multiple times with inputs that originate from tasks/controller
- Add
Task.upload_artifact()argumentsort_keysto allow disabling sorting yaml/json keys when uploading artifacts - Add Python annotations to all methods
- Update
pyjwtconstraint version
Bug Fixes
- Fix local file uploads without scheme (ClearML GitHub issue #1313)
- Fix argument order mismatch in
PipelineController(ClearML GitHub PR #1406) - Fix
_loggerproperty might beNonein Session (ClearML GitHub PR #1412) - Fix unhandled
Nonevalue in project IDs when listing all datasets (ClearML GitHub PR #1413) - Fix typo in config exception string (ClearML GitHub PR #1418)
- Fix experiments are created twice during HPO (ClearML GitHub issue #644)
- Fix
clearml-task-runHPO breaks up (ClearML GitHub issue #1151) - Fix oversized event reports cause subsequent events to be lost (ClearML GitHub issue #1316)
- Fix downloading datasets with multiple parents might not work (ClearML GitHub issue #1398)
- Fix GPU reporting fails to detect GPU when the
NVIDIA_VISIBLE_DEVICESenv var contains a directory reference - Fix verify configuration option for S3 storage (boto3) is not used when testing buckets
- Fix
PipelineDecorator.component()ignores*argsand crashes with**kwargs - Fix Pipelines run via
clearml-taskdo not appear in the UI - Fix task log URL print for API v2.31 should show
"/tasks/{}/output/log" - Fix tqdm upload/download reporting, remove warning
- Fix pipeline from CLI with no args fails
- Fix pillow constraint for
Python<=3.7 - Fix requests constraint for
Python<3.8