mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
2.6 KiB
2.6 KiB
| title |
|---|
| Version 1.11 |
ClearML 1.11.1
New Features and Improvements
- Support
lightning>=2.0(ClearML GitHub issue #1032) - Add
clearml-initsupport for standard HTTP and HTTPS ports in webapp in conjunction with non-default api/files server ports (ClearML Server GitHub issue #198) - Improve docstrings
Bug Fixes
- Fix remote execution does not log configuration values from modified
jsonargparseconfiguration files - Fix
ValueErrorwhen setting task properties at the start of a pipeline component - Fix OS exceptions on passing
Pathwherestrexpected - Fix infinite recursion when remotely updating a
dictadded to task withTask.connect() - Fix
Task.connect()race condition overwriting task description with connected input model
ClearML 1.11.0
New Features and Improvements
- Add offline mode for ClearML Datasets (ClearML GitHub issue #854)
- Improve performance of
Dataset.add_external_files()(ClearML GitHub PR #962) - Add
Task.launch_multi_node()for distributed experiment execution - Add
Task.get_all_reported_scalars()to fetch all available scalar data - Add
Task.remove_input_models()to disassociate input models from a task - Improve
Dataset.list_datasets()to include dataset version in the result - Add support for PyTorch Lightning CLI >=2.0
- Add support for automatic Dataset content preview for JSON files
Bug Fixes
- Fix multiple local parallel experiments conflicting on storage access validation (ClearML GitHub issue #897)
- Fix code running with
joblibhangs (ClearML GitHub issue #1009) - Fix comment for storage scheme
gs://(ClearML GitHub issue #986) - Fix typo "Categories per column" (ClearML GitHub PR #1021)
- Fix downloading artifacts from GCP when the download URI includes unsafe characters
- Fix pipeline step cache is not cleared when the only change to the step is that the docker image changed
- Fix
Task.report_text()sometimes reporting to an incorrect task when multiple tasks run simultaneously - Fix
Task.set_offline(offline_mode=False)raising anUnboundLocalError - Fix
scikit-imagepackage (skimage) is sometimes not detected as a dependency - Fix
PipelineDecoratorsometimes causing a race condition when starting a remote execution