Add ClearML 1.16.5 release notes (#950)

This commit is contained in:
pollfly 2024-10-28 19:45:17 +02:00 committed by GitHub
parent 12e6cade63
commit 3199ef46eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,22 @@
title: Version 1.16
---
### ClearML 1.16.5
**New Features**
* Add `sdk.development.artifacts.auto_pickle` configuration option to support changing the default pickle behavior when
uploading artifacts
* Add `silent_on_errors` argument to `Task.delete_artifacts()` (default `False`)
* Add support for last change time in triggers using tags
* Add `Task.request_external_endpoint()` to request external endpoints on supported backends
**Bug Fixes**
* Fix `clearml-data search` CLI error if dataset version is `None` ([ClearML GitHub issue #1329](https://github.com/allegroai/clearml/issues/1321))
* Fix `maxfile` attribute dropped in `psutil` v6.0.0 causing an error to be printed
* Fix `api.auth.req_token_expiration_sec` configuration option to `api.auth.request_token_expiration_sec` (matches agent setting, keep backwards compatibility)
* Bump six version due to Python 3.12 issue with `six.moves`
* Fix bar charts with only one bar are not reported correctly
### ClearML 1.16.4
**New Features**