mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-05 13:45:46 +00:00
Add ClearML 1.11.0 release notes (#572)
This commit is contained in:
parent
29e7782c3f
commit
d925f66467
@ -2,6 +2,30 @@
|
||||
title: Version 1.11
|
||||
---
|
||||
|
||||
### ClearML SDK 1.11.0
|
||||
|
||||
**New Features and Improvements**
|
||||
* Add offline mode for ClearML Datasets [ClearML GitHub issue #854](https://github.com/allegroai/clearml/issues/854)
|
||||
* Improve performance of `Dataset.add_external_files()` [ClearML GitHub PR #962](https://github.com/allegroai/clearml/pull/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](https://github.com/allegroai/clearml/issues/897)
|
||||
* Fix code running with `joblib` hangs [ClearML GitHub issue #1009](https://github.com/allegroai/clearml/issues/1009)
|
||||
* Fix comment for storage scheme `gs://` [ClearML GitHub issue #986](https://github.com/allegroai/clearml/issues/986)
|
||||
* Fix typo "Categories per column" [ClearML GitHub PR #1021](https://github.com/allegroai/clearml/pull/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 an `UnboundLocalError`
|
||||
* Fix `scikit-image` package (`skimage`) is sometimes not detected as a dependency
|
||||
* Fix `PipelineDecorator` sometimes causing a race condition when starting a remote execution
|
||||
|
||||
### ClearML Server 1.11.0
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user