Add ClearML 1.16.3 release notes (#894)

This commit is contained in:
pollfly 2024-08-07 10:08:46 +03:00 committed by GitHub
parent 0eeb093a3a
commit ded46ed4ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,33 @@
title: Version 1.16
---
### ClearML SDK 1.16.3
**New Features and Improvements**
* Add `--tags` option to `clearml-task` ([ClearML GitHub issue #1284](https://github.com/allegroai/clearml/issues/1284))
* Add `retries` parameter to `StorageManager.upload_folder()` ([ClearML GitHub issue #1305](https://github.com/allegroai/clearml/issues/1305))
* Add `clearml-task` and `CreateAndPopulate` support for bash scripts, ipynb, and python modules (requires `clearml-agent v1.9+`)
* Add support for HTTP file upload progress reporting
* Add `CLEARML_MULTI_NODE_SINGLE_TASK` (values -1, 0, 1, 2) for easier multi-node single Task workloads
* Add `Model.original_task` property to models
* Change `Model.task` property to return connected task
**Bug Fixes**
* Fix Kerastuner framework and examples ([ClearML GitHub issue #1279](https://github.com/allegroai/clearml/issues/1279))
* Fix scalar logging bug with Fire ([ClearML GitHub issue #1300](https://github.com/allegroai/clearml/issues/1300))
* Fix support passing folder to `Task.get_script_info()` to get the git info
* Fix `Task.launch_multi_node()` to enforce the parent of sub-tasks to be the master node 0 task
* Fix tensorboard numpy 2.0 incompatibility breaks binding
* Fix `Task.launch_multi_node()` not supported when used via Pytorch Lightning
* Fix Jupyter notebook packages and uncommitted changes are sometimes not fetched
* Fix `"can't create new thread at interpreter shutdown"` errors (known issue with Python v3.12.0 and other versions)
* Fix injected task import in `Task.populate()`
* Fix dataset with external links will not reuse downloaded data from parents
* Fix hierarchy for pipeline nodes without args
* Fix when abort callback is set, set task status to stopped only if running locally, otherwise leave it for the Agent to set it
* Fix `jsonschema` / `referencing` import to include `TypeError` protection
* Fix Dataset offline behavior
### ClearML Server 1.16.1
**Bug Fix**