Add ClearML 1.14.2 release notes (#771)

This commit is contained in:
pollfly 2024-02-07 10:41:24 +02:00 committed by GitHub
parent b46e7471a4
commit 0ed75342a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,29 @@
title: Version 1.14
---
### ClearML Server 1.14.1
### ClearML SDK 1.14.2
**New Features and Improvements**
* Report upload/download with `tqdm` if installed
* Add support for a `PipelineController.version` property
* Add support for specifying an AWS profile when providing bucket storage credentials
* Add an `ignore_remote_overrides` argument to `Task.connect()` and `Task.connect_configuration()` allowing users to
disable overriding values when running remotely
* Add support for setting a custom certificate path using the `CLEARML_API_HOST_VERIFY_CERT` environment variable
(instead of just allowing the user to disable verification)
* Add dataset reporting example [ClearML GitHub PR #1180](https://github.com/allegroai/clearml/pull/1180)
**Bug Fixes**
* Fix missing component callbacks on multiple step calls [ClearML GitHub PR #1195](https://github.com/allegroai/clearml/pull/1195)
* Fix unsafe usage of `tempfile.mktemp`
* Fix potential path traversal on file download ([CVE-2024-24591](https://github.com/advisories/GHSA-m95h-p4gg-wfw3))
* Fix Python 3.12 support by not using `distutils`
* Fix `TaskScheduler` does not save local state before running remotely
* Fix pipeline should continue instead of aborting when `PipelineController.abort_on_failure` is set to `False` and a
step has been aborted
* Fix HPO crashes when its corresponding task is initialized with `continue_last_task=True`
### ClearML SDK 1.14.1
**Bug Fixes**
* Fix created pipelines do not appear in the UI pipelines section